You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# [1.0.0](0.6.0...1.0.0) (2023-01-05)
### Features
* add spark history server api ([9201b7d](9201b7d))
### BREAKING CHANGES
* Type of timestamp fields in Application response models has been changed to `Date`.
The type of timestamp fields like startTime, endTime in `ApplicationGetStateResponse` and `Application` models has been changed from `String` to `Date`.
Signed-off-by: Subin Shekhar <[email protected]>
* add spark history server api ([9201b7d](https://github.com/IBM/ibm-iae-java-sdk/commit/9201b7da4da30c615d28e1df69e321adb1a533fc))
7
+
8
+
9
+
### BREAKING CHANGES
10
+
11
+
* Type of timestamp fields in Application response models has been changed to `Date`.
12
+
13
+
The type of timestamp fields like startTime, endTime in `ApplicationGetStateResponse` and `Application` models has been changed from `String` to `Date`.
0 commit comments