Releases: aws/aws-iot-device-sdk-java
Releases · aws/aws-iot-device-sdk-java
v1.3.13
What's Changed
- Escaped password (https://github.com/aws/aws-iot-device-sdk-java/pull/198[)](https://github.com/aws/aws-iot-device-sdk-java/commit/8dbe18e3d222a0effd4bd55d08173c4f25298ed8)
- use token credentials (https://github.com/aws/aws-iot-device-sdk-java/pull/197[)](https://github.com/aws/aws-iot-device-sdk-java/commit/7ff1dfd76966717ca5b003309c935ea3389c5478)
- Minor GitHub workflow changes (https://github.com/aws/aws-iot-device-sdk-java/pull/195[)](https://github.com/aws/aws-iot-device-sdk-java/commit/f9f570c013e2d6ea426a8f8d1c3c84825d2f4853)
- added workflow for handling answerable discussions (https://github.com/aws/aws-iot-device-sdk-java/pull/193[)](https://github.com/aws/aws-iot-device-sdk-java/commit/32facbab00eaf77c0367e58319a94d1b062ed40a)
- update time to ancient (https://github.com/aws/aws-iot-device-sdk-java/pull/191[)](https://github.com/aws/aws-iot-device-sdk-java/commit/e20ed15b8d8b55873c865f42bba1ef6834e259d3)
- Update com.fasterxml.jackson.core dependency version (https://github.com/aws/aws-iot-device-sdk-java/pull/189[)](https://github.com/aws/aws-iot-device-sdk-java/commit/ea4d3b800fc2ef440d1f5d6ee03c1a8fd90fdceb)
- Update dependencies (https://github.com/aws/aws-iot-device-sdk-java/pull/187[)](https://github.com/aws/aws-iot-device-sdk-java/commit/566057383f3af9013dbd05d6cf5b03d42a318494)
Full Changelog: v1.3.11...v1.3.13
Dependency update
Updates the Paho client dependency to version 1.2.4
and Jackson to 2.12.6.1
.
Also updates README documentation.
What's Changed
- Give explicit permissions to Github actions by @graebm in #184
- Jackson bump by @bretambrose in #185
- Update Paho to latest version by @TwistedTwigleg in #186
New Contributors
- @graebm made their first contribution in #184
- @TwistedTwigleg made their first contribution in #186
Full Changelog: v1.3.10...v1.3.11
Bug Fixes
Credentials provider support part 2
This is an empty version bump to allow for the internal import process to proceed and apply some final credentials provider logic internally. Everything is still a manual process but we're getting closer to externally authoritative.
Credentials provider support
- Adds support for credentials providers when using websockets
- Begins the transition from internal-authoritative to github authoritative. There will undoubtedly be some hiccups along the way and likely a number of empty/trivial version bumps until the process is ironed out.