All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog (you find TL;DR at the end of this change log), and this project adheres to Semantic Versioning.
- Rate limit retries and throttling now happen through interceptors. This way no api calls should fail due to 429 errors and media uploads can happen faster as first uploaded file doesn't trigger throttling.
- possibility to put the flotiq api url into the importer handler also applies to media
- possibility to put the flotiq api url into the importer handler args object
--publishoption to import command to publish automatically objects with status public--with-internaloption to export command to persist information about object status for publication in import
- import/export plugin settings objects #26641
- We've come out of BETA!
All versions should have at least one of this sections:
Name of the version should have semver and date of production build. We DO NOT copy commit messages as changes! Before building production you have to add release in GitLab with tag matching new semver and changelog in it's description. After production build changelog must be copied to new Flotiq blog post and to email to our users. New unreleased features must be added in [Unreleased] section on top of the Change log.