sensenet Limiters and Content protectors
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
- The QUICK query keyword was not parsed and handled correctly.
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 ausing
statement for this new namespace to your code.
Installation
To get started please follow the instructions in the Install sensenet from NuGet article.