Releases: kontent-ai/management-sdk-net
Releases Β· kontent-ai/management-sdk-net
4.0.0-beta.3
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
- Target only .NET 6 by @Simply007 in #188
- Projects metadata adjustments by @Simply007 in #189
- Set projects' readme and icon by @Simply007 in #191
New Contributors
- @dependabot made their first contribution in #184
Full Changelog: 3.0.4...4.0.0-beta.3
4.0.0-beta.2
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
- Target only .NET 6 by @Simply007 in #188
- Projects metadata adjustments by @Simply007 in #189
- Set projects' readme and icon by @Simply007 in #191
New Contributors
- @dependabot made their first contribution in #184
Full Changelog: 3.0.4...4.0.0-beta.2
4.0.0-beta.1
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
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
- @winklertomas made their first contribution in #180
Full Changelog: 3.0.3...3.0.4
3.0.3
3.0.2
What's Changed
- KCL-8688 - Add non-localizable property to the element data model in #170
New Contributors
- @JanBarton made their first contribution in #170
Full Changelog: 3.0.1...3.0.2
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
ContentItemVariant
toLanguageVariant
#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
forIListingResponse
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 byUpsertAssetAsync
- π₯ Breaking change! method
UpsertContentItemByExternalIdAsync
replaced byUpsertContentItemAsync
- π₯ Breaking change!
CreateContentSnippetCreateModel
renamed toContentTypeSnippetCreateModel
- π₯ Breaking change!
SnippetPatchRemoveModel
renamed toContentTypeSnippetPatchRemoveModel
- π₯ Breaking change! method
UpdateAssetAsync
replaced byUpsertAssetAsync
- π₯ Breaking change!
AssetUpdateModel
replaced byAssetUpsertModel
- π₯ Breaking change! method
UpdateContentItemAsync
replaced byUpsertContentItemAsync
- π₯ Breaking change!
ContentItemUpdateModel
replaced byContentItemUpsertModel
- π₯ Breaking change!
WorkflowIdentifier
replaced byWorkflowStepIdentifier
- π₯ Breaking change! method
- Add regex validation to URL slug in #152
- Support for workflows in #163
- π₯ Breaking change! method
ListWorkflowStepsAsync
replaced 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
ContentItemVariant
toLanguageVariant
#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
forIListingResponse
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 byUpsertAssetAsync
- π₯ Breaking change! method
UpsertContentItemByExternalIdAsync
replaced byUpsertContentItemAsync
- π₯ Breaking change!
CreateContentSnippetCreateModel
renamed toContentTypeSnippetCreateModel
- π₯ Breaking change!
SnippetPatchRemoveModel
renamed toContentTypeSnippetPatchRemoveModel
- π₯ Breaking change! method
UpdateAssetAsync
replaced byUpsertAssetAsync
- π₯ Breaking change!
AssetUpdateModel
replaced byAssetUpsertModel
- π₯ Breaking change! method
UpdateContentItemAsync
replaced byUpsertContentItemAsync
- π₯ Breaking change!
ContentItemUpdateModel
replaced byContentItemUpsertModel
- π₯ Breaking change!
WorkflowIdentifier
replaced byWorkflowStepIdentifier
- π₯ Breaking change! method
- Add regex validation to URL slug in #152
- Support for workflows in #163
- π₯ Breaking change! method
ListWorkflowStepsAsync
replaced 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
ContentItemVariant
toLanguageVariant
#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
forIListingResponse
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
- @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