Releases: alexey-lapin/realworld-backend-micronaut
Releases · alexey-lapin/realworld-backend-micronaut
v0.2.4
🚧 Chore
- Update dependency pl.allegro.tech.build:axion-release-plugin to v1.18.0 @renovate[bot] (#62)
- Update dependency gradle to v8.9 @renovate[bot] (#63)
- Update dependency pl.allegro.tech.build:axion-release-plugin to v1.18.2 @renovate[bot] (#64)
- Update micronaut.gradle.plugin to v4.4.2 @renovate[bot] (#65)
- Update dependency io.micronaut.platform:micronaut-platform to v4.5.1 @renovate[bot] (#66)
- Update mikepenz/release-changelog-builder-action action to v5 @renovate[bot] (#67)
- Update dependency pl.allegro.tech.build:axion-release-plugin to v1.18.4 @renovate[bot] (#69)
- Update gradle/actions action to v4 @renovate[bot] (#68)
- Update dependency gradle to v8.10 @renovate[bot] (#70)
v0.2.3
v0.2.2
🚀 Features
- refactor Gradle scripts to centralize dependency management for the whole project into version catalog @alexey-lapin (#52)
- refactor app authentication to use Micronaut Security JWT module @alexey-lapin (#53)
🐛 Fixes
- fix Logback GraalVM jul-to-slf4j @alexey-lapin (#50)
- fix GH Action changelog generation @alexey-lapin (#54)
🚧 Chore
- feature/cleanup-heroku-leftovers @alexey-lapin (#51)
v0.2.1
What's Changed
- update OpenAPI impl, see https://realworld-backend-micronaut.onrender.com/swagger-ui
- update Gradle script to use better native image platform suffix
- update GitHub actions to trigger deploy on render
v0.2.0
What's Changed
Micronaut 4 migration and major CI upgrade:
- Micronaut 4.4.1
- Java 17 as the baseline
- Gradle 8.7
- Refactor Gradle buildSrc with convention plugins to included build
- add Gradle axion-release-plugin to calculate project version from Git tags
- modernize GitHub Actions workflow, add native image build steps for Windows and macOS
- add CI docker image build step with GHCR publishing - see packages
v0.1.2
What's Changed
This is the initial cumulative release that captures all the work done since the beginning, referred to as version v0.1, based on:
- Micronaut 3.1.4
- Java 8
- Gradle 7.3