Skip to content

Commit 86bfb14

Browse files
PubNub SDK v6.0.0 release.
1 parent 5c9a349 commit 86bfb14

File tree

5 files changed

+18
-7
lines changed

5 files changed

+18
-7
lines changed

.pubnub.yml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
---
2-
version: "5.6.0"
2+
version: "6.0.0"
33
changelog:
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

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
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
28
September 11 2025
39

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
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)

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.6.0
1+
6.0.0

lib/pubnub/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Toplevel Pubnub module.
22
module Pubnub
3-
VERSION = '5.6.0'.freeze
3+
VERSION = '6.0.0'.freeze
44
end

0 commit comments

Comments
 (0)