Releases: TechEmpower/gemini
Releases · TechEmpower/gemini
v2.24.0
Changelog
- Support Java9+
- ORM - relationship tablenames are lower-cased forcibly
- The default user credentials are documented now
- Disable logging to disk by default (assumed a developer would not want this by default)
- Adds support for a "root handler" to be invoked on requests to
/
before the default handler - Archetype - Adds support for multi-part forms by default
- Archetype - Now prompts user for package name
- Drop support for application name in configuration file names
- Adds 'Not Implemented' response for not implemented http method verbs
- Version support transitioned from static java files to maven project version
- Adds entity support for java.time.DateTimeLocal
- Adds support for more conventional usage of java.sql.Connection
Full 2.24.0 project and notes.
v2.23.2
Allows for the ConfigurationFile
environment variable to dictate which config file to use.
v2.23.1
Fixes a few rare database issues.
v2.23.0
Introduces flyway migration implementation.
v2.22.0
Introduces the HikariCP database connector implementation.
v2.21.1
Fixes some minor issues with the archetype project.
v2.21.0
First official release to Maven Central.