Skip to content

2sxc 21.06

Choose a tag to compare

@iJungleboy iJungleboy released this 31 Mar 21:17
· 5 commits to master since this release
b3b89aa

General Enhancements

  1. 🧑🏼‍💻 Special feature to disable App-Restore, to protect source systems from accidentally resetting the app (can happen if source / target look very similar)
  2. 🛡️ PageShield FloodGates: Beta implementation to protect against combinations from multiplying
  3. ⚡ LightSpeed: Feature to enable ZIP compression in memory to reduce memory usage (Patron Performance feature)
  4. ⚡ LightSpeed: API and EndPoint to flush cache by app (still experimental)
  5. All Apps released with the latest dotnet-project extension to support intellisense

OData

  1. 💲 Improve OData on Query - if only one stream is requested, OData will apply
  2. 🪲 Fix Title always included, even if $select was used to exclude it
  3. 🪲 Fix JS $2sxc API to better support parameters on query.getAll(), query.getStream() as well a data.getAll()

Bugfixes

  1. 🐞🌪️🥫 Visual Query - bug connecting streams, incorrect handling of * character.
  2. 🐞 Importing app incorrectly checked for version - causing it to not import.
  3. 🪲 Edit UI: Minor colors and number indicators
  4. 🪲 Edit UI: Fix color of buttons for app-state import (button appeared disabled even though it was ok)

Docs / Tutorials

  1. 📖 Docs improve tiles

Internal and Code Hygiene

  1. EAV UI: Update Angular and other NPM dependencies to latest versions
  2. Memory info: Include compressed size and total size uncompressed.