Skip to content

Commit

Permalink
Releasing v4.29.3
Browse files Browse the repository at this point in the history
  • Loading branch information
client-engineering-bot committed Aug 14, 2020
1 parent 805cfff commit 9400589
Show file tree
Hide file tree
Showing 51 changed files with 818 additions and 1,049 deletions.
30 changes: 29 additions & 1 deletion .pubnub.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
---
changelog:
-
changes:
-
text: "Fixes an issue with react-native entrypoint where interfaces to File and Crypto are not included in the build."
type: bug
-
text: "Fixes the ability to sendByPost in publish."
type: bug
-
text: "Fixes an issue where getFileUrl returned and URI without a protocol."
type: bug
-
text: "Fixes an issue where storeInHistory false would not include the param."
type: bug
-
text: "Removes mime types dependency since that will be handled by the server."
type: bug
-
text: "Adds userMetadata to file event listener."
type: bug
date: 2020-08-14
version: v4.29.3
-
changes:
-
Expand Down Expand Up @@ -863,6 +885,12 @@ features:
- MESSAGE-ACTIONS-GET
- MESSAGE-ACTIONS-ADD
- MESSAGE-ACTIONS-REMOVE
files:
- FILES-SEND-FILE
- FILES-LIST-FILES
- FILES-GET-FILE-URL
- FILES-DELETE-FILE
- FILES-DOWNLOAD-FILE
time:
- TIME-TIME
others:
Expand Down Expand Up @@ -895,4 +923,4 @@ supported-platforms:
- "Ubuntu 14.04 and up"
- "Windows 7 and up"
version: "Pubnub Javascript for Node"
version: "4.29.2"
version: "4.29.3"
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [v4.29.3](https://github.com/pubnub/javascript/releases/tag/v4.29.3)
August-14-2020

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

- 🐛 Fixes an issue with react-native entrypoint where interfaces to File and Crypto are not included in the build.
- 🐛 Fixes the ability to sendByPost in publish.
- 🐛 Fixes an issue where getFileUrl returned and URI without a protocol.
- 🐛 Fixes an issue where storeInHistory false would not include the param.
- 🐛 Removes mime types dependency since that will be handled by the server.
- 🐛 Adds userMetadata to file event listener.

## [v4.29.2](https://github.com/pubnub/javascript/releases/tag/v4.29.2)
August-05-2020

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.29.2.min.js
* https://cdn.pubnub.com/sdk/javascript/pubnub.4.29.2.js
* https://cdn.pubnub.com/sdk/javascript/pubnub.4.29.3.min.js
* https://cdn.pubnub.com/sdk/javascript/pubnub.4.29.3.js
Loading

0 comments on commit 9400589

Please sign in to comment.