Releases: zotonic/cowmachine
Releases · zotonic/cowmachine
1.8.1
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
Use logger for logging.
What's Changed
Full Changelog: 1.7.1...1.8.0
1.7.1
Fix a problem where an illegal query string value could give a crash instead of a 400 error. #28
1.7.0
Fix a problem with streaming from devices.
Upgrade cowboy to 2.9.0
Upgrade zotonic_stdlib to 1.5.9
1.6.3
Enable per frame compression on Websocket connections.
1.5.1
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.