Skip to content

Latest commit

 

History

History
149 lines (68 loc) · 5.58 KB

CHANGELOG.md

File metadata and controls

149 lines (68 loc) · 5.58 KB

2.3.0 (2023-10-04)

Features

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

2.2.0 (2023-05-24)

Features

  • support pagination in application list method (b19261a)

2.1.0 (2023-03-30)

Features

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

2.0.1 (2023-01-10)

Bug Fixes

  • update module name for major version change (bb81971)

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

1.1.0 (2022-11-24)

Bug Fixes

Features

  • add sdk methods and update existing (005f927)

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

0.5.0 (2022-02-11)

Features

0.4.5 (2022-02-11)

Bug Fixes

0.4.4 (2021-09-09)

Bug Fixes

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

0.4.3 (2021-09-09)

Bug Fixes

  • analytics engine: fixed request payload for GO Examples (#12) (c50eddd)

0.4.2 (2021-09-07)

Bug Fixes

  • analytics engine: minor fix to an operation id (926104f)

0.4.1 (2021-09-07)

Bug Fixes

  • analytics engine: fixed Spark application submit path and payload (bd231ca)

0.4.0 (2021-08-11)

Features

  • added support for v3 api's (59fec0e)
  • analytics engine v3 feature changes (4f90700)

0.2.0 (2021-05-03)

Features

0.1.0 (2020-05-27)

Features

  • whitelist-api: Supporting whitelist api (c4097db)