Skip to content

Releases: ydb-platform/ydb-python-sdk

2.13.0

16 Mar 07:58
Compare
Choose a tag to compare
  • fixed in to make compressed backups possible
  • Add snapshot to read table responses

Full Changelog: 2.12.4...2.13.0

2.12.4

16 Mar 07:23
Compare
Choose a tag to compare
  • 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

14 Mar 08:16
Compare
Choose a tag to compare
3.0.1b8 Pre-release
Pre-release
  • Fixed exception while create ResultSet with None table_settings

Full Changelog: 3.0.1b7...3.0.1b8

3.0.1b7

10 Mar 14:35
Compare
Choose a tag to compare
3.0.1b7 Pre-release
Pre-release
  • 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

06 Mar 00:04
Compare
Choose a tag to compare
3.0.1b6 Pre-release
Pre-release
  • 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

01 Mar 21:11
Compare
Choose a tag to compare
3.0.1b5 Pre-release
Pre-release
  • 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

28 Feb 15:00
Compare
Choose a tag to compare
  • Add six package to requirements
  • Fixed error while passing date parameter in execute

Full Changelog: 2.12.2...2.12.3

3.0.1b4

07 Feb 15:31
Compare
Choose a tag to compare
3.0.1b4 Pre-release
Pre-release
  • Initial implementation of topic reader

Full Changelog: 3.0.1b3...3.0.1b4

3.0.1b3

06 Feb 16:45
Compare
Choose a tag to compare
3.0.1b3 Pre-release
Pre-release
  • 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

06 Feb 16:35
Compare
Choose a tag to compare
  • Fix error of check retriable error for idempotent operations (error exist since 2.12.1)

Full Changelog: 2.12.1...2.12.2