Skip to content

Import and deploy

Compare
Choose a tag to compare
@tusmester tusmester released this 27 Mar 17:36
· 172 commits to master since this release

In this release we fixed many bugs, mostly related to importing and authentication client handling. We also published scripts for installing sensenet on Docker 🌊.

Features

Bug fixes

  • Rewrite projection in ODataTableWriter to avoid field expansion errors by @kavics in #1834
  • Fix code overrun in OData writer. by @kavics in #1836
  • Fix public admin permissions by @tusmester in #1840
  • Add public admin permissions to support import scenarios. by @tusmester in #1879
  • Add in memory clientstore component to generate default clients. by @tusmester in #1860
  • Fix getting IsPreviewEnabled in see-only mode. by @kavics in #1871
  • Complete the trace message: "Invalid property access attempt" by @kavics in #1872
  • Choice field null reference error by @kavics in #1886
  • Skip importing readonly fields if not enough permissions. by @tusmester in #1882
  • Add missing ContentTemplates folder to the base package. by @tusmester in #1846

Other Changes

Full Changelog: enterprise-net6...import-and-deploy