Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Changelog
=========

# 0.26.0 (2025-09-01)
* Add http2 support to yab
* Fix flaky unit test TestBenchmarkStateGetQuantileSuccess

# 0.25.0 (2025-08-12)
* Fix invalid reference to syscall.recvmsg
* Optionally encode binary in thrift responses in the same way as requests
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ package main

// versionString is the sem-ver version string for yab.
// It will be bumped explicitly on releases.
var versionString = "0.25.0"
var versionString = "0.26.0"