Skip to content

Latest commit

 

History

History
107 lines (66 loc) · 4.06 KB

CHANGELOG.md

File metadata and controls

107 lines (66 loc) · 4.06 KB

Change Log

Closed issues:

  • IOTCLT-2506 [GitHub] Cannot set registration time if server does not use max age option

Extend blockwise message transfer status to have states for sending as well.

-Full Changelog

Closed issues:

  • IOTCLT-2469 CoAP UDP retransmission does not work for blocks after first one for requests (Eg. registration POST)

-Full Changelog

Closed issues:

  • IOTCLT-2539 Block wise messaging call-backs not working logically

Improve TCP+TLS transport layer to allow send larger messages without blockwising.

-Full Changelog

New feature:

  • Make sn_coap_protocol_send_rst as public needed for CoAP ping sending
  • Allow disabling resendings by defining SN_COAP_DISABLE_RESENDINGS

-Full Changelog

New feature:

  • Add new API which clears the whole sent blockwise message list

-Full Changelog

New feature:

  • Add new API to remove sent blockwise message from the linked list

-Full Changelog

Closed issues:

  • IOTCLT-2203 mbed-coap does not handle PUT or POST if they indicate a smaller block size preference (fixed regression)

-Full Changelog

-Full Changelog

New feature:

  • New API to disable automatic GET(BLOCK2) request sending.

Closed issues:

  • IOTCLT-2203 mbed-coap does not handle PUT or POST if they indicate a smaller block size preference

-Full Changelog

Closed issues:

  • IOTMAC-615 Node mDS registration failure during OTA transfer

-Full Changelog

Closed issues:

  • IOTCLT-1899 Maximum COAP message resending buffer size limited to 255 bytes
  • IOTCLT-1888 Problem with blockwise transfers that are even increments of block_size

-Full Changelog

Closed issues:

  • IOTCLT-1880 Lwm2m blockwise data transfer (using Block1 option) with Leshan not working
  • IOTCLT-1885 Return 4.08 Request Entity Incomplete on Block transfer errors
  • IOTCLT-1883 Detected message duplications stop mbed-client

-Full Changelog

Closed issues: - ARMmbed/mbed-client#481 - Obs Con blockwise fails to transmit 2nd block

-Full Changelog

New feature

- CoAP Protocol Confirmable resend fix and minor memory optimization (IOTMAC-328)

Closed issues:

- IOTCLT-1439 - stuck in while loop

New feature

  • Initial release of mbed-coap separated from mbed-client-c