eventstore 1.2.0 → 1.2.1
raw patch · 2 files changed
+7/−3 lines, 2 filesdep ~http-clientPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: http-client
API changes (from Hackage documentation)
+ Database.EventStore: LogFileTimedRotate :: TimedFileLogSpec -> BufSize -> LogType
Files
- CHANGELOG.markdown +4/−0
- eventstore.cabal +3/−3
CHANGELOG.markdown view
@@ -1,3 +1,7 @@+1.2.1+-----+* Bump `http-client` version.+ 1.2.0 ----- * Introduce a type-safe `EventNumber` setting.
eventstore.cabal view
@@ -4,10 +4,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: 397c16fc115765cfccc8c21c8b7133555d40e98546632200395b77c3551720c8+-- hash: 89315b698f4d189670b511052a2a9867110322bf62663f0462d64a2bc314e65b name: eventstore-version: 1.2.0+version: 1.2.1 synopsis: EventStore TCP Client description: EventStore TCP Client <https://eventstore.org> category: Database@@ -103,7 +103,7 @@ , exceptions , fast-logger , hashable- , http-client ==0.5.*+ , http-client >=0.5 , interpolate , lifted-async , lifted-base