launchdarkly-server-sdk 4.5.0 → 4.5.1
raw patch · 3 files changed
+9/−2 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGELOG.md +7/−0
- launchdarkly-server-sdk.cabal +1/−1
- src/LaunchDarkly/Server/Client/Internal.hs +1/−1
CHANGELOG.md view
@@ -2,6 +2,13 @@ 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.5.1](https://github.com/launchdarkly/haskell-server-sdk/compare/4.5.0...4.5.1) (2025-12-16)+++### Bug Fixes++* Export AllFlagsState selectors ([#100](https://github.com/launchdarkly/haskell-server-sdk/issues/100)) ([3cf57e5](https://github.com/launchdarkly/haskell-server-sdk/commit/3cf57e54252440715cad984f19a45f8fe7b60bf8))+ ## [4.5.0](https://github.com/launchdarkly/haskell-server-sdk/compare/4.4.1...4.5.0) (2025-04-14)
launchdarkly-server-sdk.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack name: launchdarkly-server-sdk-version: 4.5.0+version: 4.5.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
src/LaunchDarkly/Server/Client/Internal.hs view
@@ -21,7 +21,7 @@ -- | The version string for this library. clientVersion :: Text-clientVersion = "4.5.0" -- x-release-please-version+clientVersion = "4.5.1" -- x-release-please-version -- | -- Client is the LaunchDarkly client. Client instances are thread-safe.