Releases: Aldaviva/PagerDuty
Releases · Aldaviva/PagerDuty
1.1.2
- Overrode
Equals(object?)
andGetHashCode()
in immutable data classesLink
andImage
, which can make it easier to write test assertions. - Improved disposal logic of
PagerDuty.HttpClient
— it now correctly handles the case where you set it to its own built-in value againpagerDuty.HttpClient = pagerDuty.HttpClient
1.1.1
1.1.0
- #2: EU organizations not supported
- Added
IPagerDuty.BaseUrl
property so you can optionally change the PagerDuty base URL. - For example, to switch from the default global cluster to the EU cluster for tenants in the European Union region, run
pagerDuty.BaseUrl = new Uri("https://events.eu.pagerduty.com/v2/");
- Added
1.0.0
- Moved types for requests, responses, and exceptions into sub-namespaces to keep the top-level namespace cleaner and less confusing, especially for users relying on IntelliSense to get started with this library.
- Only dispose the built-in
HttpClient
instance, not ones that the user constructed and passed in themselves. - Add .NET Framework 4.5.2 target, in addition to .NET Standard 2.0