Releases: ydb-platform/ydb-python-sdk
Releases · ydb-platform/ydb-python-sdk
2.13.0
- fixed in to make compressed backups possible
- Add snapshot to read table responses
Full Changelog: 2.12.4...2.13.0
2.12.4
- Added functions for global change behaviour for compatible with future sdk version: ydb.global_allow_truncated_result and global_allow_split_transactions
Full Changelog: 2.12.3...2.12.4
3.0.1b8
- Fixed exception while create ResultSet with None table_settings
Full Changelog: 3.0.1b7...3.0.1b8
3.0.1b7
- BROKEN CHANGE: deny any action in transaction after commit/rollback
- BROKEN CHANGE: raise exception for truncated response by default
- Compatible protobaf detection for arcadia
- Add codecs support for topic writer
Full Changelog: 3.0.1b6...3.0.1b7
3.0.1b6
- BROKEN CHANGES: remove writer.write(mess1, mess2) variant, use list instead: writer.write([mess1, mess2])
- BROKEN CHANGES: change names of public method in topic client
- BROKEN CHANGES: rename parameter producer_and_message_group_id to producer_id
- producer_id is optional now
Full Changelog: 3.0.1b5...3.0.1b6
3.0.1b5
- Remove six package from code and dependencies (remove support python2)
- Use anonymous credentials by default instead of iam metadata (use ydb.driver.credentials_from_env_variables for creds by env var)
- Close grpc streams while closing readers/writers
- Add control plane operations for topic api: create, drop
- Add six package to requirements
Full Changelog: 3.0.1b4...3.0.1b5
2.12.3 Add six package to requirements
- Add six package to requirements
- Fixed error while passing date parameter in execute
Full Changelog: 2.12.2...2.12.3
3.0.1b4
- Initial implementation of topic reader
Full Changelog: 3.0.1b3...3.0.1b4
3.0.1b3
- Fix error of check retriable error for idempotent operations (error exist since 2.12.1)
Full Changelog: 3.0.1b2...3.0.1b3
2.12.2
- Fix error of check retriable error for idempotent operations (error exist since 2.12.1)
Full Changelog: 2.12.1...2.12.2