launchdarkly-server-sdk 3.0.2 → 3.0.3
raw patch · 4 files changed
+15/−3 lines, 4 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGELOG.md +10/−0
- launchdarkly-server-sdk.cabal +2/−2
- src/LaunchDarkly/Server/Client/Internal.hs +1/−1
- src/LaunchDarkly/Server/Operators.hs +2/−0
CHANGELOG.md view
@@ -2,6 +2,16 @@ 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). +## [3.0.3] - 2022-11-08+### Added:+- Commit generated Cabal file per the [stack recommendations](https://github.com/commercialhaskell/stack/issues/5210) (Thanks, [philderbeast](https://github.com/launchdarkly/haskell-server-sdk/pull/44))++### Changed:+- Regenerated `.hlint.yaml` with defaults and counts (Thanks, [philderbeast](https://github.com/launchdarkly/haskell-server-sdk/pull/45)!)++### Fixed:+- Fixed hlint "pattern parser error" lint. (Thanks, [philderbeast](https://github.com/launchdarkly/haskell-server-sdk/pull/46)!)+ ## [3.0.2] - 2022-09-20 ### Changed: - Expanded upper version to allow lens 5.1. (Thanks, [bmillwood](https://github.com/launchdarkly/haskell-server-sdk/pull/42)!)
launchdarkly-server-sdk.cabal view
@@ -1,11 +1,11 @@ cabal-version: 1.12 --- This file has been generated from package.yaml by hpack version 0.34.4.+-- This file has been generated from package.yaml by hpack version 0.35.0. -- -- see: https://github.com/sol/hpack name: launchdarkly-server-sdk-version: 3.0.2+version: 3.0.3 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
@@ -27,7 +27,7 @@ -- | The version string for this library. clientVersion :: Text-clientVersion = "3.0.2"+clientVersion = "3.0.3" setStatus :: ClientI -> Status -> IO () setStatus client status' =
src/LaunchDarkly/Server/Operators.hs view
@@ -1,3 +1,5 @@+{-# LANGUAGE NoPatternSynonyms #-}+ module LaunchDarkly.Server.Operators ( Op(..) , getOperation