2017-02-16 17:08:28 +00:00
|
|
|
# Change Log
|
|
|
|
|
2018-08-15 08:20:56 +00:00
|
|
|
## [v4.6.1](https://github.com/ARMmbed/mbed-coap/releases/tag/v4.6.1)
|
|
|
|
**Closed issues:**
|
|
|
|
- IOTCLT-2900 - Blockwise handling leaking memory in some error cases
|
|
|
|
|
|
|
|
Fix unused parameter compiler warning when blockwise is not used.
|
|
|
|
|
|
|
|
-[Full Changelog](https://github.com/ARMmbed/mbed-coap/compare/v4.6.0...v4.6.1)
|
|
|
|
|
2018-08-09 08:54:47 +00:00
|
|
|
## [v4.6.0](https://github.com/ARMmbed/mbed-coap/releases/tag/v4.6.0)
|
|
|
|
**New feature:**
|
|
|
|
- Add new API which clears one item from the resend queue based on token
|
|
|
|
|
|
|
|
-[Full Changelog](https://github.com/ARMmbed/mbed-coap/compare/v4.5.1...v4.6.0)
|
|
|
|
|
2018-07-31 07:31:09 +00:00
|
|
|
## [v4.5.1](https://github.com/ARMmbed/mbed-coap/releases/tag/v4.5.1)
|
|
|
|
**Closed issues:**
|
|
|
|
- IOTCLT-2883 - Blockwise observations not completing
|
|
|
|
|
|
|
|
-[Full Changelog](https://github.com/ARMmbed/mbed-coap/compare/v4.5.0...v4.5.1)
|
|
|
|
|
2018-06-25 14:08:52 +00:00
|
|
|
## [v4.5.0](https://github.com/ARMmbed/mbed-coap/releases/tag/v4.5.0)
|
|
|
|
**Closed issues:**
|
|
|
|
- IIOTCLT-2769 - mbed-coap: extra response received after registration
|
|
|
|
|
|
|
|
Added own flag to enable blockwise support, without setting default blockwise
|
|
|
|
payload size. This allows to receive blockwise messages while still sending
|
|
|
|
without blockwise.
|
|
|
|
|
|
|
|
Fix CoAP request blockwise response handling
|
|
|
|
When request is sent, response can have blockwise option set. All requests must
|
|
|
|
be stored to the linked list.
|
|
|
|
|
|
|
|
-[Full Changelog](https://github.com/ARMmbed/mbed-coap/compare/v4.4.4...v4.5.0)
|
|
|
|
|
2018-06-01 07:04:10 +00:00
|
|
|
## [v4.4.4](https://github.com/ARMmbed/mbed-coap/releases/tag/v4.4.4)
|
|
|
|
**Closed issues:**
|
|
|
|
- IOTCLT-2638 [GitHub] hardfault during reconnection retry with Thread
|
|
|
|
|
|
|
|
-[Full Changelog](https://github.com/ARMmbed/mbed-coap/compare/v4.4.3...v4.4.4)
|
|
|
|
|
2018-05-11 14:14:09 +00:00
|
|
|
## [v4.4.3](https://github.com/ARMmbed/mbed-coap/releases/tag/v4.4.3)
|
|
|
|
**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](https://github.com/ARMmbed/mbed-coap/compare/v4.4.2...v4.4.3)
|
|
|
|
|
2018-04-12 07:04:50 +00:00
|
|
|
## [v4.4.2](https://github.com/ARMmbed/mbed-coap/releases/tag/v4.4.2)
|
|
|
|
**Closed issues:**
|
|
|
|
- IOTCLT-2469 CoAP UDP retransmission does not work for blocks after first one for requests (Eg. registration POST)
|
|
|
|
|
|
|
|
-[Full Changelog](https://github.com/ARMmbed/mbed-coap/compare/v4.4.1...v4.4.2)
|
|
|
|
|
2018-04-03 10:58:40 +00:00
|
|
|
## [v4.4.1](https://github.com/ARMmbed/mbed-coap/releases/tag/v4.4.1)
|
|
|
|
**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](https://github.com/ARMmbed/mbed-coap/compare/v4.4.0...v4.4.1)
|
|
|
|
|
2018-03-14 13:34:15 +00:00
|
|
|
## [v4.4.0](https://github.com/ARMmbed/mbed-coap/releases/tag/v4.4.0)
|
|
|
|
**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](https://github.com/ARMmbed/mbed-coap/compare/v4.3.0...v4.4.0)
|
|
|
|
|
2018-02-22 15:57:12 +00:00
|
|
|
## [v4.3.0](https://github.com/ARMmbed/mbed-coap/releases/tag/v4.3.0)
|
|
|
|
**New feature:**
|
|
|
|
- Add new API which clears the whole sent blockwise message list
|
|
|
|
|
|
|
|
-[Full Changelog](https://github.com/ARMmbed/mbed-coap/compare/v4.2.0...v4.3.0)
|
|
|
|
|
2018-02-07 11:03:12 +00:00
|
|
|
## [v4.2.0](https://github.com/ARMmbed/mbed-coap/releases/tag/v4.2.0)
|
|
|
|
**New feature:**
|
|
|
|
- Add new API to remove sent blockwise message from the linked list
|
|
|
|
|
|
|
|
-[Full Changelog](https://github.com/ARMmbed/mbed-coap/compare/v4.1.1...v4.2.0)
|
|
|
|
|
2018-01-22 08:53:14 +00:00
|
|
|
## [v4.1.1](https://github.com/ARMmbed/mbed-coap/releases/tag/v4.1.1)
|
|
|
|
**Closed issues:**
|
|
|
|
- IOTCLT-2203 mbed-coap does not handle PUT or POST if they indicate a smaller block size preference (fixed regression)
|
|
|
|
|
|
|
|
-[Full Changelog](https://github.com/ARMmbed/mbed-coap/compare/v4.1.0...v4.1.1)
|
|
|
|
|
2018-01-17 10:32:19 +00:00
|
|
|
## [v4.1.0](https://github.com/ARMmbed/mbed-coap/releases/tag/v4.1.0)
|
|
|
|
|
|
|
|
-[Full Changelog](https://github.com/ARMmbed/mbed-coap/compare/v4.0.10...v4.1.0)
|
|
|
|
|
|
|
|
**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
|
|
|
|
|
2017-08-31 14:02:40 +00:00
|
|
|
## [v4.0.10](https://github.com/ARMmbed/mbed-coap/releases/tag/v4.0.10)
|
|
|
|
|
|
|
|
-[Full Changelog](https://github.com/ARMmbed/mbed-coap/compare/v4.0.9...v4.0.10)
|
|
|
|
|
|
|
|
**Closed issues:**
|
|
|
|
- IOTMAC-615 Node mDS registration failure during OTA transfer
|
|
|
|
|
2017-08-21 08:21:40 +00:00
|
|
|
## [v4.0.9](https://github.com/ARMmbed/mbed-coap/releases/tag/v4.0.9)
|
|
|
|
|
|
|
|
-[Full Changelog](https://github.com/ARMmbed/mbed-coap/compare/v4.0.8...v4.0.9)
|
|
|
|
|
|
|
|
**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
|
|
|
|
|
2017-07-31 13:07:58 +00:00
|
|
|
## [v4.0.8](https://github.com/ARMmbed/mbed-coap/releases/tag/v4.0.8)
|
|
|
|
|
|
|
|
-[Full Changelog](https://github.com/ARMmbed/mbed-coap/compare/v4.0.4...v4.0.8)
|
|
|
|
|
|
|
|
**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
|
|
|
|
|
2017-05-17 05:04:53 +00:00
|
|
|
## [v4.0.4](https://github.com/ARMmbed/mbed-coap/releases/tag/v4.0.4)
|
|
|
|
|
|
|
|
-[Full Changelog](https://github.com/ARMmbed/mbed-coap/compare/v4.0.3...v4.0.4)
|
|
|
|
|
|
|
|
**Closed issues:**
|
|
|
|
- https://github.com/ARMmbed/mbed-client/issues/481 - Obs Con blockwise fails to transmit 2nd block
|
|
|
|
|
2017-03-21 10:38:00 +00:00
|
|
|
## [v4.0.3](https://github.com/ARMmbed/mbed-coap/releases/tag/v4.0.3)
|
|
|
|
|
|
|
|
-[Full Changelog](https://github.com/ARMmbed/mbed-coap/compare/v4.0.2...v4.0.3)
|
|
|
|
|
|
|
|
**New feature**
|
|
|
|
|
|
|
|
- CoAP Protocol Confirmable resend fix and minor memory optimization (IOTMAC-328)
|
|
|
|
|
|
|
|
**Closed issues:**
|
|
|
|
|
|
|
|
- IOTCLT-1439 - stuck in while loop
|
|
|
|
|
2017-02-23 06:23:39 +00:00
|
|
|
## [v4.0.0](https://github.com/ARMmbed/mbed-coap/releases/tag/v4.0.2)
|
2017-02-16 17:08:28 +00:00
|
|
|
|
|
|
|
**New feature**
|
|
|
|
|
|
|
|
- Initial release of mbed-coap separated from mbed-client-c
|