Skip to content

Commit 40026f3

Browse files
author
raipubnub
authored
Merge pull request #168 from pubnub/develop
Release v4.26.0
2 parents acd687d + 63f4b9d commit 40026f3

File tree

103 files changed

+8069
-1307
lines changed

Some content is hidden

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

103 files changed

+8069
-1307
lines changed

.pubnub.yml

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
---
22
changelog:
3+
-
4+
changes:
5+
-
6+
text: "Add support for auth tokens with Objects for Users, Spaces and Memberships"
7+
type: bug
8+
date: 2019-09-20
9+
version: v4.26.0
310
-
411
changes:
512
-
@@ -12,7 +19,7 @@ changelog:
1219
-
1320
text: "Fix titanium build to support recent version"
1421
type: bug
15-
date: 2019-08-16
22+
date: 2019-08-23
1623
version: v4.25.1
1724
-
1825
changes:
@@ -26,7 +33,7 @@ changelog:
2633
-
2734
text: "Fix regression: 'PubNub is not a constructor' in Node.js"
2835
type: bug
29-
date: 2019-08-07
36+
date: 2019-08-09
3037
version: v4.24.6
3138
-
3239
changes:
@@ -626,6 +633,7 @@ features:
626633
access:
627634
- ACCESS-GRANT
628635
- ACCESS-SECRET-KEY-ALL-ACCESS
636+
- ACCESS-GRANT-TOKEN
629637
channel-groups:
630638
- CHANNEL-GROUPS-ADD-CHANNELS
631639
- CHANNEL-GROUPS-REMOVE-CHANNELS
@@ -698,6 +706,13 @@ features:
698706
- OBJECTS-REMOVE-MEMBERS
699707
time:
700708
- TIME-TIME
709+
token-management:
710+
- TOKEN-PARSE-TOKEN
711+
- TOKEN-SET-TOKEN
712+
- TOKEN-SET-TOKENS
713+
- TOKEN-GET-TOKEN
714+
- TOKEN-GET-TOKENS
715+
- TOKEN-CLEAR-TOKENS
701716
files:
702717
- dist/web/pubnub.js
703718
- dist/web/pubnub.min.js
@@ -730,4 +745,4 @@ supported-platforms:
730745
- "Ubuntu 14.04 and above"
731746
- "Windows 7, 8, 10"
732747
version: "Pubnub Javascript for Node"
733-
version: "4.25.2"
748+
version: "v4.26.0"

CHANGELOG.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
1-
## [v4.25.2](https://github.com/pubnub/javascript/tree/v4.25.2)
2-
August-23-2019
1+
## [v4.26.0](https://github.com/pubnub/javascript/tree/v4.26.0)
2+
September-20-2019
3+
4+
5+
[Full Changelog](https://github.com/pubnub/javascript/compare/v4.25.2...v4.26.0)
6+
7+
8+
9+
- ⭐ Add support for auth tokens with Objects for Users, Spaces and Memberships
10+
11+
12+
13+
## [v4.25.2](https://github.com/pubnub/javascript/tree/v4.25.2)
14+
September-03-2019
315

416

517
[Full Changelog](https://github.com/pubnub/javascript/compare/v4.25.1...v4.25.2)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ please use the [master_3x](https://github.com/pubnub/javascript/tree/master_3x)
2222

2323

2424

25-
* https://cdn.pubnub.com/sdk/javascript/pubnub.4.25.2.min.js
26-
* https://cdn.pubnub.com/sdk/javascript/pubnub.4.25.2.js
25+
* https://cdn.pubnub.com/sdk/javascript/pubnub.4.26.0.min.js
26+
* https://cdn.pubnub.com/sdk/javascript/pubnub.4.26.0.js

0 commit comments

Comments
 (0)