Skip to content

Releases: ydb-platform/ydb-js-sdk

v5.5.1

03 Oct 12:03
1b47ccf
Compare
Choose a tag to compare

5.5.1 (2024-10-03)

Bug Fixes

  • add explicit dependency on protobufjs package (031d2be)

v5.5.0

30 Sep 08:12
Compare
Choose a tag to compare

5.5.0 (2024-09-30)

Features

  • add retrier to the topics (03fc7f9)

Retrayer is added both for atomic methods and streams of Topic client.

If errors occur when executing, for example, await db.topic.createTopic(...), for which it is allowed to repeat as for idempotent operations, then the operation is repeated automatically under the hood. if you want to limit the time of repeated attempts, you should use Context.

If the connection is broken while writing messages. The internal stream is automatically re-established and the messages that are in the SDK queue are keep transmitted.

For reading the internal connection is restored also automatically, but previously received messages, if they were not committed, can not be committed further - you need to wait for their arrival again from new internal stream.

v5.4.0

27 Sep 14:09
b09086f
Compare
Choose a tag to compare

5.4.0 (2024-09-27)

Features

  • add idempotent option to tableClient session.executeQuery (89df57e)

v5.3.5

26 Sep 15:46
f4ce0c4
Compare
Choose a tag to compare

5.3.5 (2024-09-26)

Bug Fixes

v5.3.4

20 Aug 12:12
Compare
Choose a tag to compare

5.3.4 (2024-08-20)

Features

  • initial version of topic service client (2db4f42)

v5.3.3

04 Jul 13:02
fde6b3d
Compare
Choose a tag to compare

5.3.3 (2024-07-04)

Bug Fixes

  • add DECLARE that is still required by YDB 24.1 (8920fee)
  • query service switched to new retryer (43ce40b)

v5.3.2

29 Mar 14:50
1d902b2
Compare
Choose a tag to compare

5.3.2 (2024-03-28)

Bug Fixes

  • add opFinished in query service result (cf2959c)

v5.3.1

26 Mar 11:47
3cff2bc
Compare
Choose a tag to compare

5.3.1 (2024-03-26)

Bug Fixes

  • visibility of RowType type (c1f258d)

v5.3.0

25 Mar 09:10
413d5b7
Compare
Choose a tag to compare

5.3.0 (2024-03-25)

Features

  • add YDB Query Service client (f7a5958)

v5.2.0

27 Feb 15:35
1959f20
Compare
Choose a tag to compare
v5.2.0 Pre-release
Pre-release

5.2.0 (2024-02-27)

Features