Skip to content

sensenet Services 7.7.7

Compare
Choose a tag to compare
@tusmester tusmester released this 04 Feb 14:00
· 768 commits to master since this release

This release is mostly a technical update that takes us closer to a full .Net Core solution. It also contains several bug fixes.

This release does not require an upgrade patch if you already have the previous version installed: it is enough to update the packages in Visual Studio.

Features

Bug fixes

  • Use async stream operations in OData middleware because that is the default in .net core to prevent a runtime exception.
  • Fix empty query execution.
  • Allowed child types field is indexed correctly and became searchable.
  • Previous GetSchema changes (added content handler info) were ported to the old Services project.
  • OData middleware is registered correctly and developers may add custom middleware after it correctly in a .net core web project.
  • Users without admin permissions are able to create other users correctly.

Installation

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