Releases: EventStore/EventStore-Client-NodeJS
Releases · EventStore/EventStore-Client-NodeJS
v1.2.2
Features
DNSClusterOptions
GossipClusterOptions
SingleNodeOptions
types individually exported. View
Deprecations
ConnectionTypeOptions
View
- Will be removed in
v2.0.0
.
- Use newly exported members directly.
v1.2.1
Features
ChannelCredentialOptions
interface exported. View
v1.2.0
Features
- Pass path to Certificate File in Connection String View
v1.1.2
Bug Fixes
- Allow setting END for create persistent subscription
fromRevision
View
v1.1.1
Bug Fixes
- Remove
console.log
inTwoWaySubscription
View
v1.1.0
Features
- Add stream metadata methods View
setStreamMetadata
getStreamMetadata
v1.0.2
Bug Fixes
- Replace all buffer encoding and decoding from
binary
(latin1) to utf8
View
v1.0.1
Features
- Improved JSdoc comments View
Bug Fixes
- Allow whitespace between tokens in connection string View
v1.0.0
Features
- Keep alives View
- Keep server connection alive when network traffic is low.
v0.0.0-alpha.17
Features
- Event types View
- Strongly type your events in
readEvents
, subscribeToEvents
and connectToPersistantSubscription
.