|
15 | 15 | * [AWS IoT Device Defender](#aws-iot-device-defender)
|
16 | 16 | * [AWS IoT Over-the-air Update Library](#aws-iot-over-the-air-update)
|
17 | 17 | * [AWS IoT Fleet Provisoning](#aws-iot-fleet-provisioning)
|
| 18 | + * [AWS SigV4](#aws-sigv4) |
18 | 19 | * [backoffAlgorithm](#backoffalgorithm)
|
19 | 20 | * [Sending metrics to AWS IoT](#sending-metrics-to-aws-iot)
|
20 | 21 | * [Versioning](#versioning)
|
21 | 22 | * [Releases and Documentation](#releases-and-documentation)
|
| 23 | + * [202108.00](#20210800) |
22 | 24 | * [202103.00](#20210300)
|
23 | 25 | * [202012.01](#20201201)
|
24 | 26 | * [202011.00](#20201100)
|
@@ -150,6 +152,12 @@ The [AWS IoT Fleet Provisioning](https://github.com/aws/fleet-provisioning-for-a
|
150 | 152 |
|
151 | 153 | <!-- See memory requirements for the latest release [here](). -->
|
152 | 154 |
|
| 155 | +#### AWS SigV4 |
| 156 | + |
| 157 | +The [AWS SigV4](https://github.com/aws/SigV4-for-AWS-IoT-embedded-sdk) library enables you to sign HTTP requests with [Signature Version 4 Signing Process](https://docs.aws.amazon.com/general/latest/gr/signature-version-4.html). Signature Version 4 (SigV4) is the process to add authentication information to HTTP requests to AWS services. For security, most requests to AWS must be signed with an access key. The access key consists of an access key ID and secret access key. |
| 158 | + |
| 159 | +<!-- See memory requirements for the latest release [here](). --> |
| 160 | + |
153 | 161 | #### backoffAlgorithm
|
154 | 162 |
|
155 | 163 | The [backoffAlgorithm](https://github.com/FreeRTOS/backoffAlgorithm) library is a utility library to calculate backoff period using an exponential backoff with jitter algorithm for retrying network operations (like failed network connection with server). This library uses the "Full Jitter" strategy for the exponential backoff with jitter algorithm. More information about the algorithm can be seen in the [Exponential Backoff and Jitter AWS blog](https://aws.amazon.com/blogs/architecture/exponential-backoff-and-jitter/).
|
@@ -219,6 +227,14 @@ For example, a second release in June 2021 would be 202106.01. Although the SDK
|
219 | 227 |
|
220 | 228 | All of the released versions of the C-SDK libraries are available as git tags. For example, the last release of the v3 SDK version is available at [tag 3.1.2](https://github.com/aws/aws-iot-device-sdk-embedded-C/tree/v3.1.2).
|
221 | 229 |
|
| 230 | +### 202108.00 |
| 231 | + |
| 232 | +<!-- [API documentation of 202108.00 release](). --> |
| 233 | + |
| 234 | +This release introduces the refactored [AWS IoT Fleet Provisioning](https://github.com/aws/fleet-provisioning-for-aws-iot-embedded-sdk) library and the new [AWS SigV4](https://github.com/aws/SigV4-for-AWS-IoT-embedded-sdk) library. |
| 235 | + |
| 236 | +Additionally, this release brings minor version updates in the [AWS IoT Over-the-Air Update](https://github.com/aws/ota-for-aws-iot-embedded-sdk) and [corePKCS11](https://github.com/FreeRTOS/corePKCS11) libraries. |
| 237 | + |
222 | 238 | ### 202103.00
|
223 | 239 |
|
224 | 240 | [API documentation of 202103.00 release](https://docs.aws.amazon.com/embedded-csdk/202103.00/lib-ref/index.html)
|
|
0 commit comments