Skip to content

Releases: kontent-ai/management-sdk-net

3.0.1

11 Apr 11:01

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

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

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

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

3.0.0-beta5

03 Mar 12:49

Choose a tag to compare

3.0.0-beta5 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

New Contributors

@xantari made their first contribution in #59
@gormal made their first contribution in #68
@IvanKiral made their first contribution in #118
@Sevitas made their first contribution in #121

Full Changelog: 2.1.0...3.0.0-beta5

3.0.0-beta4

03 Feb 12:45

Choose a tag to compare

3.0.0-beta4 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

New Contributors

Full Changelog: 2.1.0...3.0.0-beta3

3.0.0-beta3

13 Jan 15:34

Choose a tag to compare

3.0.0-beta3 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

New Contributors

Full Changelog: 2.1.0...3.0.0-beta3

3.0.0-beta2

04 Jan 10:29
b63ffab

Choose a tag to compare

3.0.0-beta2 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

New Contributors

Full Changelog: 2.1.0...3.0.0-beta2

https://www.nuget.org/packages/Kentico.Kontent.Management/3.0.0-beta2

3.0.0-beta1

06 Dec 14:37
e1539fa

Choose a tag to compare

3.0.0-beta1 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
  • New Unit tests structure #78
  • Run CI on multiple environments #85
  • Rename ContentItemVariant to LanguageVariant #93
  • Full README with code samples #100
  • Targetting .NET 6 #107 #113
  • Add interface to Management Client for better testability #112

Full Changelog: 2.1.0...3.0.0-beta1

https://www.nuget.org/packages/Kentico.Kontent.Management/3.0.0-beta1

3.0.0-alpha3

19 Oct 08:01

Choose a tag to compare

3.0.0-alpha3 Pre-release
Pre-release

All finished tasks in #67