Releases: ydb-platform/ydb-python-sdk
Releases · ydb-platform/ydb-python-sdk
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
3.1.1
- Fixed bug with ModuleNotFoundError while import ydb
Full Changelog: 3.1.0...3.1.1
3.1.0
COMPLETE CHANGELOG FROM v2:
- Add api for topic service
BREAKING CHANGES:
- deny any action in transaction after commit/rollback (switch to old behaviour with ydb.global_allow_split_transactions(True))
- raise exception for truncated response by default (switch to old behavior with ydb.global_allow_truncated_result(True))
- drop support python 2
- Use anonymous credentials for auth by default instead of iam metadata (use ydb.driver.credentials_from_env_variables for creds by env var)
Full Changelog: 3.0.1b13...3.1.0
3.0.1b13
- Fixed commit for sync reader
- Group messages while send to server
- Prevent stop topic client by GC while reader/writer alived
Full Changelog: 3.0.1b12...3.0.1b13