Releases: micronaut-projects/micronaut-core
Micronaut 1.1.0 Milestone 1
- Release Notes:
https://docs.micronaut.io/1.1.x/guide/index.html#whatsNew - Issues Closed: https://github.com/micronaut-projects/micronaut-core/milestone/10?closed=1
NOTICE: It can take a while for all the dependencies to arrive to Maven Central and JCenter, if you are having dependency resolution issues add the following repository:
repositories {
maven {
url "https://dl.bintray.com/micronaut/core-releases-local"
}
}
Micronaut 1.0.4
- Release Notes:
https://docs.micronaut.io/1.0.4/guide/index.html#whatsNew - Issues Closed: https://github.com/micronaut-projects/micronaut-core/milestone/13?closed=1
NOTICE: It can take a while for all the dependencies to arrive to Maven Central and JCenter, if you are having dependency resolution issues add the following repository:
repositories {
maven {
url "https://dl.bintray.com/micronaut/core-releases-local"
}
}
Micronaut 1.0.3
- Release Notes:
https://docs.micronaut.io/1.0.3/guide/index.html#whatsNew - Issues Closed: https://github.com/micronaut-projects/micronaut-core/milestone/12?closed=1
NOTICE: It can take a while for all the dependencies to arrive to Maven Central and JCenter, if you are having dependency resolution issues add the following repository:
repositories {
maven {
url "https://dl.bintray.com/micronaut/core-releases-local"
}
}
Micronaut 1.0.2
- Release Notes:
https://docs.micronaut.io/1.0.2/guide/index.html#whatsNew - Issues Closed: https://github.com/micronaut-projects/micronaut-core/milestone/11?closed=1
NOTICE: It can take a while for all the dependencies to arrive to Maven Central and JCenter, if you are having dependency resolution issues add the following repository:
repositories {
maven {
url "https://dl.bintray.com/micronaut/core-releases-local"
}
}
Micronaut 1.0.1
- Release Notes:
https://docs.micronaut.io/1.0.1/guide/index.html#whatsNew - Issues Closed: https://github.com/micronaut-projects/micronaut-core/milestone/9
- Graeme's blog: https://objectcomputing.com/news/2018/11/13/spring-boot-micronaut-ahead-time-compilation
NOTICE: It can take a while for all the dependencies to arrive to Maven Central and JCenter, if you are having dependency resolution issues add the following repository:
repositories {
maven {
url "https://dl.bintray.com/micronaut/core-releases-local"
}
}
Micronaut 1.0.0 RC3
- Release Notes:
https://docs.micronaut.io/1.0.0.RC3/guide/index.html#whatsNew - Issues Closed: https://github.com/micronaut-projects/micronaut-core/milestone/8?closed=1
- Breaking Changes: https://docs.micronaut.io/1.0.0.RC3/guide/index.html#breaks
- Graeme's Blog: https://objectcomputing.com/news/2018/10/16/micronaut-10-rc3
NOTICE: It can take a while for all the dependencies to arrive to Maven Central and JCenter, if you are having dependency resolution issues add the following repository:
repositories {
maven {
url "https://dl.bintray.com/micronaut/core-releases-local"
}
}
Micronaut 1.0.0 RC2
- Release Notes:
https://docs.micronaut.io/1.0.0.RC2/guide/index.html#whatsNew - Issues Closed: https://github.com/micronaut-projects/micronaut-core/milestone/7?closed=1
- Breaking Changes: https://docs.micronaut.io/1.0.0.RC2/guide/index.html#breaks
- Graeme's Blog: https://objectcomputing.com/news/2018/10/08/micronaut-10-rc2
NOTICE: There is a temporary synchronization problem between bintray and jcenter. If you are having trouble resolving the websocket
dependency please add the following repo until it is resolved:
repositories {
maven {
url "https://dl.bintray.com/micronaut/core-releases-local"
}
}
Micronaut 1.0.0 RC1
- Release Notes:
https://docs.micronaut.io/1.0.0.RC1/guide/index.html#whatsNew - Issues Closed: https://github.com/micronaut-projects/micronaut-core/milestone/5?closed=1
- Breaking Changes: https://docs.micronaut.io/1.0.0.RC1/guide/index.html#breaks
- Graeme's Blog: https://objectcomputing.com/news/2018/09/30/micronaut-1-rc1
Micronaut 1.0.0 M4
- Release Notes:
https://docs.micronaut.io/1.0.0.M4/guide/index.html#whatsNew - Issues Closed: https://github.com/micronaut-projects/micronaut-core/milestone/4?closed=1
- Breaking Changes: https://docs.micronaut.io/1.0.0.M4/guide/index.html#breaks
Micronaut 1.0.0 M3
- Release Notes:
https://docs.micronaut.io/1.0.0.M3/guide/index.html#whatsNew - Issues Closed: https://github.com/micronaut-projects/micronaut-core/milestone/3?closed=1
- Breaking Changes: https://docs.micronaut.io/1.0.0.M3/guide/index.html#breaks
Special thanks to @remkop for improvements to the Micronaut CLI based on PicoCLI