Releases: pubnub/javascript
Releases · pubnub/javascript
v7.6.1
February 26 2024
Fixed
- Fixes issue of App context event handling for channel and membership.
v7.6.0
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
January 16 2024
Added
- Added
enableEventEngine
,maintainPresenceState
flags andretryConfiguration
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
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
November 14 2023
Fixed
- Fixes issue of getChannelMembers call not returning status field.
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.