Releases: pyrocumulus/pvoutput.net
Releases · pyrocumulus/pvoutput.net
v0.11.3 - Maintenance release
[0.11.3] - 2024-09-12
Updated
- Updated
Microsoft.CodeAnalysis.NetAnalyzers
fromv7.0.1
tov8.0.0
- Updated
Microsoft.Extensions.DependencyInjection.Abstractions
fromv7.0.0
tov8.0.1
- Updated
Microsoft.Extensions.Logging.Abstractions
fromv7.0.0
tov8.0.1
v0.11.2 - Maintenance release
v0.11.1
[0.11.1] - 2022-07-24
Fixed
- Added support for undocumented panel orientation 'EastWest' #131 - Contribution CodeCasterNL
v0.11.0
[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
fromv6.0.0
tov6.0.1
#114
Fixed
- Do not throw exception on cancellation of request #124 - Contribution CodeCasterNL
v0.10.0
[0.10.0] - 2022-03-16
Fixed
- BREAKING: Many methods with a parameter of
DateTime
used the parameter namedate
; 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
v0.9.0
Updated
- Updated
Microsoft.Extensions.DependencyInjection.Abstractions
fromv3.1.7
tov5.0.0
#52 - Updated
Microsoft.Extensions.Logging.Abstractions
fromv3.1.7
tov5.0.0
#52 - Migrated analyzers
Microsoft.CodeAnalysis.FxCopAnalyzers
toMicrosoft.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
andArrayTilt
aspects as nullable, as they are optional in PVOutput #50 - Marked assembly as
[CLSCompliant]
#52
v0.8.1 - Biden 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
v0.7.1
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