Skip to content

Releases: pubnub/go

v4.2.1

25 Mar 02:39
88b6636
Compare
Choose a tag to compare

History timetoken float64 to int64 conversion loss fix

v4.2.0

13 Mar 04:24
d28cef9
Compare
Choose a tag to compare

Message Counts simplification (Breaking changes from the previous version of Message Counts).

v4.1.7

07 Mar 07:49
9a5918f
Compare
Choose a tag to compare

Message Counts API
Fixed: All request were secure (https), even when the Secure flag was false

v4.1.6

21 Jan 04:15
915d0df
Compare
Choose a tag to compare
  • Fixes for 32bit and armv7 systems
  • QueryParam and State in Presence Heartbeat

v4.1.5

18 Dec 03:57
95eafa3
Compare
Choose a tag to compare

Heartbeat calls: new feature and optimizations

v4.1.4

16 Oct 03:59
6484c15
Compare
Choose a tag to compare
  • QueryParams in all API calls
  • d in grant
  • maxIdleConnsPerHost setting in config
  • Max concurrent workers for Publish and Grant requests

v4.1.3

04 Sep 04:21
8e61f89
Compare
Choose a tag to compare

Fix to allow multiple auth keys in grant request
Fix to read presence timetoken as float64

Coverage improvements and some fixes

02 Aug 01:32
0c7491c
Compare
Choose a tag to compare

Coverage improvements
presence timetoken fix
Optimizations

MessageQueueOverflowCount, PNRequestMessageCountExceededCategory and optimizations

21 Jun 05:39
1977d45
Compare
Choose a tag to compare
  • MessageQueueOverflowCount and PNRequestMessageCountExceededCategory
  • subscribeMessageWorker optimization
  • integration tests optimizations

PubNub 4.1.0 client for Go

18 Jun 06:37
82e44df
Compare
Choose a tag to compare

Some breaking changes from the previous v4's:

  • config field UseHttp2 is now UseHTTP2
  • config field Uuid is now UUID
  • Get State/ WhereNow Uuid is now UUID
  • In Fire/Publish Ttl() is now TTL()
  • In Grant Ttl() is now TTL()
  • PNPAMEntityData Ttl is now TTL
  • PNAccessManagerKeyData Ttl is now TTL
  • TlsEnabled is now TLSEnabled in StatusResponse and ResponseInfo
  • Uuid is now UUID in StatusResponse and ResponseInfo