Skip to content

4.32.1 - Improve gson deserialize initialization result

Compare
Choose a tag to compare
@statsig-kong statsig-kong released this 07 Jun 21:49
· 20 commits to main since this release
82bc470

Prevent potential runtime exception with gson deserialization:

  • GSON serialization/deserialization is executed in jvm level, and it does not use default values when construct a data class, which can cause null pointer exception at run time.

Included In This Release

  • 457f8da Xin Li
    • Prevent flaky gson deserialization (#238)

Full Changelog: 4.32.0...4.32.1