Skip to content

Releases: pubnub/javascript

v7.6.1

26 Feb 07:53
a551a84
Compare
Choose a tag to compare

February 26 2024

Fixed

  • Fixes issue of App context event handling for channel and membership.

v7.6.0

21 Feb 09:51
a73bc58
Compare
Choose a tag to compare

February 21 2024

Added

  • Adding channel, channelGroup, channelMetadata and userMetadata entities to be first-class citizens to access APIs related to them. Currently, access is provided only for subscription API.

v7.5.0

16 Jan 06:32
f0bd4e5
Compare
Choose a tag to compare

January 16 2024

Added

  • Added enableEventEngine, maintainPresenceState flags and retryConfiguration for retry policy configuration.

Fixed

  • Fixes issue of allowing duplicate listener registration.
  • Fixes file name conflict in lib directory. Fixed the following issues reported by @priyanshu102002: #355.

v7.4.5

28 Nov 09:43
76bc504
Compare
Choose a tag to compare

November 28 2023

Fixed

  • Handle unencrypted messages in subscribe with cryptoModule configured.
  • Fixe for missing parameters to request or filter optional fields for App Context memberships api.

v7.4.4

14 Nov 08:56
6ea105a
Compare
Choose a tag to compare

November 14 2023

Fixed

  • Fixes issue of getChannelMembers call not returning status field.

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.