Skip to content

Releases: aka-mj/iothub

Release list

v0.11.0

Choose a tag to compare

@aka-mj aka-mj released this 03 Nov 13:46
v0.11.0
6ad61b0

This release changes TwinState from map[string]interface{} to []byte to eliminate unnecessary conversions of the data by the library.

A provisioning example using HTTP has been added.