What's new in EzyPlatform 1.1.9?

This release focuses on upgrading core platform dependencies and improving consistency across utility methods in the common SDK.
  1. Upgraded core platform dependencies
    Updated key platform dependencies to align with the latest fixes and improvements. ezyfox-server was upgraded from 1.3.1.1 to 1.3.1.2, and game-box was upgraded from 1.2.7 to 1.2.8.
  2. Improved number-conversion utility in the common SDK
    The method Numbers.toLongOrZeroFromObject(Object value)in ezyplatform-common-sdkhas been converted into a static utility method. It can now be called directly as Numbers.toLongOrZeroFromObject(value), providing a more consistent experience with other utility methods in the Numbers class. The method retains its existing behavior, supporting conversion from Number, BigInteger, BigDecimal, and positive or negative numeric strings to long, while returning 0L for null, empty strings, or values that cannot be parsed.