Releases: pubnub/javascript
Releases · pubnub/javascript
v7.4.3
November 08 2023
Fixed
- Fixes issue of not able to encrypt Blob file content in web.
v7.4.2
October 30 2023
Modified
- Changed license type from MIT to PubNub Software Development Kit License.
v7.4.1
October 17 2023
Fixed
- Fixes issue of
pubnub.decrypt()
returning wrong data format.
v7.4.0
October 16 2023
Added
- Add crypto module that allows configure SDK to encrypt and decrypt messages.
Fixed
- Improved security of crypto implementation by adding enhanced AES-CBC cryptor.
v7.3.3
September 11 2023
Fixed
- Fixes issue of getting misleading error message when sendFile fails.
v7.3.2
v7.3.1
August 21 2023
Fixed
- Fixes issue of missing get and set methods for userId field of PubNub configuration.
v7.3.0
July 28 2023
Fixed
- Fixes issue of severe vulnerability warnings for vm2 usage.
v7.2.3
v7.2.2
December 13 2022
Fixed
- Fixes a case in React Native with using an error interface in superagent.
- Fixes issue of getFileUrl not setting auth value as token string when token is set. Fixed the following issues reported by @abdalla-nayer: #302.