Import and deploy
·
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
- Deploy sensenet on local Docker with Powershell scripts by @VargaJoe in #1880
- Add master switch to statistics feature. by @tusmester in #1855
- GetCurrentUser operation. by @tusmester in #1874
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
- Add API key manager security checks and tests. by @tusmester in #1842
- Improved trace for messaging by @kavics in #1858
- Async security by @kavics in #1843
- Refactor security exceptions by @kavics in #1845
Full Changelog: enterprise-net6...import-and-deploy