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
15 changes: 12 additions & 3 deletions .pubnub.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
---
changelog:
- date: 2026-07-21
version: v12.0.1
changes:
- type: bug
text: "Encoding on user provided file api inputs to avoid potential path traversal attack."
- type: improvement
text: "Logger omits potential use sensitive information to be logged."
- type: improvement
text: "User will get warning while trying to configure legacy crypto module."
- date: 2026-06-22
version: v12.0.0
changes:
Expand Down Expand Up @@ -1423,7 +1432,7 @@ supported-platforms:
- 'Ubuntu 14.04 and up'
- 'Windows 7 and up'
version: 'Pubnub Javascript for Node'
version: '12.0.0'
version: '12.0.1'
sdks:
- full-name: PubNub Javascript SDK
short-name: Javascript
Expand All @@ -1439,7 +1448,7 @@ sdks:
- distribution-type: source
distribution-repository: GitHub release
package-name: pubnub.js
location: https://github.com/pubnub/javascript/archive/refs/tags/v12.0.0.zip
location: https://github.com/pubnub/javascript/archive/refs/tags/v12.0.1.zip
requires:
- name: 'agentkeepalive'
min-version: '3.5.2'
Expand Down Expand Up @@ -2110,7 +2119,7 @@ sdks:
- distribution-type: library
distribution-repository: GitHub release
package-name: pubnub.js
location: https://github.com/pubnub/javascript/releases/download/v12.0.0/pubnub.12.0.0.js
location: https://github.com/pubnub/javascript/releases/download/v12.0.1/pubnub.12.0.1.js
requires:
- name: 'agentkeepalive'
min-version: '3.5.2'
Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## v12.0.1
July 21 2026

#### Fixed
- Encoding on user provided file api inputs to avoid potential path traversal attack.

#### Modified
- Logger omits potential use sensitive information to be logged.
- User will get warning while trying to configure legacy crypto module.

## v12.0.0
June 22 2026

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.12.0.0.js
* https://cdn.pubnub.com/sdk/javascript/pubnub.12.0.0.min.js
* https://cdn.pubnub.com/sdk/javascript/pubnub.12.0.1.js
* https://cdn.pubnub.com/sdk/javascript/pubnub.12.0.1.min.js

> **React Native:** the SDK relies on a global `URL` implementation, which React Native does not
> provide, so it depends on [`react-native-url-polyfill`](https://www.npmjs.com/package/react-native-url-polyfill).
Expand Down
Loading
Loading