Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Latest commit

 

History

History
36 lines (24 loc) · 2.39 KB

2020-10-22-october-2020.md

File metadata and controls

36 lines (24 loc) · 2.39 KB
title description
October 2020
sensenet back-end updates of October 2020

Packages

This release contains new features and bug fixes to support the upcoming service infrastructure.

Enhanced automatic patching

We added the second set of features to the automatic patching infrastructure: developers are able to execute patch operations before and after the repository has started. This makes it possible to install or patch features that require database changes.

We also made sure that patches run exclusively, even if there are other app domain (re)starting in the environment at the same time.

OData features

  • We added the original path info to the Move and Copy batch OData actions so that the client can manage the UI after the operations.
  • The field information returned by the GetSchema action contains enum names instead of their integer representation.

Bug fixes

sensenet as a service improvements

  • We are working towards an enterprise loggin infrastructure. Registering the necessary ILogger types is the first step.
  • Audit event writer is configurable so that an empty audit writer can be set in certain applications to keep the database log smaller.

This is a minor release containing a new extension method for registering our ILogger wrapper classes.

This is a minor release containing a fix related to reference fields.

Bug fix