Skip to content

Commit 0aa2aa3

Browse files
Releasing v4.31.0
1 parent 454fc39 commit 0aa2aa3

File tree

125 files changed

+16367
-277
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

125 files changed

+16367
-277
lines changed

.pubnub.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
---
22
changelog:
3+
-
4+
changes:
5+
-
6+
text: "Set `true` for `useRandomIVs` by default."
7+
type: improvement
8+
-
9+
text: "Fix `channel` and `uuid` which is used with: files API, Objects and presence."
10+
type: bug
11+
date: 2021-04-22
12+
version: v4.31.0
313
-
414
changes:
515
-
@@ -1020,4 +1030,4 @@ supported-platforms:
10201030
- "Ubuntu 14.04 and up"
10211031
- "Windows 7 and up"
10221032
version: "Pubnub Javascript for Node"
1023-
version: "4.30.1"
1033+
version: "4.31.0"

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [v4.31.0](https://github.com/pubnub/javascript/releases/tag/v4.31.0)
2+
April-22-2021
3+
4+
[Full Changelog](https://github.com/pubnub/javascript/compare/v4.30.1...v4.31.0)
5+
6+
- ⭐️️ Set `true` for `useRandomIVs` by default.
7+
- 🐛 Fix `channel` and `uuid` which is used with: files API, Objects and presence.
8+
19
## [v4.30.1](https://github.com/pubnub/javascript/releases/tag/v4.30.1)
210
March-30-2021
311

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ You will need the publish and subscribe keys to authenticate your app. Get your
2323
npm install pubnub
2424
```
2525
* or download one of our builds from our CDN:
26-
* https://cdn.pubnub.com/sdk/javascript/pubnub.4.30.1.js
27-
* https://cdn.pubnub.com/sdk/javascript/pubnub.4.30.1.min.js
26+
* https://cdn.pubnub.com/sdk/javascript/pubnub.4.31.0.js
27+
* https://cdn.pubnub.com/sdk/javascript/pubnub.4.31.0.min.js
2828
2929
2. Configure your keys:
3030

dist/titanium/pubnub.js

Lines changed: 117 additions & 51 deletions
Large diffs are not rendered by default.

dist/titanium/pubnub.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/web/pubnub.js

Lines changed: 117 additions & 51 deletions
Large diffs are not rendered by default.

dist/web/pubnub.min.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/core/components/config.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/core/components/config.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/core/endpoints/actions/add_message_action.js

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/core/endpoints/actions/add_message_action.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/core/endpoints/actions/get_message_actions.js

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/core/endpoints/actions/get_message_actions.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/core/endpoints/actions/remove_message_action.js

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)