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

Latest commit

 

History

History
27 lines (22 loc) · 2.68 KB

2020-09-28-september-2020.md

File metadata and controls

27 lines (22 loc) · 2.68 KB
title description
September 2020
sensenet back-end updates of September 2020

Packages

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

Automatic patching

The first elements of the new in-memory patching API is published in this release. It lets us import content items from an embedded resource package or edit string resources and CTDs.

From now on you do not have to re-create the database every time we add or change content in the main repository - just get the latest packages from NuGet. Those packages will contain the necessary automatic patches for your repository. Patches will run on application start and store the results in the database. You will be able to see the currently installed components and executed packages using the GetVersionInfo action.

Bug fixes