Skip to content

Releases: adzerk/adzerk-decision-sdk-java

v1.0.0-beta.15

24 Jul 10:45
0bb7785
Compare
Choose a tag to compare

‼️ Important Notice - 11 August 2025

This change ensures long integers and other types in the decision response are correctly parsed as their defined types.

However, the API spec used to generate the object model unintentionally restricted the shape of the decision response to single placements. This has resulted in multi-winner placements being unsupported in this version of the Java Decision SDK.

Please use versions v1.0.0-beta.14 or below if you use multi-winner placements. A new version with a fix allowing for both single and multi-winner placements will be published in due course.

What's Changed

  • Fixing long integers when printing in scientific notation by @ryuichis in #32

Full Changelog: https://github.com/adzerk/adzerk-decision-sdk-java/commits/v1.0.0-beta.15