Skip to content

Releases: zotonic/cowmachine

1.8.1

08 Feb 13:22
3cb0238
Compare
Choose a tag to compare

What's Changed

  • Remove catch on decision flow crashes, let cowmachine handle it. by @mworrell in #31

Full Changelog: 1.8.0...1.8.1

1.8.0

02 Feb 14:05
816d130
Compare
Choose a tag to compare

Use logger for logging.

What's Changed

Full Changelog: 1.7.1...1.8.0

1.7.1

04 Jan 15:22
290d5f2
Compare
Choose a tag to compare

Fix a problem where an illegal query string value could give a crash instead of a 400 error. #28

1.7.0

16 Nov 10:33
Compare
Choose a tag to compare

Fix a problem with streaming from devices.

Upgrade cowboy to 2.9.0
Upgrade zotonic_stdlib to 1.5.9

1.6.3

11 Oct 10:26
Compare
Choose a tag to compare

Enable per frame compression on Websocket connections.

1.5.1

11 Jan 14:00
Compare
Choose a tag to compare

Add on_handled callback option. Triggered after processing, but before sending the response.

Allows for checking the handling result and modifying the response before it is sent.