title | description |
---|---|
October 2020 |
sensenet back-end updates of October 2020 |
This release contains new features and bug fixes to support the upcoming service infrastructure.
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.
- 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.
- It is possible to override the default client parameters in configuration.
- 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.
- The
LoadReference
andLoadReferences
methods are able to handle single reference fields correctly.