File tree Expand file tree Collapse file tree 5 files changed +18
-7
lines changed
Expand file tree Collapse file tree 5 files changed +18
-7
lines changed Original file line number Diff line number Diff line change 11---
2- version : " 5.6 .0"
2+ version : " 6.0 .0"
33changelog :
4+ - date : 2025-10-15
5+ version : v6.0.0
6+ changes :
7+ - type : feature
8+ text : " BREAKING CHANGES: Add 'limit' and 'offset' parameters for 'here_now' for pagination support."
49 - date : 2025-09-11
510 version : v5.6.0
611 changes :
@@ -613,7 +618,7 @@ sdks:
613618 - x86-64
614619 - distribution-type : package
615620 distribution-repository : RubyGems
616- package-name : pubnub-5.6 .0.gem
621+ package-name : pubnub-6.0 .0.gem
617622 location : https://rubygems.org/gems/pubnub
618623 requires :
619624 - name : addressable
@@ -718,8 +723,8 @@ sdks:
718723 - x86-64
719724 - distribution-type : library
720725 distribution-repository : GitHub release
721- package-name : pubnub-5.6 .0.gem
722- location : https://github.com/pubnub/ruby/releases/download/v5.6 .0/pubnub-5.6 .0.gem
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
723728 requires :
724729 - name : addressable
725730 min-version : 2.0.0
Original file line number Diff line number Diff line change 1+ ## v6.0.0
2+ October 15 2025
3+
4+ #### Added
5+ - BREAKING CHANGES: Add 'limit' and 'offset' parameters for 'here_now' for pagination support.
6+
17## v5.6.0
28September 11 2025
39
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- pubnub (5.6 .0 )
4+ pubnub (6.0 .0 )
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- 5.6 .0
1+ 6.0 .0
Original file line number Diff line number Diff line change 11# Toplevel Pubnub module.
22module Pubnub
3- VERSION = '5.6 .0' . freeze
3+ VERSION = '6.0 .0' . freeze
44end
You can’t perform that action at this time.
0 commit comments