4.32.1 - Improve gson deserialize initialization result
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