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
19 changes: 16 additions & 3 deletions .pubnub.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
---
changelog:
- date: 2025-08-25
version: v9.9.0
changes:
- type: bug
text: "Resolved the issue because of which requests that were too early received a response and still have been sent."
- type: improvement
text: "Decouple and re-organize `SharedWorker` code for better maintainability."
- type: improvement
text: "Additional query parameter (removed before sending) is added for requests triggered by user and state will be updated only for these requests."
- type: improvement
text: "Log entry timestamp will be altered on millisecond if multiple log entries have similar timestamp (logged in fraction of nanoseconds)."
- type: improvement
text: "Change the condition that is used to identify whether the `offline` detection timer has been suspended by the browser or not before trying to evict `offline` PubNub clients."
- date: 2025-08-07
version: v9.8.4
changes:
Expand Down Expand Up @@ -1313,7 +1326,7 @@ supported-platforms:
- 'Ubuntu 14.04 and up'
- 'Windows 7 and up'
version: 'Pubnub Javascript for Node'
version: '9.8.4'
version: '9.9.0'
sdks:
- full-name: PubNub Javascript SDK
short-name: Javascript
Expand All @@ -1329,7 +1342,7 @@ sdks:
- distribution-type: source
distribution-repository: GitHub release
package-name: pubnub.js
location: https://github.com/pubnub/javascript/archive/refs/tags/v9.8.4.zip
location: https://github.com/pubnub/javascript/archive/refs/tags/v9.9.0.zip
requires:
- name: 'agentkeepalive'
min-version: '3.5.2'
Expand Down Expand Up @@ -2000,7 +2013,7 @@ sdks:
- distribution-type: library
distribution-repository: GitHub release
package-name: pubnub.js
location: https://github.com/pubnub/javascript/releases/download/v9.8.4/pubnub.9.8.4.js
location: https://github.com/pubnub/javascript/releases/download/v9.9.0/pubnub.9.9.0.js
requires:
- name: 'agentkeepalive'
min-version: '3.5.2'
Expand Down
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## v9.9.0
August 25 2025

#### Fixed
- Resolved the issue because of which requests that were too early received a response and still have been sent.

#### Modified
- Decouple and re-organize `SharedWorker` code for better maintainability.
- Additional query parameter (removed before sending) is added for requests triggered by user and state will be updated only for these requests.
- Log entry timestamp will be altered on millisecond if multiple log entries have similar timestamp (logged in fraction of nanoseconds).
- Change the condition that is used to identify whether the `offline` detection timer has been suspended by the browser or not before trying to evict "offline" PubNub clients.

## v9.8.4
August 07 2025

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

2. Configure your keys:

Expand Down
Loading
Loading