Skip to content

Releases: ydb-platform/ydb-python-sdk

3.3.5 Fixed bugs with WriterAsyncIO.__del__ and hung ups for topic reader and writer

09 Jun 15:18
Compare
Choose a tag to compare
  • Fixed use positional argument instead of named in WriterAsyncIO.del
  • Fixed release buffer while read topic by one messages
  • Fixed race condition between commit_with_ack and reconnect in topic writer

Full Changelog: 3.3.4...3.3.5

3.3.4

25 May 14:37
Compare
Choose a tag to compare
  • Fixed handle stop partition request from server

Full Changelog: 3.3.3...3.3.4

3.3.3

19 May 15:22
Compare
Choose a tag to compare
  • Fixed hang while write messages to closed driver
  • Removed fixed version of aiohttp

Full Changelog: 3.3.2...3.3.3

3.3.2

15 May 07:43
Compare
Choose a tag to compare
  • Fix keep DataQuery in local cache and set flag keep_in_cache for server

Full Changelog: 3.3.1...3.3.2

3.3.1

04 May 14:04
Compare
Choose a tag to compare
  • Fix exception for convert sync to async iterator
  • Fixed start many sync writers/readers in parallel

Full Changelog: 3.3.0...3.3.1

3.3.0

14 Apr 17:36
Compare
Choose a tag to compare
  • Added support to set many topics and topic reader settings for read in one reader
  • Added ydb.TopicWriterInitInfo, ydb.TopicWriteResult as public types
  • Check possible of create init message on create reader (faster fail with some bad params)
  • Raise exception for get session from stopped session pool
  • Add extend path for ydb (allow install other packages with names in ydb namespace

Full Changelog: 3.2.2...3.3.0

3.2.2

06 Apr 11:52
Compare
Choose a tag to compare
  • Fixed set keep_in_cache algorithm

Full Changelog: 3.2.1...3.2.2

2.13.4

06 Apr 12:24
Compare
Choose a tag to compare
  • Fixed set keep_in_cache algorithm

Full Changelog: 2.13.4...2.13.4

3.2.1

03 Apr 15:07
Compare
Choose a tag to compare
  • Fixed ydb.credentials_from_env_variables, now it will use Metadata credentials by default (instead of anonymous).

Full Changelog: 3.2.0...3.2.1

3.2.0

27 Mar 08:24
Compare
Choose a tag to compare
  • Added return result for topic writer.write_with_ack

Full Changelog: 3.1.1...3.2.0