Skip to content

Releases: gildas/go-gcloudcx

Improved Notification Topics

12 May 08:11
Compare
Choose a tag to compare

Also added some code for the upcoming Process Automation Triggers.

Bug fixes

26 Jan 04:40
Compare
Choose a tag to compare
v0.7.23

Release 0.7.23

Bug fixes

06 Jan 05:08
Compare
Choose a tag to compare
v0.7.22

Release 0.7.22

Use the new logger

03 Jan 05:00
Compare
Choose a tag to compare
v0.7.21

Release 0.7.21

Response Management Substitutions

15 Dec 14:08
Compare
Choose a tag to compare

Use the new logger

08 Dec 07:08
Compare
Choose a tag to compare
  • Response Management Responses can apply substitutions using the Go Templates
    that means using all the Go template stuff

Use the new errors

09 Nov 03:37
Compare
Choose a tag to compare
v0.7.18

Release 0.7.18

Use the new logger

27 Oct 12:55
Compare
Choose a tag to compare
v0.7.17

Release 0.7.17

Bug fixes

01 Oct 02:53
Compare
Choose a tag to compare
v0.7.16

Release 0.7.16

Routing Message Recipients

28 Sep 08:52
Compare
Choose a tag to compare

It is now possible to configure the Inbound Message Flow that is connected to Open Messaging Integrations.

  • New way of fetching objects with gcloudcx.Fetch, gcloudcx.FetchBy and gcloudcx.FetchAll. These funcs use Go generics (i.e. Go 1.18+).
    Check the examples for more information on top of the README.