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 1f10eb9 commit 8983792Copy full SHA for 8983792
CHANGELOG.md
@@ -1,6 +1,10 @@
1
Changelog
2
=========
3
4
+# 0.26.0 (2025-09-01)
5
+* Fix flaky unit test TestBenchmarkStateGetQuantileSuccess
6
+* Add http2 support to yab
7
+
8
# 0.25.0 (2025-08-12)
9
* Fix invalid reference to syscall.recvmsg
10
* Optionally encode binary in thrift responses in the same way as requests
version.go
@@ -22,4 +22,4 @@ package main
22
23
// versionString is the sem-ver version string for yab.
24
// It will be bumped explicitly on releases.
25
-var versionString = "0.25.0"
+var versionString = "0.26.0"
0 commit comments