http://open-source-security-software.net/project/tinycbor/releases.atomRecent releases for tinycbor2025-07-07T09:51:07.813867+00:00python-feedgentinycbor v1.3tinycbor v1.32015-06-30T05:57:48+00:00- handle canceled method calls (PR #83 dpkp)
- improve test coverage (PR #78 jeethu)
- add optional convertNumbers parameter to prevent conversion of str to numeric types (PR #77 jeethu)
- fix multiple queued commands during watch (PR #76 iksteen)
- add fig testing (gleicon)
- add support for TIME command (PR #74 Viktor Kuptsov)
- add support for SCAN/SSCAN/HSCAN/ZSCAN commands (PR #71 ioga)
- add optional connectTimeout and replyTimeout parameters to all Connection methods (PR #67 jakm)
- getConnection() now blocks if reconnect=True (PR #68 jakm)
2015-06-30T05:57:48+00:00tinycbor v0.6.0tinycbor v0.6.02021-10-29T16:08:27+00:00TinyCBOR 0.6 contains many changes developed over the past four years,
which have been included in Qt releases.
Notable new API:
- Support for encoding and decoding half-precision floating points (`cbor_encode_float_as_half_float` and `cbor_value_get_half_float_as_float`) which convert to and from a single-precision float to the correct 16-bit representation.
- Ability to restart parsing (`cbor_value_reparse`)
And some experimental API:
- Parsing and encoding using delegated functions, not just a buffer (`cbor_encoder_init_writer` and `cbor_parser_init_reader`)
- Parser support for iterating over string chunks
The project maintainer would like to thank the following people for contributing to this release and to bugfixes in the 0.5 branch:
Alexander Richardson
Andreas Zisowsky
Dan Church
Dmitry Shachnev
elie-elkhoury
Fabrice Fontaine
Hamilton Chapman
Koen Zandberg
Konstantin Yegupov
Maciej Jurczak
Mahavir Jain
MÃ¥rten Nordheim
Mathieu
Michael Richardson
Pedro Oliveira
Ricardo Crudo
Sergio Martins
Shubham Patil
Stewart Gebbie
Svyatoslav Phirsov
**Full Changelog**: https://github.com/intel/tinycbor/compare/v0.5.0...v0.6.0
Signed-off-by: Thiago Macieira <thiago.macieira@intel.com>
2021-10-29T16:08:27+00:00