Skip to content

Releases: mgrojo/coap_spark

feature/xunit-test-results-continuous-server

21 Feb 13:12

Choose a tag to compare

Fix workaround for xunit test results

feature/xunit-test-results-continuous-client

21 Feb 13:12

Choose a tag to compare

Fix workaround for xunit test results

main-continuous-server

22 Feb 19:52

Choose a tag to compare

Pre-release
Fix links to test specifications

main-continuous-client

22 Feb 19:52

Choose a tag to compare

Pre-release
Fix links to test specifications

feature/gnat-15-continuous-server

28 Dec 20:26
cb7eff1

Choose a tag to compare

Pre-release
Merge branch 'feature/upgrade-gnatprove' into feature/gnat-15

feature/gnat-15-continuous-client

28 Dec 20:26
cb7eff1

Choose a tag to compare

Pre-release
Merge branch 'feature/upgrade-gnatprove' into feature/gnat-15

v0.10.0

25 Nov 22:33

Choose a tag to compare

What's Changed

  • CoAP server support in the library and example program by @mgrojo in #17
  • Update macOS version in CI workflow by @mgrojo in #16

All source code in library and client and server programs have been formally verified up to the silver level (absence of runtime errors), and with proof of some key integrity properties (gold level).

Full Changelog: v0.9.0...v0.10.0

v0.9.0

02 May 19:35

Choose a tag to compare

What's Changed

The coap_client is functional and formally verified. It is using now Non-Confirmable messages, which is more in line to the fact of not having retransmissions.

Added unit test to increase coverage.

WolfSSL upgraded to v3.8.0.

Full Changelog: v0.1.0...v0.9.0

continuous

23 Aug 22:34

Choose a tag to compare

continuous Pre-release
Pre-release
Release version 0.9.0 for the client

v0.1.0: first working and verified version with a client implementation

28 Mar 22:55

Choose a tag to compare

What's Changed

  • Action: portable Makefile for tests by @mgrojo in #5
  • Action: use gcov instead of gnatcoverage for integration to codecov.io by @mgrojo in #4
  • Action: add proving with GNATprove by @mgrojo in #6
  • Create workflow to build and upload AppImage by @mgrojo in #8

New Contributors

  • @mgrojo made their first contribution in #2

Full Changelog: https://github.com/mgrojo/coap_spark/commits/v0.1.0