Skip to content

Releases: lordmilko/PrtgAPI

PrtgAPI 0.6.1

18 Oct 04:12
Compare
Choose a tag to compare

PrtgAPI is now on NuGet! Install in either Visual Studio or PowerShell with

Install-Package PrtgAPI

PrtgAPI 0.6.1.0

14 Nov 00:46
Compare
Choose a tag to compare

Improvements

  • Remove unnecessary functions from PrtgAPI.psm1

Bugfixes

  • Fixed a bug wherein unit tests would fail when root solution folder not named "PrtgAPI"

PrtgAPI 0.6.0.15

14 Nov 00:37
Compare
Choose a tag to compare

Improvements

  • RetryCount and RetryDelay are now displayed in Get-PrtgClient PowerShell output
  • RetryCount and RetryDelay now default to 0

Bugfixes

  • Fixed a bug wherein cmdlets did not check a retry event handler had been added before attempting to remove one
  • PrtgAPI now throws a PrtgRequestException if the retrieved PassHash is not valid.

PrtgAPI 0.6.0.14

14 Nov 00:49
Compare
Choose a tag to compare

Bugfixes

  • Fixed a bug wherein SearchFilter objects piped to Get-Sensor, Get-Device, Get-Group or Get-Probe weren't processed properly