Skip to content

Commit 205ff92

Browse files
authored
Merge pull request #1239 retracted v3.67.1 because decimal stringification broken
2 parents c98862c + 3ce8e32 commit 205ff92

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
## v3.67.2
55
* Fixed incorrect formatting of decimal. Implementation of decimal has been reverted to latest working version
66

7-
## v3.67.1
7+
## v3.67.1 (retracted)
88
* Fixed race of stop internal processes on close topic writer
99
* Fixed goroutines leak within topic reader on network problems
1010

go.mod

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,5 @@ require (
3030
google.golang.org/genproto/googleapis/rpc v0.0.0-20230525234030-28d5490b6b19 // indirect
3131
gopkg.in/yaml.v3 v3.0.0 // indirect
3232
)
33+
34+
retract v3.67.1 // decimal broken https://github.com/ydb-platform/ydb-go-sdk/issues/1234

0 commit comments

Comments
 (0)