title | description |
---|---|
May 2020 |
first sensenet back-end updates of December 2020 |
This release takes us closer to a full .Net Core solution. It also contains several bug fixes.
- We ported the WOPI (Office Online Server) feature to .Net Core.
- Added the new ClientApplication type to let frontend developers add client-side actions that do not have a server-side method.
- Fixed the Office Online editing issue that prevented other users see changes made in the editor.
- In the .Net Core version the Versioning and approving actions were not filtered by status.
- Upload works for content types in the .Net Core version.
This is a minor release containing a number of under-the-hood features and a few new APIs.
- in developer mode it is possible to trust all or some server certificates
- added several new APIs that make sending OData requests easier
- old web request APIs that used
HttpWebRequest
became obsolete
In this release we are introducing an experimental client (and service host) for the Centralized Search Service that uses the gRPC technology instead of WCF. This is a step toward hosting the search service in a more modern containerized environment.
This is a technical release for supporting the latest sensenet packages and making a few steps toward a .Net Core-compatible preview package.