Releases: Escalar-Alcoia-i-Comtat/BackendKotlin
Releases · Escalar-Alcoia-i-Comtat/BackendKotlin
1.0.39
What's Changed
- Simplified Google Cloud configuration by @ArnyminerZ in #112
Full Changelog: 1.0.38...1.0.39
1.0.38
What's Changed
- Added FCM notifications by @ArnyminerZ in #110
- Simplify tests by @ArnyminerZ in #111
- Small bugfixes
Full Changelog: 1.0.37...1.0.38
1.0.37
1.0.36
Release Notes
- Added more artificial grades
1.0.35
Release Notes
Bugs
- Fixed missing degrees
Updated Dependencies
- Bump kotlin from 1.9.22 to 1.9.23 by @dependabot in #91
- Bump exposed from 0.47.0 to 0.48.0 by @dependabot in #85
- Bump alaegin/Detekt-Action from 1.23.4 to 1.23.5 by @dependabot in #84
Full Changelog: 1.0.34...1.0.35
1.0.34
What's Changed
- Bump io.sentry.jvm.gradle from 4.3.0 to 4.3.1 by @dependabot in #86
- Bump com.github.crowdin:crowdin-api-client-java from 1.14.1 to 1.15.0 by @dependabot in #87
- Bump com.github.crowdin:crowdin-api-client-java from 1.15.0 to 1.15.1 by @dependabot in #89
- Bump ktor from 2.3.8 to 2.3.9 by @dependabot in #88
- Bump org.json:json from 20240205 to 20240303 by @dependabot in #90
Full Changelog: 1.0.33...1.0.34
1.0.33
Release Notes
- Added support for WebP
1.0.32
Release Notes
- Fixed an issue that was not allowing to download files
- Added more debug information for non-production environments
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.