Skip to content

Releases: Escalar-Alcoia-i-Comtat/BackendKotlin

1.0.31

22 Feb 12:11
Compare
Choose a tag to compare

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

22 Feb 11:42
Compare
Choose a tag to compare

Release Notes

  • Added support for fetching files without its extension.

    For example, both requesting 24f7015d-2b6c-4fa4-bdb3-ba83eefec58c or 24f7015d-2b6c-4fa4-bdb3-ba83eefec58c.jpg will be valid requests, and will lead to the same file.

1.0.29

21 Feb 20:02
Compare
Choose a tag to compare

Release Notes

  • Updated dependencies

  • Download file endpoint now includes the MIME type.

    When calling /download/{uuid}, a new header named Content-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

19 Feb 16:57
5d117e5
Compare
Choose a tag to compare

Release Notes

  • Updated dependencies

1.0.27

18 Nov 09:36
Compare
Choose a tag to compare

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 configure IS_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

17 Nov 11:54
Compare
Choose a tag to compare

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 key files.
  • All requests to /file/... now will include an extra parameter called uuid, which is simply the UUID of the file requested.

1.0.25

13 Nov 16:00
Compare
Choose a tag to compare

Release Notes

  • Improved performance for file fetching

1.0.24

12 Nov 14:44
Compare
Choose a tag to compare

Release Notes

  • Updated dependencies
  • Bugfixes

1.0.23

12 Oct 21:24
Compare
Choose a tag to compare

Release Notes

  • Fixed an issue with missing descriptions

1.0.22

30 Sep 06:56
Compare
Choose a tag to compare

Changelog

  • Rolled back Migrations feature