Skip to content

Commit

Permalink
Merge pull request #168 from pubnub/develop
Browse files Browse the repository at this point in the history
Release v4.26.0
  • Loading branch information
raipubnub authored Sep 20, 2019
2 parents acd687d + 63f4b9d commit 40026f3
Show file tree
Hide file tree
Showing 103 changed files with 8,069 additions and 1,307 deletions.
21 changes: 18 additions & 3 deletions .pubnub.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
---
changelog:
-
changes:
-
text: "Add support for auth tokens with Objects for Users, Spaces and Memberships"
type: bug
date: 2019-09-20
version: v4.26.0
-
changes:
-
Expand All @@ -12,7 +19,7 @@ changelog:
-
text: "Fix titanium build to support recent version"
type: bug
date: 2019-08-16
date: 2019-08-23
version: v4.25.1
-
changes:
Expand All @@ -26,7 +33,7 @@ changelog:
-
text: "Fix regression: 'PubNub is not a constructor' in Node.js"
type: bug
date: 2019-08-07
date: 2019-08-09
version: v4.24.6
-
changes:
Expand Down Expand Up @@ -626,6 +633,7 @@ features:
access:
- ACCESS-GRANT
- ACCESS-SECRET-KEY-ALL-ACCESS
- ACCESS-GRANT-TOKEN
channel-groups:
- CHANNEL-GROUPS-ADD-CHANNELS
- CHANNEL-GROUPS-REMOVE-CHANNELS
Expand Down Expand Up @@ -698,6 +706,13 @@ features:
- OBJECTS-REMOVE-MEMBERS
time:
- TIME-TIME
token-management:
- TOKEN-PARSE-TOKEN
- TOKEN-SET-TOKEN
- TOKEN-SET-TOKENS
- TOKEN-GET-TOKEN
- TOKEN-GET-TOKENS
- TOKEN-CLEAR-TOKENS
files:
- dist/web/pubnub.js
- dist/web/pubnub.min.js
Expand Down Expand Up @@ -730,4 +745,4 @@ supported-platforms:
- "Ubuntu 14.04 and above"
- "Windows 7, 8, 10"
version: "Pubnub Javascript for Node"
version: "4.25.2"
version: "v4.26.0"
16 changes: 14 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
## [v4.25.2](https://github.com/pubnub/javascript/tree/v4.25.2)
August-23-2019
## [v4.26.0](https://github.com/pubnub/javascript/tree/v4.26.0)
September-20-2019


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



- ⭐ Add support for auth tokens with Objects for Users, Spaces and Memberships



## [v4.25.2](https://github.com/pubnub/javascript/tree/v4.25.2)
September-03-2019


[Full Changelog](https://github.com/pubnub/javascript/compare/v4.25.1...v4.25.2)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ please use the [master_3x](https://github.com/pubnub/javascript/tree/master_3x)



* https://cdn.pubnub.com/sdk/javascript/pubnub.4.25.2.min.js
* https://cdn.pubnub.com/sdk/javascript/pubnub.4.25.2.js
* https://cdn.pubnub.com/sdk/javascript/pubnub.4.26.0.min.js
* https://cdn.pubnub.com/sdk/javascript/pubnub.4.26.0.js
Loading

0 comments on commit 40026f3

Please sign in to comment.