Releases: ydb-platform/ydb-python-sdk
Releases · ydb-platform/ydb-python-sdk
2.15.0
- Fixed python2 compatibility
Full Changelog: 2.14.0...2.15.0
2.14.0
- Added YDB convert support EmptyDict, EmptyList types
- Added EXTERNAL_ERROR status code and issue ExternalError
Full Changelog: 2.13.4...2.14.0
2.13.5
- Added YDB convert support EmptyDict, EmptyList types
- Added EXTERNAL_ERROR status code and issue ExternalError
Full Changelog: 2.13.4...2.13.5
3.5.2 set 1 thread for encode/decode messages
- Set 1 thread as default for encode/decode messages, was 4
- Added comments about calls encoders/decoders in parallel from multiply threads
Full Changelog: 3.5.1...3.5.2
3.5.1
- Fixed access to connection if connection cannot be found by node id
Full Changelog: 3.5.0...3.5.1
3.5.0
- Added functions for check column table type table of any type of scheme entry
Full Changelog: 3.4.0...3.5.0
3.4.0
- Add to public topic reader api: TopicReaderBatch, wait_message
Full Changelog: 3.3.7...3.4.0
3.3.7
- Added copy of locals() dicts at internals
Full Changelog: 3.3.6...3.3.7
3.3.6 Add list type to converter from result to native type (fix problem with get list result in dbapi/sqlalchemy)
- Add list type to converter from result to native type (fix problem with get list result in dbapi/sqlalchemy)
Full Changelog: 3.3.5...3.3.6
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