Skip to content

Commit

Permalink
Fix exception with secret key (#148)
Browse files Browse the repository at this point in the history
fix(message-actions): fix exception with secret key

Fix issue which raised an exception when PubNub client has been configured with secret key.
  • Loading branch information
parfeon authored Mar 14, 2023
1 parent e34a153 commit d1223fe
Show file tree
Hide file tree
Showing 10 changed files with 599 additions and 26 deletions.
13 changes: 9 additions & 4 deletions .pubnub.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
---
version: "5.2.1"
version: "5.2.2"
changelog:
- date: 2023-03-14
version: v5.2.2
changes:
- type: bug
text: "Fix issue which raised an exception when PubNub client has been configured with a secret key."
- date: 2022-12-13
version: v5.2.1
changes:
Expand Down Expand Up @@ -658,7 +663,7 @@ sdks:
- x86-64
- distribution-type: package
distribution-repository: RubyGems
package-name: pubnub-5.2.1.gem
package-name: pubnub-5.2.2.gem
location: https://rubygems.org/gems/pubnub
requires:
- name: addressable
Expand Down Expand Up @@ -763,8 +768,8 @@ sdks:
- x86-64
- distribution-type: library
distribution-repository: GitHub release
package-name: pubnub-5.2.1.gem
location: https://github.com/pubnub/ruby/releases/download/v5.2.1/pubnub-5.2.1.gem
package-name: pubnub-5.2.2.gem
location: https://github.com/pubnub/ruby/releases/download/v5.2.2/pubnub-5.2.2.gem
requires:
- name: addressable
min-version: 2.0.0
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v5.2.2
March 14 2023

#### Fixed
- Fix issue which raised an exception when PubNub client has been configured with a secret key.

## v5.2.1
December 13 2022

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
pubnub (5.2.1)
pubnub (5.2.2)
addressable (>= 2.0.0)
concurrent-ruby (~> 1.1.5)
concurrent-ruby-edge (~> 0.5.0)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.2.1
5.2.2
Loading

0 comments on commit d1223fe

Please sign in to comment.