Skip to content

Releases: micronaut-projects/micronaut-starter

Micronaut Launch 2.0.1

29 Jul 18:38
Compare
Choose a tag to compare

v2.0.1 (2020-07-29)

Full Changelog

Implemented enhancements:

  • Generate basic k8s service config when selecting kubernetes feature #355
  • Update MacPorts Portfile #147

Fixed bugs:

  • Homebrew release for 2.0.1 and release process broken #361
  • Chocolatey release not published for 2.0.1 and release process broken #360
  • Swagger UI doesn't load openapi.yml file #329
  • Java 8 Maven Projects fail with 2.0.1 Build Snapshot (invalid flag: --release) #320

Closed issues:

  • Rename kubernetes to kubernetes-config #353
  • Generated project template for Gradle, Kotlin, google-cloud-function (HTTP) results in a Not Found response for the /hello path #338
  • Cleanup Micrometer Feature Titles #321
  • Application classes should pass args to Micronaut.run #317
  • Homebrew install failed on OSX Catalina #313
  • Add support for gradle kotlin dsl files #297
  • "mn --version" prints incorrect JVM version (1.8.0_252 instead of 11.0.6) #293
  • SSL error on Micronaut Launch page prevents usage #291

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator

Micronaut Launch 2.0.0

26 Jun 14:21
Compare
Choose a tag to compare

v2.0.0 (2020-06-25)

Full Changelog

Implemented enhancements:

  • Update Homebrew formula #145

Closed issues:

  • Get the Micronaut versions from API endpoints, instead of hardcoding them #289

* This Changelog was automatically generated by github_changelog_generator

Micronaut Launch 2.0.0.RC2

22 Jun 13:29
Compare
Choose a tag to compare
Pre-release

v2.0.0.RC2 (2020-06-19)

Full Changelog

Implemented enhancements:

  • Create a Chocolatey package #146

Closed issues:

  • create acme related commands #53

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator

Micronaut Launch v2.0.0.RC1

16 Jun 11:03
Compare
Choose a tag to compare
Pre-release

v2.0.0.RC1 (2020-06-01)

Full Changelog

Implemented enhancements:

  • Add Multitenancy GORM features #260
  • Add multitenancy feature #259
  • del security-session login Success urls #242
  • security-session should not enable logout endpoint #241
  • security-session should not enable login endpoint #240
  • security-session should set login-handler: session #239
  • security-jwt should not enable endpoints #238
  • security-jwt should set login-handler: bearer #237
  • Currently Azure Functions only support Java 8. #221
  • Add MySQL feature #211
  • New Feature: Add HOCON configuration support #160
  • Feature snippet #129

Fixed bugs:

  • testImplementation uses platform instead of enforcedPlatform #255
  • Creating Azure/GCP function results in an app with Lambda stuff in it #244
  • Micronaut ktor not starting up. #235
  • KTOR feature doesn't add a KTOR server #232
  • Generating a Kotlin application with KTOR results in an Application class for java #231
  • feature security-session does not add micronaut-security-annotations #226
  • feature micronaut-security-oauth2 does not add micronaut-security-annotations #225
  • security-ldap feature does not include micronaut-security-annotations #224
  • security-jwt feature does not include micronaut-security-annotations #223
  • Creating a servless app with azure function brings aws-lambda dependencies and code #220
  • Disable Jansi for Windows #206

Closed issues:

  • Missing security feature #254
  • Links in the readme.md are incorrect. #233
  • Can't download AWS 2.0.0.M3 - incorrect BOM version #228
  • Selecting Groovy, Mongo and GORM produces invalid applications #218
  • Vertx MySQL defaults to incorrect port #213
  • Rename Stackdriver #212
  • Remove Micronaut Prefix from Application Type #209
  • Remove extra left padding of columns #208
  • Improve build speed by splitting tests #207
  • Scrollbar hidden #203
  • Support the Micronaut 2.0.0 snapshot #202
  • Read default Micronaut Version from API #201
  • Only allow to use graalvm feature with JDK8 or JDK11 #198
  • UI: The octacat icon is blury compared to the others. Noticeble on high res display #197
  • UI: Text in buttons is cut in mobile #195
  • UI: Add Tooltips to Button #188
  • Sort by category #183
  • Create new API category for openapi and graphql #182
  • Add kotlin-runtime when Kotlin is selected #159
  • [feature] include documentation URLs #154
  • Perform dry run of release process #109

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator

Micronaut Launch 2.0.0.M3

30 Apr 13:49
Compare
Choose a tag to compare
Pre-release
  • Initial Release