Releases: pubnub/go
Releases · pubnub/go
v7.3.0
v7.2.1
November 27 2023
Fixed
- Handle unencrypted message while getting messages with crypto.
v7.2.0
October 16 2023
Added
- Update the crypto module structure and add enhanced AES-CBC cryptor.
Fixed
- Improved security of crypto implementation by increasing the cipher key entropy by a factor of two.
v7.1.2
May 11 2023
Fixed
- Use http client configured for subscribe calls to make subscribe calls.
v7.1.1
March 07 2023
Fixed
- Undeprecate Grant Token methods.
- Bump dependencies to avoid vulnerabilities.
v7.1.0
August 09 2022
Added
- Add support for spaces and users permissions in GrantToken.
- Add new Get/SetUserId and NewConfigWithUserId factory method for Config. Deprecate UUID.
v7.0.3
May 04 2022
Fixed
- Set default limit for object calls with context.
- All channel groups management operations could double escape some characters which could cause signature problems.
v7.0.2
March 17 2022
Fixed
- Send region on subscribe calls.
- Close idle connections to free up goroutines when closing PubNub.
v7.0.1
February 10 2022
Fixed
- Omit empty optional parameters for UUID or channel metadata.