You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for extracting an enhanced error message when adding sensors/resolving sensor targets/parameters when an error message is not included in the AddSensorProgress response (#140)
C#
Add startDate parameter to PrtgClient.WatchLogs (#139)
PowerShell
Add -rt alias for -RawType parameter on Get-SensorTarget / New-SensorParameters
Fix PowerShell Progress failing when piping from a variable containing an Array/SZArrayEnumerator in .NET Core 3.1 (#136)
Bugfixes
Fix GetNotificationTriggers crashing when PRTG fails to properly HTML encode quotes in sensor names (#131)
Fix NotificationTriggerTranslator not storing unique name for Notification Action items, resulting in crash when multiple actions exist with the same name (#145)
Breaking Changes
Change NotificationAction.SMP.TrapCode from an int to an int? due to PRTG not forcing it have a value (#130)