Releases: qorelanguage/module-yaml
yaml 0.7.3
yaml 0.7.2
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
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
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
This release of the yaml module includes bug fixes and major new features such as:
- Support for the DataStream Protocol allowing point-to-point data streaming over HTTP using YAML-serialized chunks of data; the following user modules support this:
- new function naming convention
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