Skip to content

v3.0.0

Compare
Choose a tag to compare
@Surya-Penumatcha Surya-Penumatcha released this 06 Jan 07:26
· 25 commits to master since this release

3.0.0 (2023-01-06)

Bug Fixes

  • documentation and version (938c1e5)

BREAKING CHANGES

  • The type of timestamp fields in Application response models has been changed to datetime.

Fields in Application and ApplicationGetResponse objects like start_time, end_time, finish_time will now have values of type datetime instead of plain strings.

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