Skip to content

Commit

Permalink
Release Micronaut 1.1.0.M1
Browse files Browse the repository at this point in the history
  • Loading branch information
graemerocher committed Feb 12, 2019
1 parent 5502d46 commit b2f9ff2
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 11 deletions.
20 changes: 10 additions & 10 deletions bom/profiles.properties
@@ -1,10 +1,10 @@
base=1.1.0.BUILD-SNAPSHOT
service=1.1.0.BUILD-SNAPSHOT
kafka=1.1.0.BUILD-SNAPSHOT
grpc=1.1.0.BUILD-SNAPSHOT
cli=1.1.0.BUILD-SNAPSHOT
profile=1.1.0.BUILD-SNAPSHOT
federation=1.1.0.BUILD-SNAPSHOT
function=1.1.0.BUILD-SNAPSHOT
function-aws=1.1.0.BUILD-SNAPSHOT
function-aws-alexa=1.1.0.BUILD-SNAPSHOT
base=1.1.0.M1
service=1.1.0.M1
kafka=1.1.0.M1
grpc=1.1.0.M1
cli=1.1.0.M1
profile=1.1.0.M1
federation=1.1.0.M1
function=1.1.0.M1
function-aws=1.1.0.M1
function-aws-alexa=1.1.0.M1
2 changes: 1 addition & 1 deletion gradle.properties
@@ -1,4 +1,4 @@
projectVersion=1.1.0.BUILD-SNAPSHOT
projectVersion=1.1.0.M1
projectGroupId=io.micronaut
title=Micronaut
projectDesc=Natively Cloud Native
Expand Down
5 changes: 5 additions & 0 deletions src/main/docs/guide/whatsNew.adoc
Expand Up @@ -49,6 +49,11 @@ mn create-app helloworld --profile grpc --lang java --build gradle
----
====

=== Cold Start and Performance Improvements

Micronaut 1.1 cold start performance has been improved through a variety of optimizations including compilation time indexing of common bean types. Users should see superior cold start performance for both Microservices and Functions.


=== AWS API Gateway Proxy Support

Support for AWS API Gateway Proxy has been added allowing AWS Lambda's to be defined as regular controllers. See the documentation on https://micronaut-projects.github.io/micronaut-aws/latest/guide/#apiProxy[AWS API Gateway Proxy Support] for more information and links to examples.
Expand Down

0 comments on commit b2f9ff2

Please sign in to comment.