Skip to content

Releases: Squidex/squidex

6.13.0

02 Aug 16:06
Compare
Choose a tag to compare

Fixed

  • UI: Fixes the rendering of reference lists.

6.12.0

01 Aug 09:57
Compare
Choose a tag to compare

Changed

  • No changes, just meant to run CI again.

7.0.0-rc3

30 Jul 12:36
Compare
Choose a tag to compare

Fixed

  • Assets: Fix recursive asset deletion. Query was selecting the wrong assets.
  • Assets: Compatibility with 6.X collections fixed.
  • Contents: Compatibility with 6.X collections fixed.

Changed

  • Assets: Moved the update of tag counts to a event consumers to improve consistency.

Added

  • API: New tests to cover more cases.

6.11.0

29 Jul 21:20
Compare
Choose a tag to compare

Fixed

  • Assets: Fix recursive asset deletion. Query was selecting the wrong assets.

7.0.0-rc2

25 Jul 18:51
Compare
Choose a tag to compare

Fixed

  • Contents: Disable the delete button on content list, if user does not have the necessary permissions.
  • Contents: Fixed a bug which was hiding singleton schemas in the frontend.
  • Contents: Fixed a critical bug with the validation scheduler.
  • Contents: Use the correct asset folder, when asset is uploaded with button in rich text editor.
  • Indexing: Several bugfixes with index grains.
  • Restore: Fix a bug to restore apps without any published content items.
  • Translations: Map the translation result code properly.
  • UI: Several translation fixes.

Changed

  • API: Migration to System.Text.JSON for faster JSON performance.

Added

  • Contents: New flag to store each contnent in a dedicated collection, so that indexes can be created.

6.10.0

19 Jul 11:36
Compare
Choose a tag to compare

Fixed

  • Contents: Fixed a bug which was hiding singleton schemas in the frontend.

6.9.0

14 Jul 14:28
Compare
Choose a tag to compare

Fixed

  • Contents: Disable the delete button on content list, if user does not have the necessary permissions.
  • Contents: Fixed a critical bug with the validation scheduler.
  • Contents: Use the correct asset folder, when asset is uploaded with button in rich text editor.
  • Indexing: Several bugfixes with index grains.
  • Restore: Fix a bug to restore apps without any published content items.
  • Translations: Map the translation result code properly.
  • UI: Several translation fixes.

Added

7.0.0-rc1

11 Jul 13:43
Compare
Choose a tag to compare

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.

To make the migration as easy as possible, the default implementation uses MongoDb, but other implementations might follow.

6.8.0

29 Jun 16:27
Compare
Choose a tag to compare
Changelog for 6.8.0

6.7.0

23 Apr 18:40
Compare
Choose a tag to compare

Fixed

  • Contents: Allow flatting of localized fields with custom languages codes.
  • Contents: Fixed permission checks for some endpoints.
  • Routing: Fixed base URL.
  • Scripting: Fixed auto-completion of scripting.
  • UI: Fixed default values for components.
  • UI: Fixed input placeholders in route actions forms.
  • UI: Fixed markdown fullscreen mode.
  • UI: Fixed some z-index settings in the embed SDK.
  • UI: Fixed table column widths for reference selector.