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 1a85c10 commit e2adc87Copy full SHA for e2adc87
CHANGELOG.md
@@ -1,3 +1,4 @@
1
+## v3.76.0
2
* Added experimental topic listener implementation
3
* Fixed `internal/xstrings.Buffer()` leak without call `buffer.Free()`
4
* Removed double quotas from goroutine labels background workers for prevent problem with pprof
internal/version/version.go
@@ -2,8 +2,8 @@ package version
const (
Major = "3"
5
- Minor = "75"
6
- Patch = "2"
+ Minor = "76"
+ Patch = "0"
7
8
Prefix = "ydb-go-sdk"
9
)
0 commit comments