Skip to content

Version 0.9.2

Compare
Choose a tag to compare
@jtnelson jtnelson released this 03 Sep 15:12
· 598 commits to master since this release
  • Deprecated the forGenericObject, forCollection, forMap and forTObject TypeAdapter generators in the TypeAdapters utility class in favor of primitiveTypesFactor, collectionFactory and tObjectFactory in the same class, each of which return a TypeAdapterFactory instead of a TypeAdapter. Going forward, please register these type adapter factories when building a Gson instance for correct Concourse-style JSON serialization semantics.
  • Upgraded to ccl version 2.4.1 to capture fix for an bug that caused both the v1 and v2 parsers to mishandle numeric String and Tag values. These values were treated as numbers instead of their actual type. This made it possible for queries containing those values to return inaccurate results.
  • Added the associated key to the error message of the Exception that is thrown when attempting to store a blank value.
  • Fixed a regression that caused programmatic configuration updates to no longer persist to the underlying file.
  • The Timestamp data type now implements the Comparable interface.