Skip to content

v4.5.1: Serializing null values correctly & bumping gson@2.8.9

Compare
Choose a tag to compare
@altJake altJake released this 07 Jun 16:48
· 11 commits to master since this release
ba8e67a

v.4.5.1: Serializing null values correctly & bumping gson@2.8.9

Serializing null values in attribute objects correctly

When sending integration requests, allowing to remove a value for a key by serializing nulls properly.
As explained at the bottom of this section in our documentation website

closes #31

Upgrade gson dependency

Bump the gson dependency a few minor versions up, to 2.8.9 to resolve a potential security issue with the current version (2.8.6)

closes #30