Skip to content

Releases: qoretechnologies/module-yaml

yaml 1.0.0

05 May 15:06

Choose a tag to compare

  • fixed a bug parsing single-quoted date-only strings (ex: 2022-02-22), previously parsed as date/time values, now parsed correctly as strings (issue 4914)
  • fixed a bug parsing n; was parsed as 0n before, now parsed correctly (issue 4893)
  • fixed a bug where aliases in YAML caused parsing to fail (issue 4891)

yaml 0.7.3

19 Dec 17:28

Choose a tag to compare

Updated to build with qpp from Qore 1.12.4+

yaml 0.7.2

03 Dec 11:11

Choose a tag to compare

This release contains the following bug fixes:

  • improved deserialization of date/time values; fixed a bug where a random string could be deserialized as a duration (issue 4642)
  • fixed a bug where REST schema validation was not applied in the DataStreamClient module with non-DataStream messages (issue 4518)

Release notes: https://qoretechnologies.com/manual/qorus/5.1.43/yaml/yaml/html/#yaml072

yaml 0.7

26 Jan 19:55

Choose a tag to compare

This release contains the following bug fixes:

  • fixed a bug deserializing implicit string values in some cases (issue 4241)
  • fixed a bug where serialization errors in YAML-RPC responses would cause a confusing response to be returned (issue 4194)
  • implemented support for serializing connection objects (issue 3696)
  • fixed parsing XML in XML encoded responses (issue 3587)
  • fixed the return types of deserializtion to avoid type stripping (issue 3432)
  • fixed output of excess noise in floating-point values (issue 3375)
  • fixed a bug in the DataStreamClient module where the response-code key of the info output hash could be missing in some cases (issue 3237)
  • added optional support for serializing SQL NULL values with @ref Qore::YAML::EmitSqlNull "EmitSqlNull"
  • updated the YamlRpcClient module to support the updated abstract connection API (issue 2628)

Release notes: https://qoretechnologies.com/manual/qorus/5.1.23/yaml/yaml/html/#yaml07

yaml 0.6

24 May 04:44
bac61d4

Choose a tag to compare

This release features numerous bug fixes and compatibility with Qore 0.8.13; see the Release Notes

Binary packages for several Linux distributions can be found here: http://software.opensuse.org/download.html?project=home%3Adavidnichols&package=qore-yaml-module

yaml 0.5

05 Jun 20:23

Choose a tag to compare

This release of the yaml module includes bug fixes and major new features such as:

For full details, see the Release Notes.

Installation packages for many Linux distributions can be found here: http://software.opensuse.org/download.html?project=home%3Adavidnichols&package=qore-yaml-module