Skip to content

Latest commit

 

History

History
488 lines (372 loc) · 44.4 KB

CHANGELOG.md

File metadata and controls

488 lines (372 loc) · 44.4 KB

Change Log

0.2.5 (2017-02-03)

Full Changelog

Implemented enhancements:

  • [PROPOSAL] - Add configuration file for daemons #314
  • Add release build to CMake #332 (datachi7d)
  • Various fixes for compiler errors and some build improvements around contiki in preparation for RIOT support #302 (datachi7d)
  • Change for older versions of GnuTLS that do not support AES-128-CCM-8 #290 (delmet)

Fixed bugs:

Closed issues:

  • Cannot bootstrap more than 5 clickers #336
  • Daemonizing Awa client fails to connect with the device server #321
  • Path_MakePath should handle ResourceInstanceID #317
  • Bootstrap server security flag changes between the initial client write and server response #299
  • TinyDTLS library as PSK encrypt layer doesn't work with 32 byte keys. #297
  • Resolve of DNS is not working correctly on contiki. #296
  • AwaClientSession_Connect fails with AwaError_IPCError when STDIN has been closed #288

Merged pull requests:

0.2.4 (2016-08-24)

Full Changelog

Implemented enhancements:

  • Change PUT/Replace on objects so it does not do delete/insert. #285 (delmet)
  • Implement AwaServerWriteOperation_AddArrayValueAsInteger #281 (delmet)
  • Make contiki version of function NetworkAddress_New consistent with linux one #280 (delmet)
  • Move daemon code out of the core #275 (datachi7d)
  • Under GnuTLS allow DTLS server to accept clients with either PSK or Certs #268 (delmet)
  • Get registration status for static client API #266 (rlatchem)

