Skip to content

socketry: v0.2.0

Choose a tag to compare

@github-actions github-actions released this 27 Feb 23:35
15a8c6e

0.2.0 (2026-02-27)

Features

  • client: add Device class and shared MQTT connection (#17) (332b162)
  • client: implement token auto-refresh via re-authentication (#18) (2720b5f), closes #9
  • mqtt: add subscription API and watch CLI for real-time updates (#15) (4389952), closes #8
  • mqtt: replace paho-mqtt with aiomqtt for async MQTT support (#13) (1d81bbe), closes #7
  • replace requests with aiohttp for async HTTP client (#11) (faa4d71), closes #6

Bug Fixes

  • client: persist refreshed token to disk and scope auto-save to from_saved() (#19) (6fe470a)

Miscellaneous Chores