File tree Expand file tree Collapse file tree 4 files changed +10
-4
lines changed Expand file tree Collapse file tree 4 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 8.2.1 "
2+ "." : " 8.3.0 "
33}
Original file line number Diff line number Diff line change 22
33All notable changes to the LaunchDarkly Python SDK will be documented in this file. This project adheres to [ Semantic Versioning] ( http://semver.org ) .
44
5+ ## [ 8.3.0] ( https://github.com/launchdarkly/python-server-sdk/compare/8.2.1...8.3.0 ) (2024-02-14)
6+
7+
8+ ### Features
9+
10+ * Enable gzip Accept-Encoding header on polling requests ([ 537b240] ( https://github.com/launchdarkly/python-server-sdk/commit/537b240558321198796c248a7c7487e2b4dfbf52 ) )
11+
512## [ 8.2.1] - 2023-10-23
613### Fixed:
714- Replace deprecated ` utcfromtimestamp ` usage.
@@ -544,4 +551,3 @@ from a [separate integration test suite](https://github.com/launchdarkly/python-
544551
545552### Removed
546553- Twisted support has temporarily been removed.
547-
Original file line number Diff line number Diff line change 1- VERSION = "8.2.1 " # x-release-please-version
1+ VERSION = "8.3.0 " # x-release-please-version
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " launchdarkly-server-sdk"
3- version = " 8.2.1 "
3+ version = " 8.3.0 "
44description = " LaunchDarkly SDK for Python"
55authors = [" LaunchDarkly <dev@launchdarkly.com>" ]
66license = " Apache-2.0"
You can’t perform that action at this time.
0 commit comments