Skip to content

Hackage Version 0.10.0.0

Compare
Choose a tag to compare
@agrafix agrafix released this 08 Nov 23:28
· 267 commits to master since this release
  • Introduce sessionRegenerateId to prevent session fixation attacks
  • Fix bug in SafeActions 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