Skip to content

Commit 3679f75

Browse files
committed
MCU8MASS-1829 Update changelog
1 parent f589def commit 3679f75

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,4 +168,23 @@ Internal build
168168

169169
## Bugfixes
170170
* Fix a bug where the device would not go in deep sleep when using the low power modes
171-
* Fix a bug where a certificate would not be parsed correctly during provisioning
171+
* Fix a bug where a certificate would not be parsed correctly during provisioning
172+
173+
174+
# 1.3.6
175+
176+
## Features
177+
* Add timeout parameter for HTTP(S)
178+
179+
## Changes
180+
* LEDs toggle during HTTP queries (if the LED controller is not set to manual mode)
181+
* Correct the certificates extacted from `extract_certificates.ino` so that they have the correct authority key identifier
182+
* Cryptoauthlib is now in its own folder in `src` to make the source folder more structured
183+
184+
## Bugfixes
185+
* Fix a bug where the device would not enter deep sleep due to the use of millis()
186+
* Fix a bug where the interrupt flag for the reset button was cleared after the device was reset in `sandbox.ino`
187+
* Fix a bug where pull-ups weren't enabled for some instances of SW0 and SW1 in the examples
188+
189+
## Deprecation notice
190+
* This release deprecates the use of `ECC608.getThingName(buffer, &size)` and `ECC608.getEndpoint(buffer, &size)`. Use `ECC608.readProvisionItem(type, buffer, &size)` instead. The `type` is an enum of `ecc_data_types` found in `ecc608.h`. To e.g. read the AWS thing name, use: `ECC608.readProvisionItem(AWS_THINGNAME, buffer, &size)`.

0 commit comments

Comments
 (0)