Squidex v7.0.0-rc1 Release Notes

Release Date: 2022-07-11 // over 1 year ago
  • ๐Ÿš€ This version removes Orleans to make Squidex instances stateless and easier to deploy in multiple environments.

    ๐Ÿš€ If you want to deploy this version, one, and only one, node must be declared as worker with the environment variable CLUSTERING__WORKER=true.

    At the moment 2 extra components have been introduced:

    1. A distributed cache to store specific versions of a content item or asset item over a short period of time to make the rule service faster. ๐Ÿ‘ท 2. A queue implementation to distribute workloads to the worker node.

    0๏ธโƒฃ To make the migration as easy as possible, the default implementation uses MongoDb, but other implementations might follow.