Releases: morty-faas/cli
Releases · morty-faas/cli
v1.2.0-RC2
This release is a candidate for future major release v1.2.0
. More improvements, fixes and features will be added in the future through another candidate release.
Highligths
- New
version
command printing useful information for debugging purposes - In verbose mode, timing are displayed for the
invoke
function
What's Changed
Features
- Add version command @thomasgouveia (#9)
- chore(invoke): dumps http timing headers @alexandrebrg (#10)
Full Changelog: v1.2.0-RC1...v1.2.0
v1.2.0-RC1
This release is a candidate for future major release v1.2.0
. More improvements, fixes and features will be added in the future through another candidate release.
Highlights
- 🚀 Ensure compatibility with Morty v1.1.0-RC1 to be able to version functions
What's Changed
Features
- Update commands to be able to version function @thomasgouveia (#8)
Full Changelog: v1.1.0...v1.2.0
v1.1.0
What's Changed
- chore: bump github.com/spf13/cobra from 1.6.1 to 1.7.0 @dependabot (#4)
Features
- Use the OpenAPI Registry client to interact with it @thomasgouveia (#6)
- Rename Gateway to Controller @thomasgouveia (#5)
Documentation
- doc: add oneliner install script to the doc @mflagey (#3)
Full Changelog: v1.0.3...v1.1.0
v1.0.3
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)
v1.0.0
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)