Releases: kontent-ai/management-sdk-net
Releases · kontent-ai/management-sdk-net
3.0.1
3.0.0
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
- New Unit tests structure #78 # #110 #111 #114
- Run CI on multiple environments #85
- Rename
ContentItemVarianttoLanguageVariant#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
GetAllforIListingResponsein #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
UpsertAssetByExternalIdAsyncreplaced byUpsertAssetAsync - 💥 Breaking change! method
UpsertContentItemByExternalIdAsyncreplaced byUpsertContentItemAsync - 💥 Breaking change!
CreateContentSnippetCreateModelrenamed toContentTypeSnippetCreateModel - 💥 Breaking change!
SnippetPatchRemoveModelrenamed toContentTypeSnippetPatchRemoveModel - 💥 Breaking change! method
UpdateAssetAsyncreplaced byUpsertAssetAsync - 💥 Breaking change!
AssetUpdateModelreplaced byAssetUpsertModel - 💥 Breaking change! method
UpdateContentItemAsyncreplaced byUpsertContentItemAsync - 💥 Breaking change!
ContentItemUpdateModelreplaced byContentItemUpsertModel - 💥 Breaking change!
WorkflowIdentifierreplaced byWorkflowStepIdentifier
- 💥 Breaking change! method
- Add regex validation to URL slug in #152
- Support for workflows in #163
- 💥 Breaking change! method
ListWorkflowStepsAsyncreplaced byListWorkflowsAsync
- 💥 Breaking change! method
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
- @Suzii made their first contribution in #145
- @kentico-lubosr made their first contribution in #142
- @robertstebel made their first contribution in #163
3.0.0-beta7
What's Changed
- #67 UPGRADE TO REST MANAGEMENT API V2
- New Unit tests structure #78 # #110 #111 #114
- Run CI on multiple environments #85
- Rename
ContentItemVarianttoLanguageVariant#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
GetAllforIListingResponsein #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
UpsertAssetByExternalIdAsyncreplaced byUpsertAssetAsync - 💥 Breaking change! method
UpsertContentItemByExternalIdAsyncreplaced byUpsertContentItemAsync - 💥 Breaking change!
CreateContentSnippetCreateModelrenamed toContentTypeSnippetCreateModel - 💥 Breaking change!
SnippetPatchRemoveModelrenamed toContentTypeSnippetPatchRemoveModel - 💥 Breaking change! method
UpdateAssetAsyncreplaced byUpsertAssetAsync - 💥 Breaking change!
AssetUpdateModelreplaced byAssetUpsertModel - 💥 Breaking change! method
UpdateContentItemAsyncreplaced byUpsertContentItemAsync - 💥 Breaking change!
ContentItemUpdateModelreplaced byContentItemUpsertModel - 💥 Breaking change!
WorkflowIdentifierreplaced byWorkflowStepIdentifier
- 💥 Breaking change! method
- Add regex validation to URL slug in #152
- Support for workflows in #163
- 💥 Breaking change! method
ListWorkflowStepsAsyncreplaced byListWorkflowsAsync
- 💥 Breaking change! method
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
- @Suzii made their first contribution in #145
- @kentico-lubosr made their first contribution in #142
- @robertstebel made their first contribution in #163
3.0.0-beta6
What's Changed
- #67 UPGRADE TO REST MANAGEMENT API V2
- New Unit tests structure #78 # #110 #111 #114
- Run CI on multiple environments #85
- Rename
ContentItemVarianttoLanguageVariant#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
GetAllforIListingResponsein #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
- @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
- @Suzii made their first contribution in #145
- @kentico-lubosr made their first contribution in #142
Full Changelog: 2.1.0...3.0.0-beta6
3.0.0-beta5
What's Changed
- #67 UPGRADE TO REST MANAGEMENT API V2
- New Unit tests structure #78 # #110 #111 #114
- Run CI on multiple environments #85
- Rename
ContentItemVarianttoLanguageVariant#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
GetAllforIListingResponsein #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
What's Changed
- #67 UPGRADE TO REST MANAGEMENT API V2
- New Unit tests structure #78 # #110 #111 #114
- Run CI on multiple environments #85
- Rename
ContentItemVarianttoLanguageVariant#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
- @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-beta3
3.0.0-beta3
What's Changed
- #67 UPGRADE TO REST MANAGEMENT API V2
- New Unit tests structure #78 # #110 #111 #114
- Run CI on multiple environments #85
- Rename
ContentItemVarianttoLanguageVariant#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
- @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-beta3
3.0.0-beta2
What's Changed
- #67 UPGRADE TO REST MANAGEMENT API V2
- New Unit tests structure #78 # #110 #111 #114
- Run CI on multiple environments #85
- Rename
ContentItemVarianttoLanguageVariant#93 - Full README with code samples #100
- Add .NET 6 Target #107 #113
- Add interface to Management Client for better testability #112
New Contributors
- @xantari made their first contribution in #59
- @gormal made their first contribution in #68
- @IvanKiral made their first contribution in #118
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
What's Changed
- #67 UPGRADE TO REST MANAGEMENT API V2
- New Unit tests structure #78
- Run CI on multiple environments #85
- Rename
ContentItemVarianttoLanguageVariant#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
All finished tasks in #67