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 be971b1 commit 74bbcddCopy full SHA for 74bbcdd
CHANGELOG.md
@@ -1,6 +1,11 @@
1
Changelog
2
=========
3
4
+# 0.25.0 (2025-08-12)
5
+* Fix invalid reference to syscall.recvmsg
6
+* Optionally encode binary in thrift responses in the same way as requests
7
+* Fix GH actions cache version
8
+
9
# 0.24.0 (2025-01-27)
10
* Fix add default authority as service name for reflection call
11
* Added arm64 builds to release
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.24.0"
+var versionString = "0.25.0"
0 commit comments