Skip to content

Releases: morty-faas/alpha

v1.0.2

26 May 10:33
058d8aa
Compare
Choose a tag to compare
feat: forward healthcheck to underlying process

Signed-off-by: thomasgouveia <gouveia.thomas@outlook.fr>

v1.0.1

30 Apr 15:04
93ffd28
Compare
Choose a tag to compare

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

24 Apr 16:48
42a38c9
Compare
Choose a tag to compare

This first release bring the basic functionalities of Alpha and is stable enough to be released

v0.2.4

26 Mar 16:53
e0b8fc2
Compare
Choose a tag to compare

If JSON unmarshal fails for the function response, fallback to text by default

Full Changelog: v0.2.3...v0.2.4

v0.2.3

05 Mar 11:28
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.2...v0.2.3

v0.2.2

22 Feb 18:10
13fcf53
Compare
Choose a tag to compare

Full Changelog: v0.2.1...v0.2.2

v0.2.1

22 Feb 13:07
e045300
Compare
Choose a tag to compare

Move to YAML config

v0.2.0

22 Feb 12:32
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.0...v0.2.0

v0.1.0

22 Feb 09:21
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.1...v0.1.0

MVP

15 Feb 15:56
f809c1d
Compare
Choose a tag to compare
MVP

This release contains the MVP version of the agent.