We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b20c16 commit 1cf4786Copy full SHA for 1cf4786
CHANGELOG.md
@@ -1,11 +1,6 @@
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)
+* Fixed commit for sync reader
+* Group messages while send to server
+* Prevent stop topic client by GC while reader/writer alived
9
10
## 3.0.1b12 ##
11
* Added flush reader commits on reader close
0 commit comments