Skip to content

Releases: seqsense/aws-iot-device-sdk-go

v6.1.0

19 Oct 07:57
8df39ad
Compare
Choose a tag to compare

Changelog

8df39ad Add mqtt.Retryer interface to Device (#315)
0dc9c0b fix(deps): update module github.com/at-wat/mqtt-go to v0.15.0 (#316)
a9c089f fix(deps): update module github.com/aws/aws-sdk-go-v2 to v1.9.2 (#314)
20bee51 fix(deps): update golang.org/x/net commit hash to e81a3d9 (#313)
f9d5db5 fix(deps): update module github.com/aws/aws-sdk-go-v2 to v1.9.1 (#312)

v6.0.0

06 Sep 06:50
3f7a428
Compare
Choose a tag to compare

Changelog

3f7a428 Enable CI on Go 1.17 (#309)
3d12a44 fix(deps): update module github.com/at-wat/mqtt-go to v0.14.2 (#311)
15a58b1 chore(deps): update golang docker tag to v1.17 (#307)
b3e5225 fix(deps): update golang.org/x/net commit hash to e898025 (#305)
77f67e7 fix(deps): update module github.com/aws/aws-sdk-go-v2 to v1.9.0 (#306)
367fef5 fix(deps): update module github.com/at-wat/mqtt-go to v0.14.1 (#301)
6410d55 fix(deps): update module github.com/google/uuid to v1.3.0 (#303)
3efae4b chore(deps): update codecov/codecov-action action to v2 (#304)
45db72e fix(deps): update module github.com/aws/aws-sdk-go-v2 to v1.7.1 (#302)

v6.0.0-rc2

08 Jul 23:14
4f095d4
Compare
Choose a tag to compare
v6.0.0-rc2 Pre-release
Pre-release

Changelog

4f095d4 fix(deps): update module github.com/aws/aws-sdk-go-v2 to v1.7.0 (#294)
4225348 Keep prerelease state on goreleaser (#300)
791fc7a tunnel: add connection statistics (#299)
d5da9f3 Update aws/aws-sdk-go-v2 submodules (#298)

v6.0.0-rc1

05 Jul 02:16
02c157e
Compare
Choose a tag to compare
v6.0.0-rc1 Pre-release
Pre-release
  • Receive *aws.Config on NewDialer (#295)

v6.0.0-rc0

02 Jul 13:51
Compare
Choose a tag to compare
v6.0.0-rc0 Pre-release
Pre-release

Breaking changes:

  • Migrate to aws/aws-sdk-go-v2
  • Dial with context.Context

v5.0.6

28 May 01:42
898bade
Compare
Choose a tag to compare

Changelog

898bade Release localproxy command (#273)
a1fe6fe tunnel: remove default port from wss server name (#274)
4a1d830 tunnel: periodically clean expired tunnels (#275)

v5.0.5

25 May 10:10
ae911de
Compare
Choose a tag to compare
  • Fix secure-tunnel-server image

v5.0.3

23 May 00:38
d3b8ecc
Compare
Choose a tag to compare
  • Publish images to ECR Public as well

v5.0.2

19 May 14:31
62a380f
Compare
Choose a tag to compare
  • Publish secure-tunnel-server image

v5.0.0

22 Mar 01:57
9c06bfb
Compare
Choose a tag to compare

Breaking changes

New feature

  • shadow: support metadata (#213)

Fixes

  • shadow: Avoid panic on updateAccepted (#236)
  • shadow: handle json tag in state struct (#237)
  • shadow: reconstruct Desired from Delta (#238)