Releases: Escalar-Alcoia-i-Comtat/BackendKotlin
1.0.31
Release Notes
-
Simplified package name
Removed leading
com.arnyminerz.escalaralcoiaicomtat.backend
-
File UUIDs now never contain extension
When requesting a file (image or KMZ) it will now never contain the file's extension, so it will always be an UUIDv4-compliant string.
1.0.30
Release Notes
-
Added support for fetching files without its extension.
For example, both requesting
24f7015d-2b6c-4fa4-bdb3-ba83eefec58c
or24f7015d-2b6c-4fa4-bdb3-ba83eefec58c.jpg
will be valid requests, and will lead to the same file.
1.0.29
Release Notes
-
Updated dependencies
-
Download file endpoint now includes the MIME type.
When calling
/download/{uuid}
, a new header namedContent-Type
will be returned with the MIME type of the file being downloaded. -
Added server information endpoint.
Right now only returns the version name.
Endpoint:/info
.
Example response:{"version":"1.0.29"}
1.0.28
Release Notes
- Updated dependencies
1.0.27
Release Notes
-
Added Sentry integration (#46)
Sentry can now be enabled for both crash and performance reporting. Configure the
SENTRY_DSN
environment variable to set your project, and configureIS_PRODUCTION
accordingly. -
Optimized database initialization (#47)
Improved testing performance by initializing the database only once at the beginning of the program's lifecycle.
1.0.26
Release Notes
- When using the
/file/{uuid}
endpoint, you can include multiple file UUIDs, separated by commas (,
). The response will be given in a JSON array with keyfiles
. - All requests to
/file/...
now will include an extra parameter calleduuid
, which is simply the UUID of the file requested.
1.0.25
Release Notes
- Improved performance for file fetching
1.0.24
Release Notes
- Updated dependencies
- Bugfixes
1.0.23
Release Notes
- Fixed an issue with missing descriptions
1.0.22
Changelog
- Rolled back Migrations feature