3.0.0
Moving from Spring Boot to Quarkus
This release is a major overhaul of the application. I migrated from a (slightly overengineered) Spring Boot application to a much simpler Quarkus application, which fully supports Quarkus' key feature: GraalVM native images. The docker images, which are published to Docker Hub, now use a native Linux x64 binary under the hood. The memory footprint and startup time have therefore been reduced significantly.