Skip to content

Releases: pyrocumulus/pvoutput.net

v0.11.3 - Maintenance release

12 Sep 21:26
c20fe77
Compare
Choose a tag to compare
Pre-release

[0.11.3] - 2024-09-12

Updated

  • Updated Microsoft.CodeAnalysis.NetAnalyzers from v7.0.1 to v8.0.0
  • Updated Microsoft.Extensions.DependencyInjection.Abstractions from v7.0.0 to v8.0.1
  • Updated Microsoft.Extensions.Logging.Abstractions from v7.0.0 to v8.0.1

v0.11.2 - Maintenance release

04 May 19:17
Compare
Choose a tag to compare
Pre-release

[0.11.2] - 2023-05-04

Fixed

  • Updated README formatting for NuGet package page #132
  • Fixed all API links from XML documentation #133
  • Updated API links from documentation page
  • Updated documentation to reflect the rename of primary branch master to main

Updated

  • Updated Microsoft.Extensions.Logging.Abstractions from v6.0.1 to v7.0.0 #147
  • Updated Microsoft.Extensions.DependencyInjection.Abstractions from v6.0.0 to v7.0.0 #151
  • Updated Tavis.UriTemplates from v1.1.1 to v2.0.0 #153

v0.11.1

24 Jul 10:04
Compare
Choose a tag to compare
v0.11.1 Pre-release
Pre-release

[0.11.1] - 2022-07-24

Fixed

  • Added support for undocumented panel orientation 'EastWest' #131 - Contribution CodeCasterNL

v0.11.0

05 May 20:21
Compare
Choose a tag to compare
v0.11.0 Pre-release
Pre-release

[0.11.0] - 2022-05-05

Changed

  • BREAKING: Removed add batch output from API. Please use the AddOutputsAsync method from now on. This is donation only. #78
  • BREAKING: Some implementations which have been properly interfaced, are reduced to internal visibility from now on. #117

Updated

  • Updated Microsoft.Extensions.DependencyInjection.Abstractions from v6.0.0 to v6.0.1 #114

Fixed

  • Do not throw exception on cancellation of request #124 - Contribution CodeCasterNL

v0.10.0

16 Mar 21:09
Compare
Choose a tag to compare
v0.10.0 Pre-release
Pre-release

[0.10.0] - 2022-03-16

Fixed

  • BREAKING: Many methods with a parameter of DateTime used the parameter name date; those have been renamed #100
  • Logging is now more performant and async flow has been slightly improved #100
  • GetOwnSystem() throws an exception when the system does not have a secondary panel #112 - Contribution CodeCasterNL

v0.9.1

01 Jun 19:21
Compare
Choose a tag to compare
v0.9.1 Pre-release
Pre-release

[0.9.1] - 2021-06-01

Added

v0.9.0

13 Mar 16:15
Compare
Choose a tag to compare
v0.9.0 Pre-release
Pre-release

Updated

  • Updated Microsoft.Extensions.DependencyInjection.Abstractions from v3.1.7 to v5.0.0 #52
  • Updated Microsoft.Extensions.Logging.Abstractions from v3.1.7 to v5.0.0 #52
  • Migrated analyzers Microsoft.CodeAnalysis.FxCopAnalyzers to Microsoft.CodeAnalysis.NetAnalyzers v5.0.3 #52

Fixed

  • BREAKING: Some methods will now return an Orientation enumeration value instead of a string representation #49
  • BREAKING: Some methods will now return a Shade enumeration value instead of a string representation #50
  • BREAKING: Marked InstallDate and ArrayTilt aspects as nullable, as they are optional in PVOutput #50
  • Marked assembly as [CLSCompliant] #52

v0.8.1 - Biden release

07 Nov 21:24
Compare
Choose a tag to compare
Pre-release

Added

  • Added a logo for the NuGet package #38
  • Added method to StatusService to delete all statuses on a date #45
  • Added methods to StatusService to add net batch statusses and cumulative batch statusses #47

Fixed

  • Corrected SystemService returning teams, estimates or extended properties with counts greater than 0, but with empty/null content
  • Removed dead code from certain code paths found through coverage testing
  • Increased code coverage to near 100%

v0.8.0

29 Aug 10:06
Compare
Choose a tag to compare
v0.8.0 Pre-release
Pre-release

Added

  • Added NotificationService, a service to (de)register callbacks for certain PVOutput alerts #37

Fixed

  • Updated multiple packages in both projects 0d71267
  • CancellationToken not propagating into the BaseObjectStringReader

v0.7.1

26 Apr 07:43
Compare
Choose a tag to compare
v0.7.1 Pre-release
Pre-release

Added

  • Added SearchService.SearchByPostCodeOrSize, a method to search for both parameters at the same time #31
  • Added SystemService.PostSystem, enabling the modification of a system's name and/or extended value #32

Fixed

  • Fixed a bug with some services manually UrlEncoding string values, which resulted in double encoding / possible value corruption #33