Skip to content

Commit

Permalink
Upgrade superagent (#224)
Browse files Browse the repository at this point in the history
feat: upgrade superagent

test(fix): fix hanhing mocha tests

Fix message actions and ReactNative tests which lead mocha to freeze.
  • Loading branch information
parfeon committed Nov 19, 2021
1 parent dab681c commit b642c12
Show file tree
Hide file tree
Showing 20 changed files with 21,170 additions and 879 deletions.
Empty file modified .github/workflows/release/pre-publish.sh
100644 → 100755
Empty file.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,5 @@ dist/titanium/stats.json
# GitHub Actions #
##################
.github/.release

.vscode
11 changes: 8 additions & 3 deletions .pubnub.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
---
changelog:
- date: 2021-11-19
version: v4.34.0
changes:
- type: feature
text: "Upgrade superagent."
-
changes:
-
Expand Down Expand Up @@ -1061,7 +1066,7 @@ supported-platforms:
- "Ubuntu 14.04 and up"
- "Windows 7 and up"
version: "Pubnub Javascript for Node"
version: "4.33.1"
version: "4.34.0"
sdks:
-
full-name: PubNub Javascript SDK
Expand All @@ -1080,7 +1085,7 @@ sdks:
distribution-type: source
distribution-repository: GitHub release
package-name: pubnub.js
location: https://github.com/pubnub/javascript/archive/refs/tags/v4.32.1.zip
location: https://github.com/pubnub/javascript/archive/refs/tags/v4.34.0.zip
requires:
-
name: "agentkeepalive"
Expand Down Expand Up @@ -1844,7 +1849,7 @@ sdks:
distribution-type: library
distribution-repository: GitHub release
package-name: pubnub.js
location: https://github.com/pubnub/javascript/releases/download/v4.32.1/pubnub.4.32.1.js
location: https://github.com/pubnub/javascript/releases/download/v4.34.0/pubnub.4.34.0.js
requires:
-
name: "agentkeepalive"
Expand Down
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ addons:

stages:
- name: "test"
if: |
type != pull_request
- name: "test pr branch"
if: |
type == pull_request
jobs:
include:
Expand All @@ -28,3 +33,7 @@ jobs:
- name: 'NodeJS 12'
node_js: '12'
script: gulp test
- stage: "test pr branch"
name: 'NodeJS 12'
node_js: '12'
script: gulp test
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v4.34.0
November 19 2021

#### Added
- Upgrade superagent.

## [v4.33.1](https://github.com/pubnub/javascript/releases/tag/v4.33.1)
October-18-2021

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ You will need the publish and subscribe keys to authenticate your app. Get your
npm install pubnub
```
* or download one of our builds from our CDN:
* https://cdn.pubnub.com/sdk/javascript/pubnub.4.33.1.js
* https://cdn.pubnub.com/sdk/javascript/pubnub.4.33.1.min.js
* https://cdn.pubnub.com/sdk/javascript/pubnub.4.34.0.js
* https://cdn.pubnub.com/sdk/javascript/pubnub.4.34.0.min.js

2. Configure your keys:

Expand Down
4 changes: 2 additions & 2 deletions dist/titanium/pubnub.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! 4.33.1 / Consumer */
/*! 4.34.0 / Consumer */
exports["PubNub"] =
/******/ (function(modules) { // webpackBootstrap
/******/ // The module cache
Expand Down Expand Up @@ -575,7 +575,7 @@ var _default = function () {
}, {
key: "getVersion",
value: function getVersion() {
return '4.33.1';
return '4.34.0';
}
}, {
key: "_addPnsdkSuffix",
Expand Down
4 changes: 2 additions & 2 deletions dist/titanium/pubnub.min.js

Large diffs are not rendered by default.

0 comments on commit b642c12

Please sign in to comment.