Skip to content

Release 0.119.0

Compare
Choose a tag to compare
@danielaparker danielaparker released this 27 Feb 05:22
· 6641 commits to master since this release

Name change:

  • The name json_staj_reader has been deprecated and renamed to json_pull_reader

Bug fix:

  • Fixed a bug in json function empty() when type is byte_string.
  • Fixed a bug with preserving semantic_tag_type when copying json values of long string type.

Changes:

  • Removed deprecated feature cbor_view

  • CBOR decimal fraction and bigfloat string formatting now consistent with double string formatting

Enhancements:

  • json to_string() and to_double() now work with CBOR bigfloat

  • JSONPath operators in filter expressions now work with big_integer, big_decimal, and big_float
    tagged json values

  • json is_number() function now returns true if string value is tagged with big_integer or
    big_decimal, or if array value is tagged with big_float.

  • json as_string() function now converts arrays tagged with big_float to decimal strings

  • json as_double() function now converts arrays tagged with big_float to double values
    Name change:

  • The name json_staj_reader has been deprecated and renamed to json_pull_reader

Bug fix:

  • Fixed a bug in json function empty() when type is byte_string.
  • Fixed a bug with preserving semantic_tag_type when copying json values of long string type.

Changes:

  • Removed deprecated feature cbor_view

  • CBOR decimal fraction and bigfloat string formatting now consistent with double string formatting

Enhancements:

  • json to_string() and to_double() now work with CBOR bigfloat

  • JSONPath operators in filter expressions now work with big_integer, big_decimal, and big_float
    tagged json values

  • json is_number() function now returns true if string value is tagged with big_integer or
    big_decimal, or if array value is tagged with big_float.

  • json as_string() function now converts arrays tagged with big_float to decimal strings

  • json as_double() function now converts arrays tagged with big_float to double values