Skip to content

Commit 13c985c

Browse files
chore(8.x): release 8.3.0 (#258)
🤖 I have created a release *beep* *boop* --- ## [8.3.0](8.2.1...8.3.0) (2024-02-14) ### Features * Enable gzip Accept-Encoding header on polling requests ([537b240](537b240)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d095345 commit 13c985c

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "8.2.1"
2+
".": "8.3.0"
33
}

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All 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-

ldclient/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "8.2.1" # x-release-please-version
1+
VERSION = "8.3.0" # x-release-please-version

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 = "launchdarkly-server-sdk"
3-
version = "8.2.1"
3+
version = "8.3.0"
44
description = "LaunchDarkly SDK for Python"
55
authors = ["LaunchDarkly <dev@launchdarkly.com>"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)