From f2c94c40afb12ae8e83712d4b96e806b05aec822 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Montgomery=20Edwards=C2=B9?= <57072051+x448@users.noreply.github.com> Date: Wed, 11 Dec 2019 20:45:06 -0600 Subject: [PATCH] Note this fixes cisco/senml not passing unit tests This project passes all unit tests and adds an extra unit test using CBOR example data from SenML RFC 8428. Bump version of cisco/senml in README.md to Dec 11, 2019 commit. See: * https://github.com/cisco/senml/issues/24 * https://github.com/cisco/senml/issues/25 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 01aad66..00c8e1c 100644 --- a/README.md +++ b/README.md @@ -18,11 +18,12 @@ __Special thanks__: ## Release Notes Disco SenML initial release on Nov 24, 2019. -This project fixes open issues in cisco/senml (4d43ea8, Oct 10, 2019): +This project fixes open issues in cisco/senml (d5a3c66, Dec 11, 2019): * __cisco/senml #2 (2016)__ "CBOR does not encode or decode numeric field names". <-- RFC 8428 violation. * __cisco/senml #18 (2017)__ "Base Value and Base Sum missing from the model. * __cisco/senml #22 (2019)__ "CBOR support uses go-codec which adds bloat to the binary. +* __cisco/senml #25 (2019)__ "cisco/senml does not pass unit tests" There are no changes to core cisco/senml features except removal of MessagePack.