Releases: ydb-platform/ydb-python-sdk
Releases · ydb-platform/ydb-python-sdk
3.3.5 Fixed bugs with WriterAsyncIO.__del__ and hung ups for topic reader and writer
- 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
- Fixed handle stop partition request from server
Full Changelog: 3.3.3...3.3.4
3.3.3
- Fixed hang while write messages to closed driver
- Removed fixed version of aiohttp
Full Changelog: 3.3.2...3.3.3
3.3.2
- 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
- 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
- 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
- Fixed set keep_in_cache algorithm
Full Changelog: 3.2.1...3.2.2
2.13.4
- Fixed set keep_in_cache algorithm
Full Changelog: 2.13.4...2.13.4
3.2.1
- 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
- Added return result for topic writer.write_with_ack
Full Changelog: 3.1.1...3.2.0