Skip to content

Commit

Permalink
PubNub SDK v4.6.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
client-engineering-bot committed Mar 8, 2021
1 parent 77af268 commit e97f87e
Show file tree
Hide file tree
Showing 73 changed files with 4,657 additions and 71 deletions.
22 changes: 21 additions & 1 deletion .pubnub.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,26 @@
---
version: "4.5.0"
version: "4.6.0"
changelog:
-
changes:
-
text: "BREAKING CHANGE: Add randomized initialization vector usage by default for data encryption / decryption in publish / subscribe / history API calls."
type: feature
-
text: "Fix issue which caused Object request body encryption when `cipher_key` is set."
type: bug
date: Mar 8, 21
version: v4.6.0
-
changes:
-
text: "BREAKING CHANGE: Add randomized initialization vector usage by default for data encryption / decryption in publish / subscribe / history API calls."
type: feature
-
text: "Fix issue which caused Object request body encryption when `cipher_key` is set."
type: bug
date: Mar 8, 21
version: v4.6.0
-
changes:
-
Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
##### v4.6.0

- BREAKING CHANGE: Add randomized initialization vector usage by default for data encryption / decryption in publish / subscribe / history API calls.
- Fix issue which caused Object request body encryption when `cipher_key` is set.

##### v4.6.0

- BREAKING CHANGE: Add randomized initialization vector usage by default for data encryption / decryption in publish / subscribe / history API calls.
- Fix issue which caused Object request body encryption when `cipher_key` is set.

##### v4.5.0

- Add support for APNS2 device/channel management.
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 (4.5.0)
pubnub (4.6.0)
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 @@
4.5.0
4.6.0
111 changes: 111 additions & 0 deletions fixtures/vcr_cassettes/examples/channel_members/001.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

111 changes: 111 additions & 0 deletions fixtures/vcr_cassettes/examples/channel_members/002.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

111 changes: 111 additions & 0 deletions fixtures/vcr_cassettes/examples/channel_members/003.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit e97f87e

Please sign in to comment.