v1.2
Additions
- feat(server): all images now have
?resize
and?format
query parameters by @auguwu- You can use ?resize=256|512|1024|2048 to resize the image to
WxH
. - You can use ?format=jpg|jpeg|png to re-format the image from JPEG -> PNG (vice versa)
- You can use ?resize=256|512|1024|2048 to resize the image to
Fixes
- fix(endpoints:/list): removed content_type parameter and normalized
endpoint
parameter by @auguwu - fix(logging): updating routes log will be under the DEBUG log level rather than the INFO level by @auguwu
- fix(storage): all
Trailer.listAll
calls are now cached for lower latency requests by @auguwu
Dependency Updates
- chore(deps): update dependency dev.floofy.commons:commons-gradle from v2.0 -> v2.0.1 by @renovate-bot (#13)
- chore(deps): update BOM dev.floofy.commons:commons-bom from v2.0.1 -> v2.1.0.1 by @renovate-bot (#14)
- chore(deps): update BOM io.kotest:kotest-bom from v5.2.3 -> v5.3.0 by @renovate-bot (#15)
- chore(deps): update plugin com.diffplug.spotless:spotless-plugin-gradle from v6.5.1 -> v6.5.2 by @renovate-bot (#16)
- chore(deps): update dependency org.jetbrains.kotlinx:kotlinx-datetime from v0.3.2 -> v0.3.3 by @renovate-bot (#18)
Full Changelog: v1.1.1...v1.2