Skip to content

3.0.0-beta6

Pre-release
Pre-release
Compare
Choose a tag to compare
@gormal gormal released this 11 Mar 09:25

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