Releases: morty-faas/alpha
Releases · morty-faas/alpha
v1.0.2
v1.0.1
Previously, when the backend crashed, a 502 Bad Gateway was returned but without any details. Now, we return an InstrumentedResponse
with a state
attribute. Also, execution logs are returned so the end user can analyze the behavior or the process.
Full Changelog: v1.0.0...v1.0.1
v1.0.0
This first release bring the basic functionalities of Alpha and is stable enough to be released
v0.2.4
If JSON unmarshal fails for the function response, fallback to text by default
Full Changelog: v0.2.3...v0.2.4
v0.2.3
What's Changed
- Use config package and clean up useless files by @thomasgouveia in #18
Full Changelog: v0.2.2...v0.2.3
v0.2.2
Full Changelog: v0.2.1...v0.2.2
v0.2.1
Move to YAML config
v0.2.0
What's Changed
- Add process metadata in response by @thomasgouveia in #16
Full Changelog: v0.1.0...v0.2.0
v0.1.0
What's Changed
- feat: change function runtime behaviour by @mflagey in #12
- refactor: update code and add comments for clarity by @thomasgouveia in #15
- feat(#5): add configuration by @jlabatut in #13
New Contributors
Full Changelog: v0.0.1...v0.1.0
MVP
This release contains the MVP version of the agent.