v1.0.3
github-actions
released this
25 Apr 07:01
·
14 commits
to refs/heads/main
since this release
What's Changed
- Get runtimes from cli @leofvo (#39)
- Improve function creation using CLI @thomasgouveia (#37)
- feat: add logger @thomasgouveia (#36)
- feat: add configuration to the CLI @thomasgouveia (#35)
- 32 enhancement remove workspace folder and build name @JeremyLARDENOIS (#33)
- feat: Implement rust runtime @JeremyLARDENOIS (#30)
- refactor: optimize code and support relative working dir @leofvo (#31)
- feat: create and handle .morty/config.json @JeremyLARDENOIS (#23)
- fix: check if user is root in build command and update doc @mflagey (#29)
- feat: support go runtime @leofvo (#22)
- docs: update readme to fit new registry @leofvo (#25)
- refactor: use custom registry to store rootfs @leofvo (#24)
- refactor: change build function to match new needs @mflagey (#21)
- fix: refuse function name with space @JeremyLARDENOIS (#18)
- feat: add ext4 image upload after build @mflagey (#9)
- feat: revert changes if template fetching fail @leofvo (#15)
- feat: add dynamic rootfs size @croumegous (#12)
Features
- feat: Use Morty APIs SDK @thomasgouveia (#59)
- feat: function list @MaloPolese (#57)
- feat: add param flag @mflagey (#56)
- feat: add support for JSON Path queries (#53) @thomasgouveia (#54)
- Update commands to use SDKs @thomasgouveia (#45)
- Add invoke command and create client SDKs @thomasgouveia (#41)
- feat(verbose): add verbose flag on cli @leofvo (#44)
- Add semantic release @leofvo (#42)
- feat: update build command to push and create function in Morty @jlabatut (#40)
- feat: create function from cli @leofvo (#10)
Fixes
- Update list functions payload from Gateway @thomasgouveia (#58)
- fix: add error handling to resourceUri deserialization @mflagey (#52)
- fix: sanitize url when context is added @mflagey (#50)
- fix: update invoke function parsing to JSON native string @thomasgouveia (#47)
Documentation
- Add quick start guide @thomasgouveia (#43)