Releases: ChaseDRedmon/Cirrus
Releases · ChaseDRedmon/Cirrus
v2.0.2 - Lightning Strike Sensor Support
Added support for lightning strike sensors per API documentation
v2.0.1
- Fixed a small bug when subscribing and unsubscribing on a disconnected client in Realtime Wrapper
v2.0.0
- 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