Releases: spatocode/jerm
Releases · spatocode/jerm
v0.1.3
What's Changed
- Fix: pass correct function name to Invoke API by @spatocode in #15
- Workflow for auto release of binaries by @spatocode in #16
Full Changelog: v0.1.2...v0.1.3
v0.1.2
What's Changed
- Configure Jerm whenever jerm.json missing by @spatocode in #14
Full Changelog: v0.1.1...v0.1.2
v0.1.1
v0.1.0
Features
- Deploy apps to AWS Lambda
- First hand support for Django and Go
- Undeploy a deployed application
- Show deployment logs
- Runs Django management command through function invocation
- Rolls back to the previous versions of the deployment
What's Changed
- Display operation duration and enhance log by @spatocode in #6
- Optimizations by leveraging go concurrency by @spatocode in #5
- Fix build size miscalculation by @spatocode in #7
- Add Workflow by @spatocode in #8
- Refactor runtime configurations by @spatocode in #9
- Support verbose logging by @spatocode in #2
- [FEATURE] .jermignore for ignoring files during packaging by @spatocode in #3
- Enable prompt for configuration by @spatocode in #4
- Support invoking django management command by @spatocode in #1
New Contributors
- @spatocode made their first contribution in #1
Full Changelog: v0.0.2...v0.1.0