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

Latest commit

 

History

History
46 lines (32 loc) · 2.73 KB

2020-04-01-april-2020.md

File metadata and controls

46 lines (32 loc) · 2.73 KB
title description
April 2020
sensenet back-end updates of April 2020

Packages

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

If you have the .Net Framework version of sensenet installed, this release does not require an upgrade patch: it is enough to update the packages in Visual Studio.

Features

  • Added a new action and infrastructure for registering users using external providers.
  • Our authentication middleware accepts identifiers in the client_sub claim as well along with the original sub claim.
  • Secure file download feature has been implemented in the .Net Core Services layer.
  • The in-memory blob provider (for testing purpuses) is able to handle chunk file upload requests.
OData improvements

Bug fixes

This is a minor release containing only a bug fix related to OS-independent file path handling.

Bug fixes

In this minor release we added an option to the Centralized search engine to configure WCF binding through code.

This is a minor release containing only a small api expansion related to server definition.

Bug fixes