File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11---
2- version : " 6.0.0 "
2+ version : " 6.0.1 "
33changelog :
4+ - date : 2025-11-04
5+ version : v6.0.1
6+ changes :
7+ - type : bug
8+ text : " Send proper object for `state` with the `heartbeat` request."
9+ - type : improvement
10+ text : " Don't cap `limit` and let the server perform value validation."
11+ - type : improvement
12+ text : " Replace legacy timetoken query parameter with subscribe v2 parameters."
413 - date : 2025-10-15
514 version : v6.0.0
615 changes :
@@ -618,7 +627,7 @@ sdks:
618627 - x86-64
619628 - distribution-type : package
620629 distribution-repository : RubyGems
621- package-name : pubnub-6.0.0 .gem
630+ package-name : pubnub-6.0.1 .gem
622631 location : https://rubygems.org/gems/pubnub
623632 requires :
624633 - name : addressable
@@ -723,8 +732,8 @@ sdks:
723732 - x86-64
724733 - distribution-type : library
725734 distribution-repository : GitHub release
726- package-name : pubnub-6.0.0 .gem
727- location : https://github.com/pubnub/ruby/releases/download/v6.0.0 /pubnub-6.0.0 .gem
735+ package-name : pubnub-6.0.1 .gem
736+ location : https://github.com/pubnub/ruby/releases/download/v6.0.1 /pubnub-6.0.1 .gem
728737 requires :
729738 - name : addressable
730739 min-version : 2.0.0
Original file line number Diff line number Diff line change 1+ ## v6.0.1
2+ November 04 2025
3+
4+ #### Fixed
5+ - Send proper object for ` state ` with the ` heartbeat ` request.
6+
7+ #### Modified
8+ - Don't cap ` limit ` and let the server perform value validation.
9+ - Replace legacy timetoken query parameter with subscribe v2 parameters.
10+
111## v6.0.0
212October 15 2025
313
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- pubnub (6.0.0 )
4+ pubnub (6.0.1 )
55 addressable (>= 2.0.0 )
66 concurrent-ruby (~> 1.3.4 )
77 concurrent-ruby-edge (~> 0.7.1 )
Original file line number Diff line number Diff line change 1- 6.0.0
1+ 6.0.1
Original file line number Diff line number Diff line change 11# Toplevel Pubnub module.
22module Pubnub
3- VERSION = '6.0.0 ' . freeze
3+ VERSION = '6.0.1 ' . freeze
44end
You can’t perform that action at this time.
0 commit comments