Release 0.3.0-beta.1
Pre-release
Pre-release
The new version of the application has been completely rewritten in Rust.
Major changes introduced in this version:
- Image uploads are now asynchronous. Each upload creates a task that is executed sequentially.
- It is now possible to check whether an image has been converted using a dedicated endpoint and the job ID returned after uploading. This can be done via a standard request, WebSocket, or Server-Sent Events. More details are available in the Swagger documentation.
- Added support for the AVIF compression format.
- From now on, files are no longer saved directly in a directory named after the identifier. Instead, they are stored in two subdirectories with names based on the hash of the identifier.
Note: This version is not backward compatible. A migrator will be available with the final release.