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.
2 parents c98862c + 3ce8e32 commit 205ff92Copy full SHA for 205ff92
CHANGELOG.md
@@ -4,7 +4,7 @@
4
## v3.67.2
5
* Fixed incorrect formatting of decimal. Implementation of decimal has been reverted to latest working version
6
7
-## v3.67.1
+## v3.67.1 (retracted)
8
* Fixed race of stop internal processes on close topic writer
9
* Fixed goroutines leak within topic reader on network problems
10
go.mod
@@ -30,3 +30,5 @@ require (
30
google.golang.org/genproto/googleapis/rpc v0.0.0-20230525234030-28d5490b6b19 // indirect
31
gopkg.in/yaml.v3 v3.0.0 // indirect
32
)
33
+
34
+retract v3.67.1 // decimal broken https://github.com/ydb-platform/ydb-go-sdk/issues/1234
0 commit comments