Skip to content

Commit b705696

Browse files
PubNub SDK v6.0.1 release.
1 parent df9cd62 commit b705696

5 files changed

Lines changed: 26 additions & 7 deletions

File tree

.pubnub.yml

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

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
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
212
October 15 2025
313

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 (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)

VERSION

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

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 = '6.0.0'.freeze
3+
VERSION = '6.0.1'.freeze
44
end

0 commit comments

Comments
 (0)