Skip to content

Releases: pubnub/go

v6.0.2

29 Nov 05:55
15c9393
Compare
Choose a tag to compare

November 29 2021

Fixed

  • Fix edge case in Fetch response when filesPayload message is nil.

v6.0.1

13 Oct 13:58
Compare
Choose a tag to compare

October 13 2021

Full Changelog

Fixed

  • Using correct major version number in imports.

v6.0.0

12 Oct 10:06
Compare
Choose a tag to compare

October 12 2021

Full Changelog

Added

  • Add grantToken functionality (PAMv3). Method grantToken has been added. It allows generation of signed token with permissions for channels and channel groups.
  • Acceptance tests plugged into CI pipeline.

v5.0.3

09 Jun 10:25
bf692c6
Compare
Choose a tag to compare

Version bump

v5.0.2

27 May 15:49
617bb5f
Compare
Choose a tag to compare

Fixed

  • Mod file fix

v5.0.0

27 May 15:28
617bb5f
Compare
Choose a tag to compare

Full Changelog

Added
• Update Go SDK Metadata.
Modified
• BREAKING CHANGE - IV used for encryption is now random by default. This will break old encrypted messages in Storage, and the sender and the receiver should have the same settings - either all SDKs should use random IVs or use hardcode one. If you want to revert to the old behavior, set UseRandomInitializationVector as false in the config.
• BREAKING CHANGE - The SDK now supports Go Modules.
Fixed
• Presence event occupancy field parsed incorrectly.

v4.10.0

02 Nov 02:12
Compare
Choose a tag to compare

November 2 2020

Full Changelog

Added

  • Objects v2 PAM changes.

Modified

  • Fetch with 100 messages.
  • Include timetoken in send file.
  • Readme updates.

Fixed

  • Read Publish File Message retry count from config.

v4.9.1

01 Oct 06:52
Compare
Choose a tag to compare

October 1 2020

Full Changelog

Fixed

  • Fix for a deadlock on destroy.
  • Fetch response nil check.

v4.9.0

11 Aug 10:43
Compare
Choose a tag to compare

August 11 2020

Full Changelog

Added

  • History v3 with UUID and MessageType.

Modified

  • BREAKING CHANGE: PNPublishMessage struct changes, PublishFile enhancements.

v4.8.0

24 Jul 13:17
Compare
Choose a tag to compare

July 24 2020

Full Changelog

Added

  • Files: Allows users to upload and share files.

Modified

  • BREAKING CHANGE: EncryptString and DecryptString fuctions now accept a third param - bool, if true the IV is random and is sent along with the message. Default is false.
    PubNub SDK v4.8.0 release.

Fixed

  • BREAKING CHANGE: runes to string converion now returns string, this mostly affect the validation responses. This makes the SDK compatible with Go 1.15.