Skip to content

Releases: gradyzhuo/KurrentDB-Swift

1.10.8

30 Sep 16:09
Compare
Choose a tag to compare

What's Changed

  • [UPDATE] add beginGracefulShutdown() to stream response usecase. by @gradyzhuo in #62

Full Changelog: 1.10.7...1.10.8

1.10.5

07 Sep 13:11
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.10.0...1.10.5

1.10.0

13 Jun 18:01
Compare
Choose a tag to compare

What's Changed

  • [Refactor] Simplify Streams API by removing explicit cursor parameters and integrating them into Options. by @gradyzhuo in #54
  • [Refactor] Enhance stream reading and subscription APIs for consistency by @gradyzhuo in #57

Full Changelog: 1.9.0...1.10.0

1.9.0

22 May 18:09
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.8.2...1.9.0

1.8.1

04 May 13:14
Compare
Choose a tag to compare

What's Changed

  • [UPDATE] rename esdb to kurrentdb, and refactor it to compatible with… by @gradyzhuo in #44
  • Dev/cluster client support by @gradyzhuo in #45
  • [UPDATE] remove await because change node to struct from actor. by @gradyzhuo in #46
  • [UPDATE] README for client settings example. by @gradyzhuo in #47
  • [UPDATE] update test code by client settings without tls secure. by @gradyzhuo in #48
  • [UPDATE] fix endpoint resolve address without Network framework. by @gradyzhuo in #49

Full Changelog: 1.7.1...1.8.1

1.8.0

03 May 19:19
Compare
Choose a tag to compare

What's Changed

  • implement client with gossip cluster discover.

Full Changelog: 1.7.1...1.8.0

1.7.1

15 Apr 06:36
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.6.2...1.7.0

1.6.0

28 Mar 08:38
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.5.1...1.6.0

1.5.0

26 Mar 18:06
Compare
Choose a tag to compare

What's Changed

  • [UPDATE] remove defaultUserCredentials to authentication for more aut… by @gradyzhuo in #21
  • Refactor/position by @gradyzhuo in #22
  • Refactor/subscription by @gradyzhuo in #25
  • [REFACTOR] Cursor to RevisionCursor and PositionCursor by @gradyzhuo in #26
  • [UPDATE] modify throws to throws(KurrentError) by @gradyzhuo in #27
  • [UPDATE] modify create and update api fro persistent-subscriptions by @gradyzhuo in #28

Full Changelog: 1.4.0...1.5.0

1.4.0

23 Mar 17:32
Compare
Choose a tag to compare

What's Changed

  • Update document to fix unavailable example.
  • Dev/update streams read api

Full Changelog: 1.3.0...1.4.0