File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## [ v1.2.5] ( https://github.com/ably/ably-ruby/tree/v1.2.5 )
4+
5+ This contains an important fix for a TLS certificate validation bug which prevented the library from being able to use Realtime fallback hosts.
6+
7+ [ Full changelog] ( https://github.com/ably/ably-ruby/compare/v1.2.4...v1.2.5 )
8+
9+ ** Fixed bugs:**
10+
11+ - Fix server certificate validation for HTTP in Realtime [ \# 397] ( https://github.com/ably/ably-ruby/pull/397 )
12+
313## [ v1.2.4] ( https://github.com/ably/ably-ruby/tree/v1.2.4 )
414
515[ Full Changelog] ( https://github.com/ably/ably-ruby/compare/v1.2.3...v1.2.4 )
Original file line number Diff line number Diff line change 11module Ably
2- VERSION = '1.2.4 '
2+ VERSION = '1.2.5 '
33 PROTOCOL_VERSION = '1.2'
44
55 # @api private
You can’t perform that action at this time.
0 commit comments