diff --git a/CHANGELOG.md b/CHANGELOG.md index e503ab9..6b1610e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ All notable changes to the LaunchDarkly Python SDK will be documented in this fi ## [9.5.0](https://github.com/launchdarkly/python-server-sdk/compare/9.4.0...9.5.0) (2024-07-25) +This release introduces the ability to enable compression of event payloads. When enabled, the SDK will compress events before sending them to the LaunchDarkly servers. This can reduce the bandwidth required to send events, which can be useful in high-traffic environments to reduce egress traffic costs. + +> [!IMPORTANT] +> Relay Proxy users **MUST** upgrade to version 8.9 or higher prior to enabling this option to prevent loss of event data. +> +> However, enabling this feature is **NOT** required when using the Relay Proxy as it will manage compression automatically. + ### Features