Skip to content

Commit ced449a

Browse files
PubNub SDK v6.0.2 release.
1 parent 2a81fd2 commit ced449a

File tree

5 files changed

+21
-7
lines changed

5 files changed

+21
-7
lines changed

.pubnub.yml

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
---
2-
version: "6.0.1"
2+
version: "6.0.2"
33
changelog:
4+
- date: 2026-03-03
5+
version: v6.0.2
6+
changes:
7+
- type: improvement
8+
text: "Add `.uniq` calls when building the URL path and channel-group query parameter to prevent duplicate channels and channel groups from leaking into HTTP requests."
9+
- type: improvement
10+
text: "Add `.uniq` calls when building the URL path and channel-group query parameter to prevent duplicate channels and channel groups from leaking into HTTP requests."
411
- date: 2025-11-04
512
version: v6.0.1
613
changes:
@@ -627,7 +634,7 @@ sdks:
627634
- x86-64
628635
- distribution-type: package
629636
distribution-repository: RubyGems
630-
package-name: pubnub-6.0.1.gem
637+
package-name: pubnub-6.0.2.gem
631638
location: https://rubygems.org/gems/pubnub
632639
requires:
633640
- name: addressable
@@ -732,8 +739,8 @@ sdks:
732739
- x86-64
733740
- distribution-type: library
734741
distribution-repository: GitHub release
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
742+
package-name: pubnub-6.0.2.gem
743+
location: https://github.com/pubnub/ruby/releases/download/v6.0.2/pubnub-6.0.2.gem
737744
requires:
738745
- name: addressable
739746
min-version: 2.0.0

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## v6.0.2
2+
March 03 2026
3+
4+
#### Modified
5+
- Add `.uniq` calls when building the URL path and channel-group query parameter to prevent duplicate channels and channel groups from leaking into HTTP requests.
6+
- Add `.uniq` calls when building the URL path and channel-group query parameter to prevent duplicate channels and channel groups from leaking into HTTP requests.
7+
18
## v6.0.1
29
November 04 2025
310

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.1)
4+
pubnub (6.0.2)
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.1
1+
6.0.2

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

0 commit comments

Comments
 (0)