Skip to content

Commit da10323

Browse files
Device Client v1.9 release (#445)
1 parent f4da551 commit da10323

File tree

2 files changed

+18
-4
lines changed

2 files changed

+18
-4
lines changed

.version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.8.0-bb7ff67*v1.8*1*8*0*0*bb7ff67
1+
v1.9.0-f4da551*v1.9*1*9*0*0*f4da551

CHANGELOG.md

+17-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,23 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Known Issues]
8-
- [Device Client aborts on Red Hat Enterprise Linux ARM](https://github.com/awslabs/aws-iot-device-client/issues/87)
9-
- [Device Client stability issues when receiving signal interrupts](https://github.com/awslabs/aws-iot-device-client/issues/110)
10-
- [Device Client build failure with gcc v11](https://github.com/awslabs/aws-iot-device-client/issues/146)
8+
* [Fix resource leak by cleaning up used Secure Tunneling Contexts](https://github.com/awslabs/aws-iot-device-client/issues/443)
9+
10+
## [1.9.X] - 2023-12-21
11+
### Added
12+
* [Added GitHub CI for Coverity code scan](https://github.com/awslabs/aws-iot-device-client/pull/366)
13+
* [Added Integration tests for Device Defender feature](https://github.com/awslabs/aws-iot-device-client/pull/368)
14+
* [Added support for publishing MQTT message on file change through Pub-Sub sample](https://github.com/awslabs/aws-iot-device-client/pull/374)
15+
*
16+
### Fixed
17+
* [Device Client aborts on Red Hat Enterprise Linux ARM](https://github.com/awslabs/aws-iot-device-client/issues/87)
18+
* [Device Client stability issues when receiving signal interrupts](https://github.com/awslabs/aws-iot-device-client/issues/110)
19+
* [Device Client build failure with gcc v11](https://github.com/awslabs/aws-iot-device-client/issues/146)
20+
* [Fixed Secure Tunneling feature to gracefully shutdown](https://github.com/awslabs/aws-iot-device-client/pull/427)
21+
* [Fixed memory leak in Device Client Pub-Sub sample and Shadow feature](https://github.com/awslabs/aws-iot-device-client/pull/363)
22+
* [Fixed reboot job handler](https://github.com/awslabs/aws-iot-device-client/pull/375)
23+
* [Device Client fails to start with Fleet Provisioning enabled because of multiple lock files were being created](https://github.com/awslabs/aws-iot-device-client/pull/419)
24+
* [Device Client unable to setup secure tunneling while using HTTP proxy](https://github.com/awslabs/aws-iot-device-client/issues/440)
1125

1226
## [1.8.X] - 2022-12-15
1327
### Added

0 commit comments

Comments
 (0)