Skip to content

Releases: IBM/satcon-client-go

v0.4.0

07 Jul 21:22
cb8ae6b
Compare
Choose a tag to compare

New Features

Dependency Upgrades

  • Updated golang-jwt to v4.5 and Go to v1.20 (#52)[56dc8a4]

v0.3.0

16 Jun 19:24
Compare
Choose a tag to compare

BREAKING CHANGES

  • Remove HTTPClient arg from client.New(). (#43) [61152f7]

    95% of the time people were just passing nil to this. If you want to pass in a custom HTTPClient, use the new NewWithCustomHTTPClient() function.

  • Add SubscriptionIdsForCluster() method. (#42) [9d4f411]

    This would only break something if you have your own implementation of subscriptions.SubscriptionService.

New Features

  • Add SubscriptionIdsForCluster() method. (#42) [9d4f411]
  • Add Children field to SearchableData struct. (#44) [bef4328]

Dependency major version upgrades

v0.2.0

15 Jul 22:16
Compare
Choose a tag to compare

New Features

  • Functions that query for groups now return more detailed information about the clusters in the groups [95a8bcb]
  • Allow passing alternate url for IAM endpoint (#31) [ece05a6]

Fixes

  • All characters properly handled when converting to JSON (#39) [fb58ff1]

v0.1.1

26 Jan 21:53
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release

Initial public release