Skip to content

Releases: IBM/ibm-iae-go-sdk

v2.3.0

04 Oct 07:02
Compare
Choose a tag to compare

2.3.0 (2023-10-04)

Features

  • add support for time based application list filters (b941c02)

v2.2.0

24 May 10:06
Compare
Choose a tag to compare

2.2.0 (2023-05-24)

Features

  • support pagination in application list method (b19261a)

v2.1.0

30 Mar 10:51
Compare
Choose a tag to compare

2.1.0 (2023-03-30)

Features

  • add new sdk method to update instance home credentials (#31) (391309f)

v2.0.1

10 Jan 07:08
Compare
Choose a tag to compare

2.0.1 (2023-01-10)

Bug Fixes

  • update module name for major version change (bb81971)

v2.0.0

05 Jan 11:45
Compare
Choose a tag to compare

2.0.0 (2023-01-05)

Bug Fixes

  • remove ioutil dependency (8003ec4)

Features

  • add spark history server api (be912fa)

BREAKING CHANGES

  • Type of timestamp fields in Application response models has been changed to *strfmt.DateTime.

The type of timestamp fields like StartTime, EndTime in ApplicationGetResponse, ApplicationGetStateResponse and Application models has been changed from *string to *strfmt.DateTime.

Signed-off-by: Subin Shekhar subinpc@gmail.com

v1.1.0

24 Nov 05:45
Compare
Choose a tag to compare

1.1.0 (2022-11-24)

Bug Fixes

Features

  • add sdk methods and update existing (005f927)

v1.0.0

08 Sep 13:40
Compare
Choose a tag to compare

1.0.0 (2022-09-08)

Features

  • add sdk methods for v3 api and update deps (0134264)

BREAKING CHANGES

  • CreateInstanceHome replaced by SetInstanceHome

Method IbmAnalyticsEngineApiV3.CreateInstanceHome has been replaced by IbmAnalyticsEngineApiV3.SetInstanceHome.
SetInstanceHome describes the api action better.
Accordingly, options class names have also been updated.

Deprecated: IbmAnalyticsEngineApiV3.getPlatformLogging and IbmAnalyticsEngineApiV3.configurePlatformLogging

Methods IbmAnalyticsEngineApiV3.getPlatformLogging and IbmAnalyticsEngineApiV3.configurePlatformLogging are now deprecated.
You can instead use the new methods:

  • IbmAnalyticsEngineApiV3.GetLogForwardingConfig
  • IbmAnalyticsEngineApiV3.ReplaceLogForwardingConfig

Signed-off-by: Subin Shekhar subinpc@gmail.com

v0.5.0

11 Feb 17:20
Compare
Choose a tag to compare

0.5.0 (2022-02-11)

Features

v0.4.5

11 Feb 08:59
Compare
Choose a tag to compare

0.4.5 (2022-02-11)

Bug Fixes

v0.4.4

09 Sep 05:15
Compare
Choose a tag to compare

0.4.4 (2021-09-09)

Bug Fixes

  • analytics engine: fixed Spark application get api response (#13) (ec13d54)