Skip to content

Releases: kontent-ai/management-sdk-net

4.0.0-beta.3

21 Jul 13:25
Compare
Choose a tag to compare
4.0.0-beta.3 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 3.0.4...4.0.0-beta.3

4.0.0-beta.2

21 Jul 13:10
Compare
Choose a tag to compare
4.0.0-beta.2 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 3.0.4...4.0.0-beta.2

4.0.0-beta.1

20 Jul 11:41
Compare
Choose a tag to compare
4.0.0-beta.1 Pre-release
Pre-release

What's Changed

  • Bug/185 url enable disable webhooks by @gormal in #186
  • Bump Newtonsoft.Json from 12.0.3 to 13.0.1 in /Kentico.Kontent.Management by @dependabot in #184
  • Migrate to Kontent.ai brand by @Simply007 in #187

New Contributors

Full Changelog: 3.0.4...4.0.0-beta.1

3.0.4

30 Jun 06:37
Compare
Choose a tag to compare

What's Changed

  • expose ToElement method from ElementModelProvider by @winklertomas in #180
  • 181 - add support for reading the default values for the supported elements in #182

New Contributors

Full Changelog: 3.0.3...3.0.4

3.0.3

03 Jun 07:11
Compare
Choose a tag to compare

What's Changed

  • Feature/allowed link types in #179
  • 39_retry_after in #177
  • [#159] - Insert and Update workflow SDK support in #173

New Contributors

Full Changelog: 3.0.2...3.0.3

3.0.2

05 May 09:02
Compare
Choose a tag to compare

What's Changed

  • KCL-8688 - Add non-localizable property to the element data model in #170

New Contributors

Full Changelog: 3.0.1...3.0.2

3.0.1

11 Apr 11:01
Compare
Choose a tag to compare

What's Changed

  • #168 - fixed passing second parameter to the request for ChangeLangua… #169

Full Changelog: 3.0.0...3.0.1

3.0.0

07 Apr 12:09
96c68e7
Compare
Choose a tag to compare

Summary

3.0.0 version supports all management API endpoints.

  • A good starting point is here
  • Each endpoint has a code sample. Check it out in our API reference.

What's Changed

  • #67 UPGRADE TO REST MANAGEMENT API V2
    • REST Management API v2 allows users to not just manage content itself (as in v1), but also manage the content model, taxonomies, collection, workflow, languages, and other entities in Kontent
    • Support subpages element #109
    • Validation regex support for text element #108 #118
  • New Unit tests structure #78 # #110 #111 #114
  • Run CI on multiple environments #85
  • Rename ContentItemVariant to LanguageVariant #93
  • Full README with code samples #100
  • Add .NET 6 Target #107 #113
  • Add interface to Management Client for better testability #112
  • Improve integration with model generator #121
  • Add support for project roles #125
  • Add support for project users #127
  • Add support for subscription #133
  • Add extension method GetAll for IListingResponse in #134
  • πŸ’₯ Breaking change! Move extensions classes to the extension folder in #135
  • πŸ’₯ Breaking change! Add Async suffix to all methods. Renamed methods:
    • CancelUnpublishingOfLanguageVariantAsync
    • ScheduleUnpublishingOfLanguageVariantAsync
    • CreateNewVersionOfLanguageVariantAsync
    • GetProjectInformationAsync
    • ChangeLanguageVariantWorkflowStepAsync
  • Add elements for assets in #145
  • πŸ’₯ Breaking change! Add asset renditions by #138
  • Add support for the environment management in #142
  • πŸ’₯ Breaking change! Remove obsolete methods in #149
  • Add asset elements into README.md and into the code samples unit tests in #148
  • πŸ’₯ Breaking change! Fix typo in namespace. Renamed to ManagementClientExtensions in #150
  • Finnish unit tests and major refactoring in multiple PRs in #69
    • πŸ’₯ Breaking change! method UpsertAssetByExternalIdAsync replaced by UpsertAssetAsync
    • πŸ’₯ Breaking change! method UpsertContentItemByExternalIdAsync replaced by UpsertContentItemAsync
    • πŸ’₯ Breaking change! CreateContentSnippetCreateModel renamed to ContentTypeSnippetCreateModel
    • πŸ’₯ Breaking change! SnippetPatchRemoveModel renamed to ContentTypeSnippetPatchRemoveModel
    • πŸ’₯ Breaking change! method UpdateAssetAsync replaced by UpsertAssetAsync
    • πŸ’₯ Breaking change! AssetUpdateModel replaced by AssetUpsertModel
    • πŸ’₯ Breaking change! method UpdateContentItemAsync replaced by UpsertContentItemAsync
    • πŸ’₯ Breaking change! ContentItemUpdateModel replaced by ContentItemUpsertModel
    • πŸ’₯ Breaking change! WorkflowIdentifier replaced by WorkflowStepIdentifier
  • Add regex validation to URL slug in #152
  • Support for workflows in #163
    • πŸ’₯ Breaking change! method ListWorkflowStepsAsync replaced by ListWorkflowsAsync

New Contributors

3.0.0-beta7

01 Apr 07:47
Compare
Choose a tag to compare
3.0.0-beta7 Pre-release
Pre-release

What's Changed

  • #67 UPGRADE TO REST MANAGEMENT API V2
    • REST Management API v2 allows users to not just manage content itself (as in v1), but also manage the content model, taxonomies, collection, workflow, languages, and other entities in Kontent
    • Support subpages element #109
    • Validation regex support for text element #108 #118
  • New Unit tests structure #78 # #110 #111 #114
  • Run CI on multiple environments #85
  • Rename ContentItemVariant to LanguageVariant #93
  • Full README with code samples #100
  • Add .NET 6 Target #107 #113
  • Add interface to Management Client for better testability #112
  • Improve integration with model generator #121
  • Add support for project roles #125
  • Add support for project users #127
  • Add support for subscription #133
  • Add extension method GetAll for IListingResponse in #134
  • πŸ’₯ Breaking change! Move extensions classes to extension folder in #135
  • πŸ’₯ Breaking change! Add Async suffix to all methods. Renamed methods:
    • CancelUnpublishingOfLanguageVariantAsync
    • ScheduleUnpublishingOfLanguageVariantAsync
    • CreateNewVersionOfLanguageVariantAsync
    • GetProjectInformationAsync
    • ChangeLanguageVariantWorkflowStepAsync
  • Add elements for assets in #145
  • πŸ’₯ Breaking change! Add asset renditions by #138
  • Add support for the environment management in #142
  • πŸ’₯ Breaking change! Remove obsolete methods in #149
  • Add asset elements into README.md and into the code samples unit tests in #148
  • πŸ’₯ Breaking change! Fix typo in namespace. Renamed to ManagementClientExtensions in #150
  • Finnish unit tests and major refactoring in multiple PRs in #69
    • πŸ’₯ Breaking change! method UpsertAssetByExternalIdAsync replaced by UpsertAssetAsync
    • πŸ’₯ Breaking change! method UpsertContentItemByExternalIdAsync replaced by UpsertContentItemAsync
    • πŸ’₯ Breaking change! CreateContentSnippetCreateModel renamed to ContentTypeSnippetCreateModel
    • πŸ’₯ Breaking change! SnippetPatchRemoveModel renamed to ContentTypeSnippetPatchRemoveModel
    • πŸ’₯ Breaking change! method UpdateAssetAsync replaced by UpsertAssetAsync
    • πŸ’₯ Breaking change! AssetUpdateModel replaced by AssetUpsertModel
    • πŸ’₯ Breaking change! method UpdateContentItemAsync replaced by UpsertContentItemAsync
    • πŸ’₯ Breaking change! ContentItemUpdateModel replaced by ContentItemUpsertModel
    • πŸ’₯ Breaking change! WorkflowIdentifier replaced by WorkflowStepIdentifier
  • Add regex validation to URL slug in #152
  • Support for workflows in #163
    • πŸ’₯ Breaking change! method ListWorkflowStepsAsync replaced by ListWorkflowsAsync

New Contributors

3.0.0-beta6

11 Mar 09:25
Compare
Choose a tag to compare
3.0.0-beta6 Pre-release
Pre-release

What's Changed

  • #67 UPGRADE TO REST MANAGEMENT API V2
    • REST Management API v2 allows users to not just manage content itself (as in v1), but also manage the content model, taxonomies, collection, workflow, languages, and other entities in Kontent
    • Support subpages element #109
    • Validation regex support for text element #108 #118
  • New Unit tests structure #78 # #110 #111 #114
  • Run CI on multiple environments #85
  • Rename ContentItemVariant to LanguageVariant #93
  • Full README with code samples #100
  • Add .NET 6 Target #107 #113
  • Add interface to Management Client for better testability #112
  • Improve integration with model generator #121
  • Add support for project roles #125
  • Add support for project users #127
  • Add support for subscription #133
  • Add extension method GetAll for IListingResponse in #134
  • πŸ’₯ Breaking change! Move extensions classes to extension folder in #135
  • πŸ’₯ Breaking change! Add Async suffix to all methods. Renamed methods:
    • CancelUnpublishingOfLanguageVariantAsync
    • ScheduleUnpublishingOfLanguageVariantAsync
    • CreateNewVersionOfLanguageVariantAsync
    • GetProjectInformationAsync
    • ChangeLanguageVariantWorkflowStepAsync
  • Add elements for assets in #145
  • πŸ’₯ Breaking change! Add asset renditions by #138
  • Add support for the environment management in #142
  • πŸ’₯ Breaking change! Remove obsolete methods in #149
  • Add asset elements into README.md and into the code samples unit tests in #148
  • πŸ’₯ Breaking change! Fix typo in namespace. Renamed to ManagementClientExtensions in #150

New Contributors

Full Changelog: 2.1.0...3.0.0-beta6