Skip to content

Commit d1223fe

Browse files
authored
Fix exception with secret key (#148)
fix(message-actions): fix exception with secret key Fix issue which raised an exception when PubNub client has been configured with secret key.
1 parent e34a153 commit d1223fe

File tree

10 files changed

+599
-26
lines changed

10 files changed

+599
-26
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.2.1"
2+
version: "5.2.2"
33
changelog:
4+
- date: 2023-03-14
5+
version: v5.2.2
6+
changes:
7+
- type: bug
8+
text: "Fix issue which raised an exception when PubNub client has been configured with a secret key."
49
- date: 2022-12-13
510
version: v5.2.1
611
changes:
@@ -658,7 +663,7 @@ sdks:
658663
- x86-64
659664
- distribution-type: package
660665
distribution-repository: RubyGems
661-
package-name: pubnub-5.2.1.gem
666+
package-name: pubnub-5.2.2.gem
662667
location: https://rubygems.org/gems/pubnub
663668
requires:
664669
- name: addressable
@@ -763,8 +768,8 @@ sdks:
763768
- x86-64
764769
- distribution-type: library
765770
distribution-repository: GitHub release
766-
package-name: pubnub-5.2.1.gem
767-
location: https://github.com/pubnub/ruby/releases/download/v5.2.1/pubnub-5.2.1.gem
771+
package-name: pubnub-5.2.2.gem
772+
location: https://github.com/pubnub/ruby/releases/download/v5.2.2/pubnub-5.2.2.gem
768773
requires:
769774
- name: addressable
770775
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+
## v5.2.2
2+
March 14 2023
3+
4+
#### Fixed
5+
- Fix issue which raised an exception when PubNub client has been configured with a secret key.
6+
17
## v5.2.1
28
December 13 2022
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.2.1)
4+
pubnub (5.2.2)
55
addressable (>= 2.0.0)
66
concurrent-ruby (~> 1.1.5)
77
concurrent-ruby-edge (~> 0.5.0)

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.2.1
1+
5.2.2

0 commit comments

Comments
 (0)