Skip to content

Releases: kontent-ai/management-sdk-net

6.0.0

08 Apr 16:54

Choose a tag to compare

Kontent.ai .NET management SDK 6.0.0

Breaking changes

  • projectId is now environmentId in majority of scenarios
  • most references to projects were updated to refer to environments
    • methods such as withProjectId are now withEnvironmentId
    • properties, comments, documentation...
    • actions that are still project-wide remain unchanged

Features

Set due dates

Reorder elements in types and taxonomies

View scheduled publish/unpublish

What's Changed

New Contributors

Full Changelog: 5.2.0...6.0.0

5.2.0

27 Feb 13:23

Choose a tag to compare

What's Changed

Full Changelog: 5.1.0...5.2.0

5.1.0

05 Feb 07:19

Choose a tag to compare

What's Changed

Full Changelog: 5.0.0...5.1.0

5.0.0

15 Jan 15:07

Choose a tag to compare

.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

4.7.0

13 Sep 03:39

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.6.0...4.7.0

4.6.0

22 Jun 08:35

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.5.0...4.6.0

4.5.0

06 Apr 09:37

Choose a tag to compare

What's Changed

Full Changelog: 4.4.0...4.5.0

4.4.0

02 Feb 17:25

Choose a tag to compare

What's Changed

Full Changelog: 4.3.0...4.4.0

4.3.0

05 Jan 12:22

Choose a tag to compare

What's Changed

  • Add support for displayTimeZone of DateTime element by @Radimersky in #204
  • upgrade github actions by @Sevitas in #206
  • KCL-9904 Remove is_non_localizable property from unsupported type elements in MAPI by @vladbulyukhin in #209
  • Replace GetExecutingAssembly as it is not supported by self-contained… by @gormal in #208

New Contributors

Full Changelog: 4.2.0...4.2.1

4.2.0

15 Sep 08:21

Choose a tag to compare

What's Changed

  • Code samples for validation endpoint by @gormal in #199
  • 201 - support for_default values in modular content and asset elements by @Iorethan in #202
  • KCL-9407 - add support for H5 and H6 by @Tomas-Kristof in #205

New Contributors

Full Changelog: 4.1.0...4.2.0