Releases: ConnectivityFoundry/AwaLWM2M
Releases · ConnectivityFoundry/AwaLWM2M
Release 0.1.6
Enhancements
New since version 0.1.5:
- Improve API tests.
- Add Version reporting to daemons.
- Improve Static API error messages for handlers.
Bug Fixes
New since version 0.1.5:
- Fix Coverity issues.
- Fix Awa Server default value handling.
Release 0.1.5
Enhancements
New since version 0.1.4:
- Add additional Static API implementation - excluding full test coverage and support for Object-level notifications.
- Improve Static API test coverage.
- Improve Static API documentation.
- Improve doxygen documentation.
- Preliminary support for UTF-8 strings (core stores strings as opaque).
- Improve Factory Bootstrap configuration in Core and Static API.
- Add license headers to all source files.
- Restructure headers and types.
- Improve valgrind coverage.
- Improve Coverity coverage.
- Remove obsolete server-create tool, update server-delete tool.
Bug Fixes
New since version 0.1.4:
- Fix outstanding valgrind errors.
- Fix Coverity issues.
- Fix miscellaneous minor issues.
Release 0.1.4
Enhancements
Since version 0.1.3:
- General documentation restructuring and improvements.
- Test framework improvements.
- Automated CI improvements.
- Static API implementation - excluding full test coverage and support for pointers to static memory.
- Provided option to remove JSMN dependency at build time.
Bug Fixes
Since version 0.1.3
- Fixed superfluous debug output.
- Fixed issues highlighted by Coverity online static analysis tool.
- Fixed TLV buffer overflow.
- Fixed cross-platform build issue.
- Fixed default pmin that prevented client IPC notifications.
- Fixed PUT/POST handling on multiple instance and mandatory resources.
- CI bugfixes.