Skip to content

Releases: pubnub/go

v7.2.1

27 Nov 11:57
f5c19c1
Compare
Choose a tag to compare

November 27 2023

Fixed

  • Handle unencrypted message while getting messages with crypto.

v7.2.0

16 Oct 15:07
428517f
Compare
Choose a tag to compare

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

11 May 06:46
5e22c81
Compare
Choose a tag to compare

May 11 2023

Fixed

  • Use http client configured for subscribe calls to make subscribe calls.

v7.1.1

07 Mar 10:03
ae2f575
Compare
Choose a tag to compare

March 07 2023

Fixed

  • Undeprecate Grant Token methods.
  • Bump dependencies to avoid vulnerabilities.

v7.1.0

09 Aug 10:25
a2c70fc
Compare
Choose a tag to compare

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

04 May 13:52
2958b0d
Compare
Choose a tag to compare

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

17 Mar 11:20
5f67945
Compare
Choose a tag to compare

March 17 2022

Fixed

  • Send region on subscribe calls.
  • Close idle connections to free up goroutines when closing PubNub.

v7.0.1

10 Feb 17:20
ecbfcda
Compare
Choose a tag to compare

February 10 2022

Fixed

  • Omit empty optional parameters for UUID or channel metadata.

v7.0.0

14 Jan 07:59
ddde187
Compare
Choose a tag to compare

January 13 2022

Modified

  • UUID is not automatically generated by the SDK anymore. If NOT set a panic will occur.

v6.1.0

16 Dec 15:52
4a246d8
Compare
Choose a tag to compare

December 16 2021

Added

  • Add revoke token feature.