Skip to content

Commit

Permalink
chore(8.x): release 8.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 30, 2024
1 parent 4e07ef9 commit eb9734a
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "8.2.1"
".": "8.3.0"
}
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

All notable changes to the LaunchDarkly Python SDK will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).

## [8.3.0](https://github.com/launchdarkly/python-server-sdk/compare/8.2.1...8.3.0) (2024-01-30)


### Features

* Enable Accept-Encoding header on all requests ([#257](https://github.com/launchdarkly/python-server-sdk/issues/257)) ([537b240](https://github.com/launchdarkly/python-server-sdk/commit/537b240558321198796c248a7c7487e2b4dfbf52))


### Bug Fixes

* Gzip header should only be set on polling ([#262](https://github.com/launchdarkly/python-server-sdk/issues/262)) ([4e07ef9](https://github.com/launchdarkly/python-server-sdk/commit/4e07ef9b14a7effcaf579f4eb5c13fbc66abf670))

## [8.2.1] - 2023-10-23
### Fixed:
- Replace deprecated `utcfromtimestamp` usage.
Expand Down Expand Up @@ -544,4 +556,3 @@ from a [separate integration test suite](https://github.com/launchdarkly/python-

### Removed
- Twisted support has temporarily been removed.

2 changes: 1 addition & 1 deletion ldclient/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "8.2.1" # x-release-please-version
VERSION = "8.3.0" # x-release-please-version
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "launchdarkly-server-sdk"
version = "8.2.1"
version = "8.3.0"
description = "LaunchDarkly SDK for Python"
authors = ["LaunchDarkly <dev@launchdarkly.com>"]
license = "Apache-2.0"
Expand Down

0 comments on commit eb9734a

Please sign in to comment.