Skip to content

Commit 6e99346

Browse files
github-actions[bot]LaunchDarklyReleaseBot
and
LaunchDarklyReleaseBot
authored
chore(main): release 4.2.0 (#88)
🤖 I have created a release *beep* *boop* --- ## [4.2.0](4.1.0...4.2.0) (2024-08-23) ### Features * Add option to omit anonymous users from index and identify events ([#87](#87)) ([85e512a](85e512a)) --- 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]>
1 parent 85e512a commit 6e99346

File tree

6 files changed

+102
-100
lines changed

6 files changed

+102
-100
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "4.1.0"
2+
".": "4.2.0"
33
}

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
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).
44

5+
## [4.2.0](https://github.com/launchdarkly/haskell-server-sdk/compare/4.1.0...4.2.0) (2024-08-23)
6+
7+
8+
### Features
9+
10+
* Add option to omit anonymous users from index and identify events ([#87](https://github.com/launchdarkly/haskell-server-sdk/issues/87)) ([85e512a](https://github.com/launchdarkly/haskell-server-sdk/commit/85e512a80dff0e8814afb0f6e6ca334c30afe9cd))
11+
512
## [4.1.0](https://github.com/launchdarkly/haskell-server-sdk/compare/4.0.4...4.1.0) (2024-03-18)
613

714

PROVENANCE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ To verify SLSA provenance attestations, we recommend using [slsa-verifier](https
99
<!-- x-release-please-start-version -->
1010
```
1111
# Set the version of the SDK to verify
12-
SDK_VERSION=4.1.0
12+
SDK_VERSION=4.2.0
1313
```
1414
<!-- x-release-please-end -->
1515

launchdarkly-server-sdk.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cabal-version: 1.12
55
-- see: https://github.com/sol/hpack
66

77
name: launchdarkly-server-sdk
8-
version: 4.1.0
8+
version: 4.2.0
99
synopsis: Server-side SDK for integrating with LaunchDarkly
1010
description: Please see the README on GitHub at <https://github.com/launchdarkly/haskell-server-sdk#readme>
1111
category: Web

package.yaml

+91-96
Original file line numberDiff line numberDiff line change
@@ -1,108 +1,103 @@
1-
name: launchdarkly-server-sdk
2-
version: 4.1.0 # x-release-please-version
3-
github: "launchdarkly/haskell-server-sdk"
4-
license: Apache-2.0
5-
license-file: "LICENSE"
6-
author: "LaunchDarkly"
7-
maintainer: "[email protected]"
8-
copyright: "2019 Catamorphic, Co"
9-
1+
name: launchdarkly-server-sdk
2+
version: 4.2.0
3+
github: launchdarkly/haskell-server-sdk
4+
license: Apache-2.0
5+
license-file: LICENSE
6+
author: LaunchDarkly
7+
maintainer: [email protected]
8+
copyright: 2019 Catamorphic, Co
109
extra-source-files:
11-
- README.md
12-
- CHANGELOG.md
13-
- LICENSE
14-
- test-data/**/*.json
15-
16-
synopsis: Server-side SDK for integrating with LaunchDarkly
17-
category: Web
18-
19-
description: Please see the README on GitHub at <https://github.com/launchdarkly/haskell-server-sdk#readme>
20-
10+
- README.md
11+
- CHANGELOG.md
12+
- LICENSE
13+
- test-data/**/*.json
14+
synopsis: Server-side SDK for integrating with LaunchDarkly
15+
category: Web
16+
description: >-
17+
Please see the README on GitHub at
18+
<https://github.com/launchdarkly/haskell-server-sdk#readme>
2119
dependencies:
22-
- aeson >=1.4.7.1 && <1.6 || >= 2.0.1.0 && <2.3
23-
- attoparsec >=0.13.2.4 && <0.15
24-
- base >=4.13 && <5
25-
- base16-bytestring >=0.1.1.7 && <1.1
26-
- bytestring >=0.10.10.1 && <0.12
27-
- clock ==0.8.*
28-
- containers >=0.6.2.1 && <0.7
29-
- cryptohash >=0.11.9 && <0.12
30-
- exceptions >=0.10.4 && <0.11
31-
- extra >=1.7.9 && <1.8
32-
- generic-lens >=2.0.0.0 && <2.3
33-
- hashtables >=1.2.4.1 && <1.4
34-
- http-client >=0.6.4.1 && <0.8
35-
- http-client-tls >=0.3.5.3 && <0.4
36-
- http-types >=0.12.3 && <0.13
37-
- iso8601-time >=0.1.5 && <0.2
38-
- lens >=4.18.1 && <5.3
39-
- lrucache >=1.2.0.1 && <1.3
40-
- memory>=0.15.0
41-
- monad-logger >=0.3.36 && <0.4
42-
- monad-loops ==0.4.*
43-
- mtl >=2.2.2 && <2.4
44-
- pcre-light >=0.4.1.0 && <0.5
45-
- random >=1.1 && <1.3
46-
- scientific >=0.3.6.2 && <0.4
47-
- semver >=0.3.4 && <0.5
48-
- text >=1.2.4.0 && <2.1
49-
- time >=1.9.3 && <1.13
50-
- unordered-containers >=0.2.10.0 && <0.3
51-
- uuid >=1.3.13 && <1.4
52-
- yaml >=0.11.5.0 && <0.12
53-
20+
- aeson >=1.4.7.1 && <1.6 || >= 2.0.1.0 && <2.3
21+
- attoparsec >=0.13.2.4 && <0.15
22+
- base >=4.13 && <5
23+
- base16-bytestring >=0.1.1.7 && <1.1
24+
- bytestring >=0.10.10.1 && <0.12
25+
- clock ==0.8.*
26+
- containers >=0.6.2.1 && <0.7
27+
- cryptohash >=0.11.9 && <0.12
28+
- exceptions >=0.10.4 && <0.11
29+
- extra >=1.7.9 && <1.8
30+
- generic-lens >=2.0.0.0 && <2.3
31+
- hashtables >=1.2.4.1 && <1.4
32+
- http-client >=0.6.4.1 && <0.8
33+
- http-client-tls >=0.3.5.3 && <0.4
34+
- http-types >=0.12.3 && <0.13
35+
- iso8601-time >=0.1.5 && <0.2
36+
- lens >=4.18.1 && <5.3
37+
- lrucache >=1.2.0.1 && <1.3
38+
- memory>=0.15.0
39+
- monad-logger >=0.3.36 && <0.4
40+
- monad-loops ==0.4.*
41+
- mtl >=2.2.2 && <2.4
42+
- pcre-light >=0.4.1.0 && <0.5
43+
- random >=1.1 && <1.3
44+
- scientific >=0.3.6.2 && <0.4
45+
- semver >=0.3.4 && <0.5
46+
- text >=1.2.4.0 && <2.1
47+
- time >=1.9.3 && <1.13
48+
- unordered-containers >=0.2.10.0 && <0.3
49+
- uuid >=1.3.13 && <1.4
50+
- yaml >=0.11.5.0 && <0.12
5451
default-extensions:
55-
- AllowAmbiguousTypes
56-
- DataKinds
57-
- DeriveAnyClass
58-
- DeriveGeneric
59-
- DerivingStrategies
60-
- DuplicateRecordFields
61-
- FlexibleContexts
62-
- FlexibleInstances
63-
- GeneralizedNewtypeDeriving
64-
- LambdaCase
65-
- MonoLocalBinds
66-
- MultiParamTypeClasses
67-
- MultiWayIf
68-
- NoMonomorphismRestriction
69-
- OverloadedStrings
70-
- RankNTypes
71-
- RecordWildCards
72-
- ScopedTypeVariables
73-
- TemplateHaskell
74-
- TupleSections
75-
- TypeApplications
76-
- TypeOperators
77-
52+
- AllowAmbiguousTypes
53+
- DataKinds
54+
- DeriveAnyClass
55+
- DeriveGeneric
56+
- DerivingStrategies
57+
- DuplicateRecordFields
58+
- FlexibleContexts
59+
- FlexibleInstances
60+
- GeneralizedNewtypeDeriving
61+
- LambdaCase
62+
- MonoLocalBinds
63+
- MultiParamTypeClasses
64+
- MultiWayIf
65+
- NoMonomorphismRestriction
66+
- OverloadedStrings
67+
- RankNTypes
68+
- RecordWildCards
69+
- ScopedTypeVariables
70+
- TemplateHaskell
71+
- TupleSections
72+
- TypeApplications
73+
- TypeOperators
7874
library:
7975
source-dirs: src
8076
ghc-options:
81-
- -fwarn-unused-imports
82-
- -Wall
83-
- -Wno-name-shadowing
77+
- '-fwarn-unused-imports'
78+
- '-Wall'
79+
- '-Wno-name-shadowing'
8480
exposed-modules:
85-
- LaunchDarkly.AesonCompat
86-
- LaunchDarkly.Server
87-
- LaunchDarkly.Server.Client
88-
- LaunchDarkly.Server.Config
89-
- LaunchDarkly.Server.Context
90-
- LaunchDarkly.Server.Reference
91-
- LaunchDarkly.Server.Store
92-
- LaunchDarkly.Server.Integrations.FileData
93-
- LaunchDarkly.Server.Integrations.TestData
94-
81+
- LaunchDarkly.AesonCompat
82+
- LaunchDarkly.Server
83+
- LaunchDarkly.Server.Client
84+
- LaunchDarkly.Server.Config
85+
- LaunchDarkly.Server.Context
86+
- LaunchDarkly.Server.Reference
87+
- LaunchDarkly.Server.Store
88+
- LaunchDarkly.Server.Integrations.FileData
89+
- LaunchDarkly.Server.Integrations.TestData
9590
tests:
9691
haskell-server-sdk-test:
97-
main: Spec.hs
92+
main: Spec.hs
9893
source-dirs:
99-
- test
100-
- src
94+
- test
95+
- src
10196
ghc-options:
102-
- -rtsopts
103-
- -threaded
104-
- -with-rtsopts=-N
105-
- -Wno-name-shadowing
106-
- -fwarn-unused-imports
97+
- '-rtsopts'
98+
- '-threaded'
99+
- '-with-rtsopts=-N'
100+
- '-Wno-name-shadowing'
101+
- '-fwarn-unused-imports'
107102
dependencies:
108-
- HUnit
103+
- HUnit

src/LaunchDarkly/Server/Client/Internal.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import LaunchDarkly.Server.Store.Internal (StoreHandle, getInitializedC)
2121

2222
-- | The version string for this library.
2323
clientVersion :: Text
24-
clientVersion = "4.1.0" -- x-release-please-version
24+
clientVersion = "4.2.0" -- x-release-please-version
2525

2626
-- |
2727
-- Client is the LaunchDarkly client. Client instances are thread-safe.

0 commit comments

Comments
 (0)