Releases: morty-faas/morty
Releases · morty-faas/morty
v1.1.0-RC2
This release is a candidate for future major release v1.1.0
. More improvements, fixes and features will be added in the future through another candidate release.
Highlights
- New timing analytics (for function invocation)
- New server metadata endpoint
What's changed
Features
- feat(controller): add invoke timing in response @alexandrebrg (#26)
- Add server metadata endpoint @thomasgouveia (#24)
Documentation
- feat(controller): add invoke timing in response @alexandrebrg (#26)
- Add server metadata endpoint @thomasgouveia (#24)
Full Changelog: v1.1.0-RC1...v1.1.0
v1.1.0-RC1
This release is a candidate for future major release v1.1.0
. More improvements, fixes and features will be added in the future through another candidate release.
What's changed
- Add metrics instrumentation to Morty @thomasgouveia (#13)
- Download runtimes at build time @kalil-pelissier (#17)
- Fix Go issues after first golangci lint @thomasgouveia (#8)
Features
- Introduce function versioning @thomasgouveia (#11)
Documentation
- Introduce function versioning @thomasgouveia (#11)
Dependencies
7 changes
- chore: bump github.com/aws/aws-sdk-go-v2/config from 1.18.22 to 1.18.24 @dependabot (#19)
- chore: bump github.com/redis/go-redis/v9 from 9.0.3 to 9.0.4 @dependabot (#20)
- chore: bump github.com/docker/docker from 23.0.5+incompatible to 23.0.6+incompatible @dependabot (#21)
- chore: bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.33.0 to 1.33.1 @dependabot (#22)
- chore: bump github.com/prometheus/client_golang from 1.15.0 to 1.15.1 @dependabot (#18)
- chore: bump github.com/docker/docker from 23.0.4+incompatible to 23.0.5+incompatible @dependabot (#14)
- chore: bump github.com/opencontainers/runc from 1.1.4 to 1.1.5 @dependabot (#5)
Full Changelog: v1.0.0...v1.1.0
v1.0.0
This first release bring the basic functionalities of Morty, and is stable enough to be released. You can learn more about Morty in the documentation https://morty-faas.github.io.
What features are available ?
- Create basic functions and invoke them
- Keep instances warm for 15 minutes
- Build functions and access images through the registry