Skip to content

252.1.0

Choose a tag to compare

@ININDevEvangelists ININDevEvangelists released this 06 May 13:16

Release notes for version 252.1.0
Platform API version: 10222

Release Notes

The dependency on the 3rd party Joda-Time library has been removed from the Platform API SDK for Java. The SDK now leverages the standard Java Time library.
The impacted models/classes are:

  • model/Schedule.java (properties: start, end - previously represented as org.joda.time.LocalDateTime and now represented as java.time.LocalDateTime)
  • model/EdgeAutoUpdateConfig.java (properties: start, end - previously as org.joda.time.LocalDateTime and now represented as java.time.LocalDateTime)

Changes in this version

  • Major changes: 0
  • Minor changes: 0
  • Point changes: 0

For the full changelog, read the releaseNotes.md file in the repo.