eventstore 1.4.0 → 1.4.1
raw patch · 4 files changed
+9/−5 lines, 4 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGELOG.markdown +4/−0
- Database/EventStore/Internal/Types.hs +1/−1
- README.md +1/−1
- eventstore.cabal +3/−3
CHANGELOG.markdown view
@@ -1,3 +1,7 @@+1.4.1+-----+* Update EventStore website link in documentation.+ 1.4.0 ----- * Internal: Refactor operation and registry tcp internals.
Database/EventStore/Internal/Types.hs view
@@ -268,7 +268,7 @@ -------------------------------------------------------------------------------- -- | Determines whether any link event encountered in the stream will be -- resolved. See the discussion for more information:--- https://eventstore.org/docs/dotnet-api/reading-events/index.html#resolvedevent+-- https://eventstore.com/docs/dotnet-api/reading-events/index.html#resolvedevent data ResolveLink = ResolveLink | NoResolveLink deriving (Show, Eq) --------------------------------------------------------------------------------
README.md view
@@ -4,7 +4,7 @@ [Talk and exchange ideas in our dedicated Discord Server] That driver supports 100% of EventStore features !-More information about the GetEventStore database can be found there: https://eventstore.org/+More information about the GetEventStore database can be found there: https://eventstore.com/ Requirements ============
eventstore.cabal view
@@ -4,12 +4,12 @@ -- -- see: https://github.com/sol/hpack ----- hash: ddd7a1bceafaa54e7b8bf636d520fca1eaa6569f66fe19640603f77e065c9469+-- hash: ce06cc20eb2ef61c0d52dc888830182016c2f8c1d036e25d6e481d12b9d0ae76 name: eventstore-version: 1.4.0+version: 1.4.1 synopsis: EventStore TCP Client-description: EventStore TCP Client <https://eventstore.org>+description: EventStore TCP Client <https://eventstore.com> category: Database homepage: https://github.com/YoEight/eventstore author: Yorick Laupa