Skip to content

Releases: EventStore/EventStore-Client-NodeJS

v1.2.2

23 Jul 09:59
Compare
Choose a tag to compare

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

23 Jul 09:59
Compare
Choose a tag to compare

Features

  • ChannelCredentialOptions interface exported. View

v1.2.0

23 Jul 09:59
Compare
Choose a tag to compare

Features

  • Pass path to Certificate File in Connection String View

v1.1.2

23 Jul 09:58
Compare
Choose a tag to compare

Bug Fixes

  • Allow setting END for create persistent subscription fromRevision View

v1.1.1

23 Jul 09:58
Compare
Choose a tag to compare

Bug Fixes

  • Remove console.log inTwoWaySubscription View

v1.1.0

23 Jul 09:58
Compare
Choose a tag to compare

Features

  • Add stream metadata methods View
    • setStreamMetadata
    • getStreamMetadata

v1.0.2

23 Jul 09:58
Compare
Choose a tag to compare

Bug Fixes

  • Replace all buffer encoding and decoding from binary (latin1) to utf8 View

v1.0.1

23 Jul 09:57
Compare
Choose a tag to compare

Features

  • Improved JSdoc comments View

Bug Fixes

  • Allow whitespace between tokens in connection string View

v1.0.0

23 Jul 09:57
Compare
Choose a tag to compare

Features

  • Keep alives View
    • Keep server connection alive when network traffic is low.

v0.0.0-alpha.17

23 Jul 09:57
Compare
Choose a tag to compare
v0.0.0-alpha.17 Pre-release
Pre-release

Features

  • Event types View
    • Strongly type your events in readEvents, subscribeToEvents and connectToPersistantSubscription.