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 4849d10 commit d3c3b85Copy full SHA for d3c3b85
CHANGELOG.md
@@ -1,3 +1,4 @@
1
+## v3.26.8
2
* Removed the processing of trailer metadata on stream calls
3
4
## v3.26.7
internal/meta/version.go
@@ -3,7 +3,7 @@ package meta
const (
VersionMajor = "3"
5
VersionMinor = "26"
6
- VersionPatch = "7"
+ VersionPatch = "8"
7
)
8
9
const Version = VersionMajor + "." + VersionMinor + "." + VersionPatch
0 commit comments