Skip to content

Commit

Permalink
CLEN-1504/fix/upgrade superagent (#337)
Browse files Browse the repository at this point in the history
* upgrade superagent

* lock file

* PubNub SDK v7.3.2 release.

---------

Co-authored-by: PubNub Release Bot <120067856+pubnub-release-bot@users.noreply.github.com>
  • Loading branch information
mohitpubnub and pubnub-release-bot committed Aug 31, 2023
1 parent 8adfccd commit ff67973
Show file tree
Hide file tree
Showing 10 changed files with 2,296 additions and 1,192 deletions.
11 changes: 8 additions & 3 deletions .pubnub.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
---
changelog:
- date: 2023-08-31
version: v7.3.2
changes:
- type: bug
text: "Fixes issue of having deprecated superagent version."
- date: 2023-08-21
version: v7.3.1
changes:
Expand Down Expand Up @@ -885,7 +890,7 @@ supported-platforms:
- 'Ubuntu 14.04 and up'
- 'Windows 7 and up'
version: 'Pubnub Javascript for Node'
version: '7.3.1'
version: '7.3.2'
sdks:
- full-name: PubNub Javascript SDK
short-name: Javascript
Expand All @@ -901,7 +906,7 @@ sdks:
- distribution-type: source
distribution-repository: GitHub release
package-name: pubnub.js
location: https://github.com/pubnub/javascript/archive/refs/tags/v7.3.1.zip
location: https://github.com/pubnub/javascript/archive/refs/tags/v7.3.2.zip
requires:
- name: 'agentkeepalive'
min-version: '3.5.2'
Expand Down Expand Up @@ -1572,7 +1577,7 @@ sdks:
- distribution-type: library
distribution-repository: GitHub release
package-name: pubnub.js
location: https://github.com/pubnub/javascript/releases/download/v7.3.1/pubnub.7.3.1.js
location: https://github.com/pubnub/javascript/releases/download/v7.3.2/pubnub.7.3.2.js
requires:
- name: 'agentkeepalive'
min-version: '3.5.2'
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v7.3.2
August 31 2023

#### Fixed
- Fixes issue of having deprecated superagent version. Fixed the following issues reported by [@wimZ](https://github.com/wimZ): [#317](https://github.com/pubnub/javascript/issues/317).

## v7.3.1
August 21 2023

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,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.7.3.1.js
* https://cdn.pubnub.com/sdk/javascript/pubnub.7.3.1.min.js
* https://cdn.pubnub.com/sdk/javascript/pubnub.7.3.2.js
* https://cdn.pubnub.com/sdk/javascript/pubnub.7.3.2.min.js

2. Configure your keys:

Expand Down
Loading

0 comments on commit ff67973

Please sign in to comment.