Skip to content

v4.0.0

Choose a tag to compare

@niteshsandal-merge niteshsandal-merge released this 08 Sep 19:48
· 3 commits to main since this release
8dd62e0

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.