Skip to content

Releases: PhilPJL/ImpSoft.OctopusEnergy

4.0.0-pre.10

21 Oct 19:17
0d698b4
Compare
Choose a tag to compare
4.0.0-pre.10 Pre-release
Pre-release

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

25 Jul 16:33
e1b69a1
Compare
Choose a tag to compare

Remove dependency on .NET Core 3. Now only requires .NET Standard.

Release 3.0

25 Jul 15:11
facee1f
Compare
Choose a tag to compare

Changes:

  1. Now requires HttpClient to be injected
  2. Updated tariff apis to internally make use of page size
  3. Removed dependency on NewtonSoft.Json
  4. Removed dependency on System.ServiceModel.Primitives
  5. Added unit tests

Release 2.1

30 Jun 17:08
Compare
Choose a tag to compare

Handle Blazor Wasm not supporting setting HTTP compression level

Release 2

27 Jun 19:59
2dae401
Compare
Choose a tag to compare

Changed all properties to consistently use Including instead of Inc and Excluding instead of Exc.
Changed GSP methods to return a single GSP string.

Initial release

25 Jun 12:25
Compare
Choose a tag to compare
1.0.0

Release V1