Skip to content

Releases: gildas/go-gcloudcx

Updated dependencies

24 Oct 01:59
v0.9.9
8e38791
Compare
Choose a tag to compare
v0.9.9

Release 0.9.9

Bug fixes

04 Oct 04:30
v0.9.8
fe34c95
Compare
Choose a tag to compare

cosmetics

External Contacts

03 Oct 10:33
v0.9.7
2c12f99
Compare
Choose a tag to compare
  • Not a full support yet. We can at least search...

Bug fixes

26 Sep 03:07
v0.9.6
c18d78b
Compare
Choose a tag to compare
  • Unmarshaling errors from requests should be reported

Updated dependencies

04 Jul 09:29
v0.9.4
9cdfc7b
Compare
Choose a tag to compare
  • ECONNRESET failures are now retried

Bug fixes

03 Jul 05:44
v0.9.3
8aa820d
Compare
Choose a tag to compare
  • HTTP 429 errors are handled directly in this package from now on.

Retry-After support

21 Jun 10:57
v0.9.2
d5ebc0f
Compare
Choose a tag to compare
  • The request now supports the Retry-After header sent back by Genesys Cloud

Access Token improvements

13 Jun 22:40
0ae6a51
Compare
Choose a tag to compare
  • AccessToken now carries an ID. It helps creating a Token Pool.
  • More Redaction fixes. some object's Redact() funcs were still returning pointers and used children Redact() wrongly.
  • Open Messaging Integration's Client field is now public. This allows calling code to reset the client as needed (like with another access token).
  • ClientOptions can be passed a context that can carry a Logger (superseded by the Logger field as needed)

More Redaction

27 May 03:47
v0.9.0
16de361
Compare
Choose a tag to compare

From now on, text messages are redacted in the logs, by default.

API changes

02 May 04:46
v0.8.14
1f1edfa
Compare
Choose a tag to compare
  • Replaced some obsolete API call in the Open Messaging area