Skip to content

5.0.0

Compare
Choose a tag to compare
@pokornyd pokornyd released this 15 Jan 15:07
· 32 commits to master since this release

.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
    • PostWebhookPostLegacyWebhook
    • DeleteWebhookDeleteLegacyWebhook
    • 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

New Contributors

Full Changelog: 4.7.0...5.0.0