We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22e0704 commit e3155f7Copy full SHA for e3155f7
2 files changed
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+### 0.8.0 / 2025-05-24
2
+
3
+- Emit binary message as a string with `Encoding::BINARY` instead of an array
4
+- Add the option `:binary_data_format` to force the previous behaviour
5
6
### 0.7.7 / 2025-01-04
7
8
- Add `base64` gem to the dependencies to support Ruby 3.4
websocket-driver.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'websocket-driver'
- s.version = '0.7.7'
+ s.version = '0.8.0'
s.summary = 'WebSocket protocol handler with pluggable I/O'
s.author = 'James Coglan'
s.email = 'jcoglan@gmail.com'
0 commit comments