Skip to content

v0.7.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@pyrocumulus pyrocumulus released this 08 Apr 18:50

Added

  • Default values to parameters of the StatusPostBuilder.
  • Structured search methods to the SearchService. #27

Fixed

  • Fixed a bug with AddBatchOutputRequest only sending Maximum temperature if the Minimum was set. #26
  • Fixed bugs with encoding of text parameters Comments and TextMessage in OutputPost and StatusPost requests respectively. #29
  • Fixed bug with BatchOutputPostBuilder accepting an output without both EnergyGenerated as wel as EnergyUsed. #29
  • Fixed a bug with the SearchService not properly encoding the query text. #27

Breaking changes

  • Incorrect signature for adding batch outputs (missing properties). Builders for creating IOutputPost and IBatchOutputPost have changed significantly. #29
  • Moved all builders to new namespace PVOutput.Net.Builders. #29
  • Renamed multiple operations on the new OutputPostBuilders to accurately map to the corresponding property on IOutputPost etc. #29
  • All properties respresenting a time are now respresented as TimeSpan objects instead of DateTime. #30
  • PVCoordinate now uses the decimal type for storing the Latitude and Longitude properties, to avoid weird approximation issues. #30