Skip to content

Releases: pubnub/javascript

v7.4.3

08 Nov 06:03
291b212
Compare
Choose a tag to compare

November 08 2023

Fixed

  • Fixes issue of not able to encrypt Blob file content in web.

v7.4.2

30 Oct 16:08
513113f
Compare
Choose a tag to compare

October 30 2023

Modified

  • Changed license type from MIT to PubNub Software Development Kit License.

v7.4.1

17 Oct 13:03
3eca7d2
Compare
Choose a tag to compare

October 17 2023

Fixed

  • Fixes issue of pubnub.decrypt() returning wrong data format.

v7.4.0

16 Oct 11:19
fb6cd04
Compare
Choose a tag to compare

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

11 Sep 09:15
d1fca58
Compare
Choose a tag to compare

September 11 2023

Fixed

  • Fixes issue of getting misleading error message when sendFile fails.

v7.3.2

31 Aug 06:37
ff67973
Compare
Choose a tag to compare

August 31 2023

Fixed

  • Fixes issue of having deprecated superagent version. Fixed the following issues reported by @wimZ: #317.

v7.3.1

21 Aug 10:19
8adfccd
Compare
Choose a tag to compare

August 21 2023

Fixed

  • Fixes issue of missing get and set methods for userId field of PubNub configuration.

v7.3.0

28 Jul 20:38
9584344
Compare
Choose a tag to compare

July 28 2023

Fixed

  • Fixes issue of severe vulnerability warnings for vm2 usage.

v7.2.3

23 Jun 21:11
10df45b
Compare
Choose a tag to compare

June 24, 2023

Added

  • Added optional parameter withHeartbeat to set state through heartbeat endpoint.

v7.2.2

13 Dec 09:45
ffdb745
Compare
Choose a tag to compare

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.