Skip to content

Commit

Permalink
Releasing v4.31.0
Browse files Browse the repository at this point in the history
  • Loading branch information
client-engineering-bot committed Apr 22, 2021
1 parent 454fc39 commit 0aa2aa3
Show file tree
Hide file tree
Showing 125 changed files with 16,367 additions and 277 deletions.
12 changes: 11 additions & 1 deletion .pubnub.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
---
changelog:
-
changes:
-
text: "Set `true` for `useRandomIVs` by default."
type: improvement
-
text: "Fix `channel` and `uuid` which is used with: files API, Objects and presence."
type: bug
date: 2021-04-22
version: v4.31.0
-
changes:
-
Expand Down Expand Up @@ -1020,4 +1030,4 @@ supported-platforms:
- "Ubuntu 14.04 and up"
- "Windows 7 and up"
version: "Pubnub Javascript for Node"
version: "4.30.1"
version: "4.31.0"
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [v4.31.0](https://github.com/pubnub/javascript/releases/tag/v4.31.0)
April-22-2021

[Full Changelog](https://github.com/pubnub/javascript/compare/v4.30.1...v4.31.0)

- ⭐️️ Set `true` for `useRandomIVs` by default.
- 🐛 Fix `channel` and `uuid` which is used with: files API, Objects and presence.

## [v4.30.1](https://github.com/pubnub/javascript/releases/tag/v4.30.1)
March-30-2021

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ You will need the publish and subscribe keys to authenticate your app. Get your
npm install pubnub
```
* or download one of our builds from our CDN:
* https://cdn.pubnub.com/sdk/javascript/pubnub.4.30.1.js
* https://cdn.pubnub.com/sdk/javascript/pubnub.4.30.1.min.js
* https://cdn.pubnub.com/sdk/javascript/pubnub.4.31.0.js
* https://cdn.pubnub.com/sdk/javascript/pubnub.4.31.0.min.js

2. Configure your keys:

Expand Down
168 changes: 117 additions & 51 deletions dist/titanium/pubnub.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/titanium/pubnub.min.js

Large diffs are not rendered by default.

168 changes: 117 additions & 51 deletions dist/web/pubnub.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/web/pubnub.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions lib/core/components/config.js

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

2 changes: 1 addition & 1 deletion lib/core/components/config.js.map

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion lib/core/endpoints/actions/add_message_action.js

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

2 changes: 1 addition & 1 deletion lib/core/endpoints/actions/add_message_action.js.map

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

4 changes: 3 additions & 1 deletion lib/core/endpoints/actions/get_message_actions.js

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

2 changes: 1 addition & 1 deletion lib/core/endpoints/actions/get_message_actions.js.map

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

4 changes: 3 additions & 1 deletion lib/core/endpoints/actions/remove_message_action.js

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

Loading

0 comments on commit 0aa2aa3

Please sign in to comment.