Skip to content

v4.0.0

Latest
Compare
Choose a tag to compare
@niteshsandal-merge niteshsandal-merge released this 08 Aug 16:01
c65aebd

Merge Java SDK Release Notes - Version [4.0.0]

Breaking Changes

  • Forward-Compatible Enums
    The SDK now uses forward-compatible enums instead of native Java enums. This allows your code to work with new enum values returned by the API before the SDK is updated. This is a breaking change if you were using enum values in switch/case statements and direct comparisons. Use resource.EnumProperty.getEnumValue() to reference the enum values within Switch statements.