Skip to content

Commit 844fae7

Browse files
Releasing v4.30.0
1 parent b136dfe commit 844fae7

31 files changed

+878
-591
lines changed

.pubnub.yml

+11-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
---
22
changelog:
3+
-
4+
changes:
5+
-
6+
text: "Add random initialization vector."
7+
type: feature
8+
-
9+
text: "Add custom origin domain sharding handling."
10+
type: feature
11+
date: 2021-03-30
12+
version: v4.30.0
313
-
414
changes:
515
-
@@ -1013,4 +1023,4 @@ supported-platforms:
10131023
- "Ubuntu 14.04 and up"
10141024
- "Windows 7 and up"
10151025
version: "Pubnub Javascript for Node"
1016-
version: "4.29.11"
1026+
version: "4.30.0"

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [v4.30.0](https://github.com/pubnub/javascript/releases/tag/v4.30.0)
2+
March-30-2021
3+
4+
[Full Changelog](https://github.com/pubnub/javascript/compare/v4.29.11...v4.30.0)
5+
6+
- 🌟️ Add random initialization vector.
7+
- 🌟️ Add custom origin domain sharding handling.
8+
19
## [v4.29.11](https://github.com/pubnub/javascript/releases/tag/v4.29.11)
210
January-11-2021
311

README.md

+2-2
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.29.11.js
27-
* https://cdn.pubnub.com/sdk/javascript/pubnub.4.29.11.min.js
26+
* https://cdn.pubnub.com/sdk/javascript/pubnub.4.30.0.js
27+
* https://cdn.pubnub.com/sdk/javascript/pubnub.4.30.0.min.js
2828
2929
2. Configure your keys:
3030

0 commit comments

Comments
 (0)