Skip to content

Releases: ChaseDRedmon/Cirrus

v2.0.2 - Lightning Strike Sensor Support

23 Dec 19:04

Choose a tag to compare

Added support for lightning strike sensors per API documentation

v2.0.1

30 Nov 02:58

Choose a tag to compare

  • Fixed a small bug when subscribing and unsubscribing on a disconnected client in Realtime Wrapper

v2.0.0

29 Nov 03:13

Choose a tag to compare

  • Removed Newtonsoft.Json, replaced with System.Text.Json.
  • Added Polly Support and rate limiting to respect AW's ratelimit
  • Removed ICirrusRestWrapper.Create(); Library must be added to a ServiceCollection with .AddCirrusServices();
  • Changes to IDisposable & IAsyncDisposable Implementations on Wrapper classes
  • Added generic methods to allow user's to pass in their own STJson POCOs
  • Reordered parameters on RestWrapper query methods
  • Full internal API restructuring; conversion of classes to records.
  • Added JSON Extensions to facilitate deserialization of events from Realtime Wrapper.
  • Bumped SocketIO to version 3.0.3
  • Added missing parameters from Device Model.
  • Renamed parmeters in Device Model.
  • Fixed CirrusRealtime Websocket Failing to connect due to changes with apikey and application key serialization