Skip to content

sensenet Limiters and Content protectors

Compare
Choose a tag to compare
@tusmester tusmester released this 28 Jul 11:42
· 685 commits to master since this release

This release contains some new features and package additions to support the upcoming service infrastructure.

New features

  • Added new fields to the User and Group types to expose role membership.
  • From now on there are protected content items in the repository that cannot be deleted or moved. This will prevent users accidentally deleting system content. The default list is extendable through configuration.
  • The new response size limiter feature is able to prevent clients downloading a huge amount of data.

Bug fixes

sensenet as a service improvements

  • Added a few content items to the default package that will be used by all installations.

Breaking changes

  • We had to refactor a couple of our namespaces to be consistent with the industry standard Dependency Injection namespace name. All of our DI extension methods were moved to the SenseNet.Extensions.DependencyInjection namespace. If you encounter build errors, please add a using statement for this new namespace to your code.

Installation

To get started please follow the instructions in the Install sensenet from NuGet article.