Skip to content

Releases: drogue-iot/drogue-client

0.10.1

05 Jul 15:30
Compare
Choose a tag to compare
  • Added protocol messages for drogue-cloud websocket integration service
  • Dropped a no longer needed dependency to have auth headers in the WASM build of reqwest

Full Changelog: 0.10.0...v0.10.1

0.10.0

01 Jun 21:24
Compare
Choose a tag to compare

What's Changed

  • Add API operations & refactor by @jbtrystram in #6
  • add a publish client for command control by @jbtrystram in #12
  • add a discover client to retrieve endpoints by @jbtrystram in #14
  • refactor(client): remove the TokenProvider type argument by @ctron in #15
  • Add a field to store the HTTP status in Errors. by @jbtrystram in #16

Full Changelog: 0.9.1...0.10.0

0.9.1

30 Mar 08:48
Compare
Choose a tag to compare
Update version in readme

Release 0.9.0

30 Mar 08:08
Compare
Choose a tag to compare

Full Changelog: v0.8.0...v0.9.0

Release 0.8.0

26 Nov 14:27
Compare
Choose a tag to compare

New features

  • Allow using Access Tokens with the token provider 84689c5
  • allow deleting apps and devices cf3687d

Misc

  • Renaming API keys to Access tokens in #5
  • Add license
  • More tests around password types 164d5cb

Full Changelog: v0.7.1...v0.8.0-alpha1