Releases: IBM/satcon-client-go
Releases · IBM/satcon-client-go
v0.4.0
v0.3.0
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 toSearchableData
struct. (#44) [bef4328]
Dependency major version upgrades
v0.2.0
v0.1.1
Initial public release