All Versions
115
Latest Version
Avg Release Cycle
20 days
Latest Release
504 days ago

Changelog History
Page 6

  • v4.5.2

    October 01, 2020
  • v4.5.1

    July 08, 2020
  • v4.5.0 Changes

    July 06, 2020

    ๐Ÿ”‹ Features

    • Backups: Increase download timeout for backups to 60 minutes.
    • Rules: Change expiration for rule events to be relative from now instead of relative to the original event to make replaying easier.
    • Rules: Also create rule events when the creation failed to simplify debugging.
    • ๐Ÿ’ป UI: CTRL+Click for content items to open them in new tabs. Mimic default browser behavior for links.
    • ๐Ÿ’ป UI: Make sections defined by schema separators collapsible.
    • ๐Ÿ’ป UI: Customizable dashboard.
    • ๐Ÿ’ป UI: Include external dependencies into the build to run Squidex in protected company networks.
    • ๐Ÿ’ป UI: Define the preview modes for assets.
    • Notifo: Notifo integration finalized.

    ๐Ÿ›  Bugfixes

    • ๐Ÿฑ Assets: Fixed a bug where the wrong permission was checked for protected assets.
    • ๐Ÿฑ Assets: Fixed the wrong calculation of focus points when resizing assets.
    • ๐Ÿฑ Assets: Upraded the image library to a newer version to fix a bug with resizing.
    • Contents: Minor fixes for flat content.
    • Rules: Fixed several bugs in the rule runner.
    • Rules: Fixed avro serialize for union schemas.
    • Rules: Proper cancellation for kafka.
    • Schemas: Fixed several minor bugs in the schema synchronizer.
  • v4.4.0 Changes

    May 30, 2020

    General

    • ๐Ÿ‘ท Many improvements to tests and integration of API tests into CI pipeline.

    ๐Ÿ”‹ Features

    • Rules: Defined payload, headers and key in kafka rule action.
    • Rules: Support for avro serialization in kafka rule action.
    • Rules: Define fallback values in formatting, e.g. ${CONTENT_DATA.name.iv ? Fallback}
    • Rules: Define transformations, e.g. ${CONTENT_DATA.name.iv | upper}: Upper, Lower, Slugify, EncodeJson, Timestamp_Ms, Timestamp_Seconds
    • Rules: Resolve reference in formatting, e.g. ${CONTENT_DATA.city.iv.data.name.iv}
    • Contents: Use aggregation framework to order large data sets.
    • Contents: Improvements to the bulk endpoint to also allow deletion and updates.
    • Contents: Improvements to the enrichment flow of contents when they are queried from the database.
    • Scripts: Fallback for oldStatus.
    • Clustering: Auto restart background processes.
    • Authentication: Use local API authentication to bypass the extra call to identity server and to make deployment easier.
    • Authentication: Improve performance when checking permissions by simple caching.
    • Amazon S3: Allow to upload assets where the stream has no length.
    • ๐Ÿ’ป UI: Additional editor to use checkboxes for references.

    ๐Ÿ›  Bugfixes

    • ๐Ÿฑ Assets: Fixed a bug where deleting folders using the UI was not working properly.
    • Contents: Use aggregation framework to order large data sets.
    • Contents: Fixed a bug where references were cleared in some conditions.
    • ๐Ÿ’ป UI: Do not show first value in dropdowns when no value is defined.
    • ๐Ÿ’ป UI: Fixes for notifications and show newest notifications first.
    • ๐Ÿ’ป UI: Fixed the layout of asset preview in content list.
    • Authentication: Fixed a bug where invited collaborators were not added to an app correctly.
    • Schemas: Fix for schema synchronizer were some changes were not discovered correctly.
  • v4.4.0-rc

    May 30, 2020
  • v4.3.0 Changes

    April 27, 2020

    ๐Ÿ”‹ Features

    • API: Dedicated health check for event consumers and background processes.
    • Rules: Integrated a background worker to start rules from beginning.
    • ๐Ÿ‘‰ Users: Custom user properties.
    • Scripting: Incrementing counters.

    ๐Ÿ›  Bugfixes

    • API: Fix in OpenAPI schema to get rid of FieldNames collection that causes problems in code generators.
    • API: Short header for surrogate keys and custom request header to turn off keys.
    • API: Better error handling for unsupported ODATA features.
    • ๐Ÿ’ป UI: Fix in autocompletion component which was causing issues in role form.
    • ๐Ÿ’ป UI: Fixed a layout bug in the role form.
    • ๐Ÿ’ป UI: Fixed a layout bug in tag editor.
    • ๐Ÿ’ป UI: Time formatting fixed.
    • ๐Ÿ’ป UI: Fixed a bug that was showing all assets and not in their folders.
    • API: Fixed index usage for event store.
    • FullText: Fixed a small minor in full text index.
    • Rules: Fixed a bug in email rule which was using email body as sender and recipient address.
    • Rules: Use default timeout in webhook.
  • v4.2.0 Changes

    February 20, 2020

    ๐Ÿš€ The release makes a lot of changed to the content structure, therefore it will run a migration to recreate the contents collections. This can take a while.

    ๐Ÿ”‹ Features

    • ๐Ÿ’ป UI: Global search
    • Contents: Full text search also includes references items.
    • Contents: Alignment of workflows.
    • Contents: Improvements to full text index for later support of elastic search.
  • v4.2.0-beta2

    February 24, 2020
  • v4.2.0-beta1

    February 20, 2020
  • v4.1.3 Changes

    February 20, 2020

    ๐Ÿ›  Fixed

    • ๐Ÿ’ป UI: Several fixes due to wrong references of SCSS mixins.

    โž• Added

    • ๐Ÿฑ Assets: Option to turn on the recursive deletion process.