Skip to content

Releases: ydb-platform/ydb-nodejs-sdk

v5.8.0

30 Oct 21:25
Compare
Choose a tag to compare

5.8.0 (2024-10-30)

Features

  • rename poolId to resourcePool and deprecate (74de142)

v5.7.0

30 Oct 19:15
Compare
Choose a tag to compare

5.7.0 (2024-10-30)

Features

  • add support for poolId parameter in query service requests (1098749)

v5.6.0

29 Oct 11:07
Compare
Choose a tag to compare

5.6.0 (2024-10-29)

Features

  • update ydb-sdk-proto dep (e4ff812)

v5.5.3

22 Oct 11:33
a6d8036
Compare
Choose a tag to compare

5.5.3 (2024-10-22)

Bug Fixes

  • topic stream auth in cloud (6adca13)

v5.5.2

15 Oct 06:16
Compare
Choose a tag to compare

5.5.2 (2024-10-15)

Bug Fixes

  • fix topic example and make Context publically available (644c116)
  • update protobufjs to the latest version and add dependencies to protobufjs in the proto file (509ea47)

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)