We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4fc9da commit 47bb721Copy full SHA for 47bb721
2 files changed
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## Unreleased
+## 0.17.7 — 2026-04-10
4
5
### Changed
6
@@ -9,10 +9,6 @@
9
integers/symbols are converted automatically. A cached `EMPTY_PART`
10
avoids allocations for nil parts.
11
12
-## 0.17.7 — 2026-04-10
13
-
14
-### Changed
15
16
- **Reduced allocations on hot paths.** `freeze_message` short-circuits
17
when all parts are already frozen binary (zero-alloc fast path).
18
`write_batch` passes the batch directly instead of `.map`-ing through
lib/omq/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module OMQ
- VERSION = "0.17.6"
+ VERSION = "0.17.7"
end
0 commit comments