5.0.0
.NET management SDK for Kontent.ai 5.0.0
- latest major release brings reworked webhook functionality, while keeping support for their legacy implementation, with related methods renamed to clearly communicate their deprecation
- package now targets .NET 8
Breaking changes.
- all original methods pertaining to legacy webhook functionality have been renamed accordingly
PostWebhook
→PostLegacyWebhook
DeleteWebhook
→DeleteLegacyWebhook
- etc.
- ⚠ original method names have been retained for the updated webhook functionality implementation
- ⚠ .NET 8 was adopted as the latest LTS release, replacing .NET 6 as the supported version
New features
Improved webhook experience
- webhook methods were adjusted to bring you all the benefits of our reworked webhook experience, allowing more granular trigger event configuration and providing wider range of objects to fire an event from <Product Update | Readme>
- added related tests and code samples
What's Changed
- Add new webhooks and rename legacy webhooks by @lenkaklimcikova in #254
New Contributors
- @lenkaklimcikova made their first contribution in #254
Full Changelog: 4.7.0...5.0.0