Releases: jhipster/generator-jhipster-micronaut
Releases Β· jhipster/generator-jhipster-micronaut
v3.1.0
What's Changed
π¦ Dependency updates
- Bump dependabot/fetch-metadata from 1.6.0 to 2.0.0 (#327) @dependabot
- Bump follow-redirects from 1.15.5 to 1.15.6 (#323) @dependabot
v3.0.0
What's Changed
- Upgrade to Micronaut 4.3.4 (#320) @mraible
- Upgrade to JHipster 8.1.0 (#321) @mshima
- Add dependabot to keep dependencies up-to-date (#306) @mraible
- Fix end message to say Micronaut (#303) @mraible
- Upgrade to Micronaut 4 (#295) @mshima
- Update Copyright Headers (#297) @github-actions
- Upgrade generator-jhipster to v8.0.0 (#290 and #294) @mshima
- Upgrade generator-jhipster to 8.0.0-rc.1 (#292) @mshima
π¦ Dependency updates
- Bump ip from 2.0.0 to 2.0.1 (#300) @dependabot
- Bump vite from 5.0.5 to 5.0.12 (#299) @dependabot
- Bump follow-redirects from 1.15.3 to 1.15.4 (#298) @dependabot
- Bump vite from 4.5.0 to 5.0.5 (#296) @dependabot
- Bump @babel/traverse from 7.17.9 to 7.23.2 (#293) @dependabot
- Bump postcss from 8.4.30 to 8.4.31 (#291) @dependabot
- Bump mocha from 9.2.2 to 10.3.0 (#311) @dependabot
- Bump mocha-expect-snapshot from 3.1.0 to 7.0.1 (#317) @dependabot
- Bump prettier from 3.0.3 to 3.2.5 (#314) @dependabot
- Bump prettier-plugin-packagejson from 2.2.17 to 2.4.12 (#313) @dependabot
- Bump eslint-plugin-prettier from 5.0.1 to 5.1.3 (#310) @dependabot
- Bump eslint-plugin-mocha from 10.0.3 to 10.3.0 (#318) @dependabot
- Bump prettier-plugin-java from 1.6.1 to 2.6.0 (#316) @dependabot
- Bump eslint from 8.52.0 to 8.57.0 (#315) @dependabot
- Bump eslint-plugin-import from 2.29.0 to 2.29.1 (#319) @dependabot
- Bump peter-evans/create-pull-request from 4 to 6 (#308) @dependabot
- Bump release-drafter/release-drafter from 5 to 6 (#307) @dependabot
- Bump actions/checkout from 3 to 4 (#309) @dependabot
v2.0.0
What's Changed
- Upgrade Micronaut 2 to 3 (#267) @kevintanhongann
- Add publish workflow for releases (#284) @mraible
- Use JHipster 7.9.3 version, and eliminate the unnecessary dropwizard β¦ (#286) @gzsombor
- Add AdminUserDTO and the PublicUserResource (#216) @gzsombor
- Upgrade to generator-jhipster v7.9.3 (#282) @mshima
- Update copyright headers (#275) @github-actions
- Add copyright script (#274) @DanielFran
- Update to JHipster 7.8.1 (#265) @mshima
- Update Maven wrapper version to 3.8.2 (#257) @DanielFran
π¦ Dependency updates
- Bump ejs and ejs-lint (#283) @dependabot
- Bump semver from 5.7.1 to 5.7.2 (#277) @dependabot
- Bump http-cache-semantics from 4.1.0 to 4.1.1 (#276) @dependabot
- Bump shelljs from 0.8.4 to 0.8.5 (#260) @dependabot
- Bump hosted-git-info from 2.8.8 to 2.8.9 (#248) @dependabot
New Contributors
- @mshima made their first contribution in #265
- @github-actions made their first contribution in #275
- @kevintanhongann made their first contribution in #267
Full Changelog: v1.0.2...v2.0.0
v1.0.2
What's Changed
π Bug Fixes
- Break DI Loop in JHipsterEndSessionEndpoint (#220) (#245) @JasonTypesCodes
- tag docker image with latest and project version (#247) @atomfrede
v1.0.1
v1.0.0
What's Changed
- update readme with release relevant information (#237) @atomfrede
π Bug Fixes
- Remove use of mergeAndSave (#234) @JasonTypesCodes
- fix compilation error when using Post as entity name (#229) @atomfrede
- make profiles selection via system property possible for maven and gr⦠(#228) @atomfrede
π¦ Dependency updates
- Bump y18n from 4.0.0 to 4.0.1 (#235) @dependabot
- Updates to Micronaut 2.4.2 (#236) @JasonTypesCodes
- Update Nodejs version to 14.16.0 (#232) @DanielFran
- Updates Micronaut to 2.3.2 (#227) @JasonTypesCodes
- remove jcenter repo from maven and gradle build file (#225) @atomfrede
- Updates Redis to 6.0.10 (#226) @JasonTypesCodes
v0.8.0
What's Changed
- update template to generate logging configuration works with micronaut (#221) @poornerd
- Adds more entity types to CI (#199) (#213) @JasonTypesCodes
- Removes filtering question from entity (#210) @JasonTypesCodes
π Documentation
- Update Headers for 2021 (#217) @DanielFran
π¦ Dependency updates
- Bump micronaut 2.2.3 (#218) @agilob
- Bumps Micronaut to 2.3 (#222) @JasonTypesCodes
v0.7.0
What's Changed
- remove preview hint from prompt and readme (#207) @atomfrede
- Remove packages-to-scan (#204) @agilob
- Remove non assertj assertion (#203) @murdos
- Handle required relationships for SQL entities in integration tests (#202) @murdos
- Fix test compilation failure when using serviceClass or serviceImpl (#201) @murdos
π¦ Dependency updates
- Upgrade Micronaut to 2.2.0 (#209) @JasonTypesCodes
- Upgrade Micronaut to 2.1.3 (#206) @JasonTypesCodes
- Removes temporary Liquibase resolution strategy in Gradle builds (#192) (#205) @JasonTypesCodes
- update micronaut to 2.1.2 and micronaut data to 2.1.0 (#200) @atomfrede
v0.6.0
What's Changed
π Features & Enhancements
- Microservice support (#188) (#196) @murdos
- Consul support @murdos
- Replace deprecated test annotation (#186) @agilob
- Use micronaut-gradle plugin (#184) @agilob
- create h2 db files in gradle build dir, support h2 console-ui (#170) @atomfrede
π Documentation
- feat: build and run from Docker Support (#185) @rajpratik71
π¦ Dependency updates
- update main generator to 6.10.4 (#195) @atomfrede
- Use micronaut-cache-caffeine when cacheProvider is caffeine (#194) @gzsombor
- update micronaut to 2.1.1 (#187) @atomfrede
- Upgrade micronaut-data to 2.0.0 and micronaut-core to 2.1.0 (#183) @agilob
- update micronaut to 2.0.3 and jhipster main generator to 6.10.3 (#179) @atomfrede
- upgrade micronaut to 2.0.2 (#178) @atomfrede
v0.5.0
What's Changed
π Features & Enhancements
- activate mail sending (#177) @atomfrede
π Bug Fixes
- Adding missing imports (#173) @amatosg
- do not load faker data in prod environment (#169) @atomfrede