Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 10 additions & 3 deletions .pubnub.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
---
changelog:
- date: 2025-02-18
version: v8.9.0
changes:
- type: feature
text: "Emit 'PNDisconnectedUnexpectedlyCategory' in cases when client receives bad request or unexpected / malformed service response."
- type: improvement
text: "Move error / malformed response handling into `AbstractRequest` to simplify actual endpoint classes."
- date: 2025-02-10
version: v8.8.1
changes:
Expand Down Expand Up @@ -1137,7 +1144,7 @@ supported-platforms:
- 'Ubuntu 14.04 and up'
- 'Windows 7 and up'
version: 'Pubnub Javascript for Node'
version: '8.8.1'
version: '8.9.0'
sdks:
- full-name: PubNub Javascript SDK
short-name: Javascript
Expand All @@ -1153,7 +1160,7 @@ sdks:
- distribution-type: source
distribution-repository: GitHub release
package-name: pubnub.js
location: https://github.com/pubnub/javascript/archive/refs/tags/v8.8.1.zip
location: https://github.com/pubnub/javascript/archive/refs/tags/v8.9.0.zip
requires:
- name: 'agentkeepalive'
min-version: '3.5.2'
Expand Down Expand Up @@ -1824,7 +1831,7 @@ sdks:
- distribution-type: library
distribution-repository: GitHub release
package-name: pubnub.js
location: https://github.com/pubnub/javascript/releases/download/v8.8.1/pubnub.8.8.1.js
location: https://github.com/pubnub/javascript/releases/download/v8.9.0/pubnub.8.9.0.js
requires:
- name: 'agentkeepalive'
min-version: '3.5.2'
Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## v8.9.0
February 18 2025

#### Added
- Emit 'PNDisconnectedUnexpectedlyCategory' in cases when client receives bad request or unexpected / malformed service response.

#### Modified
- Move error / malformed response handling into `AbstractRequest` to simplify actual endpoint classes.

## v8.8.1
February 10 2025

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ Watch [Getting Started with PubNub JS SDK](https://app.dashcam.io/replay/64ee0d2
npm install pubnub
```
* or download one of our builds from our CDN:
* https://cdn.pubnub.com/sdk/javascript/pubnub.8.8.1.js
* https://cdn.pubnub.com/sdk/javascript/pubnub.8.8.1.min.js
* https://cdn.pubnub.com/sdk/javascript/pubnub.8.9.0.js
* https://cdn.pubnub.com/sdk/javascript/pubnub.8.9.0.min.js

2. Configure your keys:

Expand Down
Loading
Loading