We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62d6355 commit df3a7faCopy full SHA for df3a7fa
CHANGELOG.md
@@ -1,3 +1,12 @@
1
+COMPLETE CHANGELOG FROM v2:
2
+* Add api for topic service
3
+
4
+BROKEN CHANGES:
5
+* deny any action in transaction after commit/rollback (switch to old behaviour with ydb.global_allow_split_transactions(True))
6
+* raise exception for truncated response by default (switch to old behavior with ydb.global_allow_truncated_result(True))
7
+* drop support python 2
8
+* Use anonymous credentials for auth by default instead of iam metadata (use ydb.driver.credentials_from_env_variables for creds by env var)
9
10
## 3.0.1b13 ##
11
* Fixed commit for sync reader
12
* Group messages while send to server
0 commit comments