Fixed bugs:

  • bootstrap configuration file load fail #276
  • Searching for a position in the Security Object /0 #269
  • Ignore blank lines in bootstrap config files #282 (delmet)
  • Fix coverity issue 140813 #271 (delmet)
  • Change comparison on addresses to also check ports (See issue #269) #270 (delmet)

Closed issues:

  • error messages while call to awa-server-explore #284
  • Missing mail list or contact information #278

Merged pull requests:

0.2.3 (2016-07-28)

Full Changelog

Implemented enhancements:

  • Wire up support for Certificate file for client daemon #263 (delmet)
  • Actually make use of new default Content Type command line arg #262 (delmet)
  • Change for TinyDTLS abstraction for Contiki #261 (delmet)
  • Add option to turning off building examples #260 (delmet)
  • Add compiler error if GnuTLS does not support DTLS #259 (delmet)
  • Allow setting default content type for client daemon and static client #258 (delmet)

Fixed bugs:

Closed issues:

  • Content Type and the data serialization #257
  • doc directory is becoming a little untidy due to number of different files in a flat structure #245

Merged pull requests:

0.2.2 (2016-07-22)

Full Changelog

Implemented enhancements:

  • Fix contiki makefile for removed ojects #254 (delmet)
  • Change contiki to use network abstraction and awa erbium #253 (delmet)
  • Remove device, firmware, location and connectivity objects from the client daemon #247 (seank-img)
  • Add support to client daemon to pass in PSK arguments via command line #240 (delmet)

Fixed bugs:

  • Awa static client fails to retry after registration failed timeout #149

Merged pull requests:

0.2.1 (2016-07-11)

Full Changelog

Implemented enhancements:

Fixed bugs:

Merged pull requests:

0.2.0 (2016-07-08)

Full Changelog

Implemented enhancements:

Fixed bugs:

Closed issues:

  • Define custom objects when awa-serverd starts #200

Merged pull requests:

0.1.10 (2016-06-19)

Full Changelog

Implemented enhancements:

Fixed bugs:

Closed issues:

  • Improve reference to examples #161
  • Add Contiki documentation #159
  • Elaborate on importance of bootstrap config files #157

Merged pull requests:

0.1.9 (2016-05-23)

Full Changelog

Implemented enhancements:

Fixed bugs:

Merged pull requests:

0.1.8 (2016-05-04)

Full Changelog

Implemented enhancements:

Fixed bugs:

  • Fix buffer overrun detected by coverity #116 (cdewbery)
  • Fix Static API define behaviour before init and add test case #129 (seank-img)
  • Fix valgrind error when CoAP transaction times out or response path d… #126 (seank-img)
  • Fix use of unittest's doCleanups() mechanism. #122 (DavidAntliff)
  • Return AwaLWM2MError_Timeout via IPC when a CoAP request timesout #119 (cdewbery)
  • Fixed xmlif\_AddDefaultsForMissingMandatoryValues not returning -1 on error. #118 (rolandbewick)

Merged pull requests:

0.1.7 (2016-04-11)

Full Changelog

Implemented enhancements:

Fixed bugs:

Merged pull requests:

0.1.6 (2016-04-05)

Full Changelog

Implemented enhancements:

  • Refactor Core handlers and add error messages for handlers #104 (seank-img)
  • Additional Coverity fixes #103 (DavidAntliff)
  • Disable tmpnam deprecation warning, as current design requires a uniq… #102 (DavidAntliff)
  • Add --version/-V option to daemons to report version number and then … #100 (DavidAntliff)
  • Fixed defaults not being added correctly to CoAP create packet from server XML handler #98 (rolandbewick)
  • Added parameterised set/write operation test validation and fixed set not doing a replace on array resources. #96 (rolandbewick)

Fixed bugs:

  • Fix bug in server where creating an object will populate optional resources. #105 (seank-img)
  • Additional Coverity fixes #103 (DavidAntliff)
  • Fixed AwaServerObservation_New not allocating memory for ClientID. #101 (rolandbewick)
  • Fixed defaults not being added correctly to CoAP create packet from server XML handler #98 (rolandbewick)
  • Added parameterised set/write operation test validation and fixed set not doing a replace on array resources. #96 (rolandbewick)
  • Rename AwaStaticClient_RegisterObjectWithHandler to AwaStaticClient_D… #95 (cdewbery)

Merged pull requests:

0.1.5 (2016-03-23)

Full Changelog

Implemented enhancements:

  • Update doxygen title. #92 (DavidAntliff)
  • Add license to python source code and scripts #90 (seank-img)
  • Improve doxygen documentation. #89 (DavidAntliff)
  • Static API negative test cases and improve Static API error handling #87 (seank-img)
  • Deleted old server create tool and updated server delete tool #86 (rolandbewick)
  • Rework core and API to use non-terminated strings #84 (seank-img)
  • Add support for AwaStaticClient_RegisterResourceWithPointerArray() #82 (cdewbery)
  • Rework factory bootstrap to take next available object instance ID #81 (seank-img)
  • Static API review and improvements #80 (DavidAntliff)
  • Fix valgrind errors due to missing serialisers for parameterised tests. #78 (DavidAntliff)
  • Removed duplicated enum from the core and first pass of static API documentation. #77 (rolandbewick)
  • Fix spelling of "CoAP". #75 (DavidAntliff)
  • Improve error handling of invalid within static API #71 (cdewbery)
  • Added AwaStaticClient_ResourceChanged #69 (rolandbewick)
  • Remove AwaStaticResourceType, AwaResourceType is now used everywhere #67 (cdewbery)
  • Small fixes/tidy ups to static API example and added SetLogLevel function #66 (rolandbewick)
  • Add example contiki application to documentation #64 (cdewbery)
  • Build libawa_static.so, Add static-client-tutorial to documentation #63 (cdewbery)

Fixed bugs:

  • Fix valgrind error in Static API test #94 (seank-img)
  • Fix json and plaintext serialises not NULL terminating strings correctly #85 (cdewbery)
  • Fix valgrind errors due to missing serialisers for parameterised tests. #78 (DavidAntliff)
  • Add missing valgrind tests. #76 (DavidAntliff)
  • Improve error handling of invalid within static API #71 (cdewbery)
  • Small fixes/tidy ups to static API example and added SetLogLevel function #66 (rolandbewick)

Merged pull requests:

0.1.4 (2016-03-15)

Full Changelog

Implemented enhancements:

Fixed bugs:

  • Fix support for Python tools tests. #60 (DavidAntliff)
  • Fixed PUT / POST handling on multiple instance and mandatory resources. #51 (rolandbewick)
  • Fix default pmin value as this was preventing notifications on the cl… #50 (cdewbery)
  • Add missing header file so ssizet is defined when building on other p… #47 (cdewbery)
  • Fix TLV buffer overflow #43 (cdewbery)
  • Fix issues highlighted by coverity.com on commit 05879c4. #38 (DavidAntliff)
  • Fix debug message in GetRequest handler #36 (cdewbery)
  • Fix error when attempting to create instance of object 7 #33 (DavidAntliff)
  • Fix missing filenames and line numbers with non-info log messages. #28 (DavidAntliff)

Merged pull requests:

0.1.3 (2016-03-03)

Full Changelog

Implemented enhancements:

Fixed bugs:

Merged pull requests:

0.1.2 (2016-02-26)

Implemented enhancements:

  • Fixed spacing before brackets in ServerReadResponse_GetValueAs functions #5 (rolandbewick)
  • Add addressFamily option to awa_clientd #4 (cdewbery)
  • Changed how Responses store opaque and object link values, allowing t… #3 (rolandbewick)

Fixed bugs:

* This Change Log was automatically generated by github_changelog_generator