Skip to content

Commit b7c8066

Browse files
authored
Merge pull request #103 from prefab-cloud/version-0.10.8
update changelog, version in toml file
2 parents 5f36659 + 3f68462 commit b7c8066

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.10.8] - 2024-09-03
4+
5+
- Allow re-setting the global context [#102]
6+
- Change config loading -- now load from belt/suspenders API pair for increased reliability. Load full config once then SSE rather than polling all the time [#98]
7+
- Fail fast on invalid credentials (401 response) [#97]
8+
- Locking fixes in reset_instance command [#95]
9+
310
## [0.10.7] - 2024-06-07
411

512
- Enlarge acceptable version range for mmh3 dependency; add matrix tests to cover v3 and v4 [#93]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "prefab-cloud-python"
3-
version = "0.10.8b1"
3+
version = "0.10.8"
44
description = "Python client for Prefab Feature Flags, Dynamic log levels, and Config as a Service: https://www.prefab.cloud"
55
license = "MIT"
66
authors = ["Michael Berkowitz <michael.berkowitz@gmail.com>", "James Kebinger <james.kebinger@prefab.cloud>"]

0 commit comments

Comments
 (0)