Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
FieryCod committed Sep 14, 2021
1 parent 87d7ebc commit 99564b7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 1,6 @@
# Changelog

## 0.5.0 unreleased
## 0.5.0

**Rationale**
https://github.com/FieryCod/holy-lambda/discussions/68
Expand Down Expand Up @@ -30,11 30,12 @@ https://github.com/FieryCod/holy-lambda/discussions/68
- [holy-lambda] Remove interceptors support. For API's user can easily integrate Holy Lambda with ring or pedestal. The adapters for the mentioned libraries will be published soon.
- [docker] New compatible `fierycod/graalvm-native-image` images:
- :ce - GraalVM CE 21.2.0
- :dev - GraalVM DEV 21.3.0-dev_20210817_2030
- [bb layer] Layer version matches the holy-lambda version. New release 0.5.0 includes the latest babashka 0.5.1. Layer should be deployed via serverless repository deploy button:
- :dev - GraalVM DEV 21.3.0-dev-20210910_2147
- [bb layer] Layer version matches the holy-lambda version. New release 0.5.1 includes the latest babashka 0.6.1. Layer should be deployed via serverless repository deploy button:
https://serverlessrepo.aws.amazon.com/applications/eu-central-1/443526418261/holy-lambda-babashka-runtime
- Fix Clojure tools warnings, about not existing `.jar` file
- Don't re-download HL tasks in CI environments
- New documentation

## 0.2.3 (14-07-2021)
- [bb tasks] Add support for passing arguments to commands in `--` style.
Expand Down
7 changes: 7 additions & 0 deletions docs/resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 16,13 @@
#### AWS Lambda
- [Clojure on official Java runtime](https://aws.amazon.com/blogs/compute/clojure/)
- [AWS official AWS Lambda blog](https://aws.amazon.com/blogs/compute/category/compute/aws-lambda/)
- [The best blog about GraalVM & Java & AWS Lambda](https://www.graalvmonlambda.com/)
- Bulding well architected serverless applications
- [Optimizing cost](https://aws.amazon.com/blogs/compute/building-well-architected-serverless-applications-optimizing-application-costs/)
- Optimizing Performance
- [Part 1](https://aws.amazon.com/blogs/compute/building-well-architected-serverless-applications-optimizing-application-performance-part-1/)
- [Part 2](https://aws.amazon.com/blogs/compute/building-well-architected-serverless-applications-optimizing-application-performance-part-2/)
- [Part 3](https://aws.amazon.com/blogs/compute/building-well-architected-serverless-applications-optimizing-application-performance-part-3/)

#### Clojure backend
- [Tiered Compilation](https://aws.amazon.com/blogs/compute/increasing-performance-of-java-aws-lambda-functions-using-tiered-compilation/)

0 comments on commit 99564b7

Please sign in to comment.