Hackage Version 0.10.0.0
- Introduce
sessionRegenerateId
to prevent session fixation attacks - Fix bug in
SafeAction
s which could lead to invalid urls - Possibility to start Spock without port startup banner
- Allow lower level handling of HTTP-Auth data using
withBasicAuthData
Community contributions
- Improved cookie handling, thanks @nmk
- Default responses are clean empty responses, thanks @UlfS
- Return 400 when unable to parse json body, thanks @paldepind