Skip to content

Commit

Permalink
chore(main): release 4.4.1 (#95)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[4.4.1](4.4.0...4.4.1)
(2024-12-24)


### Bug Fixes

* Fix SSE newline handling
([365340a](365340a))
* Handle optional properties in data payload
([365340a](365340a))

---
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>
Co-authored-by: LaunchDarklyReleaseBot <[email protected]>
  • Loading branch information
github-actions[bot] and LaunchDarklyReleaseBot authored Dec 24, 2024
1 parent 365340a commit c5a11e3
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 5 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 @@
{
".": "4.4.0"
".": "4.4.1"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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

## [4.4.1](https://github.com/launchdarkly/haskell-server-sdk/compare/4.4.0...4.4.1) (2024-12-24)


### Bug Fixes

* Fix SSE newline handling ([365340a](https://github.com/launchdarkly/haskell-server-sdk/commit/365340a978a12d2da97e9d7f7d421ae63ad954ea))
* Handle optional properties in data payload ([365340a](https://github.com/launchdarkly/haskell-server-sdk/commit/365340a978a12d2da97e9d7f7d421ae63ad954ea))

## [4.4.0](https://github.com/launchdarkly/haskell-server-sdk/compare/4.3.0...4.4.0) (2024-12-05)

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.
Expand Down
2 changes: 1 addition & 1 deletion PROVENANCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ To verify SLSA provenance attestations, we recommend using [slsa-verifier](https
<!-- x-release-please-start-version -->
```
# Set the version of the SDK to verify
SDK_VERSION=4.4.0
SDK_VERSION=4.4.1
```
<!-- x-release-please-end -->

Expand Down
2 changes: 1 addition & 1 deletion launchdarkly-server-sdk.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cabal-version: 1.12
-- see: https://github.com/sol/hpack

name: launchdarkly-server-sdk
version: 4.4.0
version: 4.4.1
synopsis: Server-side SDK for integrating with LaunchDarkly
description: Please see the README on GitHub at <https://github.com/launchdarkly/haskell-server-sdk#readme>
category: Web
Expand Down
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: launchdarkly-server-sdk
version: 4.4.0
version: 4.4.1
github: launchdarkly/haskell-server-sdk
license: Apache-2.0
license-file: LICENSE
Expand Down
2 changes: 1 addition & 1 deletion src/LaunchDarkly/Server/Client/Internal.hs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import LaunchDarkly.Server.Store.Internal (StoreHandle, getInitializedC)

-- | The version string for this library.
clientVersion :: Text
clientVersion = "4.4.0" -- x-release-please-version
clientVersion = "4.4.1" -- x-release-please-version

-- |
-- Client is the LaunchDarkly client. Client instances are thread-safe.
Expand Down

0 comments on commit c5a11e3

Please sign in to comment.