Releases: PhilPJL/ImpSoft.OctopusEnergy
Releases · PhilPJL/ImpSoft.OctopusEnergy
4.0.0-pre.10
Updated to support .NET Standard 2, .NET 7, .NET 8 (pre release).
Updated with support for retrieving user account info.
There is a breaking change. The authentication header is now set like this:
using var httpClient = new HttpClient();
httpClient.SetAuthenticationHeaderFromApiKey(yourApiKey);
and the methods that previously required an api key no longer require it.
Release 3.0.1
Release 3.0
Changes:
- Now requires HttpClient to be injected
- Updated tariff apis to internally make use of page size
- Removed dependency on NewtonSoft.Json
- Removed dependency on System.ServiceModel.Primitives
- Added unit tests
Release 2.1
Handle Blazor Wasm not supporting setting HTTP compression level
Release 2
Initial release
1.0.0 Release V1