All Versions
11
Latest Version
Avg Release Cycle
196 days
Latest Release
1433 days ago

Changelog History
Page 1

  • v0.14.0.0

    December 09, 2020
  • v0.13.0.0

    June 13, 2018
  • v0.12.0.0 Changes

    February 03, 2017
    • ๐Ÿ‘Œ improved get and post parameter handling, specifically they can be fetched independently now
    • ๐Ÿ—„ deprecate subcomponent
    • switch from path-pieces to http-api-data
    • ๐Ÿ“œ defer parsing the request body as long as possible
    • โž• add RouteM as abstract wiring monad
  • v0.11.0.0 Changes

    September 02, 2016

    ๐Ÿ‘€ For more information see https://www.spock.li/2016/08/25/shareable-apis.html

  • v0.10.0.1 Changes

    November 11, 2015
    • ๐Ÿ›  Critical bugfix in Cookie-Parsing
  • v0.10.0.0 Changes

    November 08, 2015
    • 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
    • 0๏ธโƒฃ Default responses are clean empty responses, thanks @UlfS
    • ๐Ÿ“œ Return 400 when unable to parse json body, thanks @paldepind
  • v0.9.0.1 Changes

    August 25, 2015
    • ๐Ÿ›  Possible Bugfix for #44
  • v0.9.0.0 Changes

    August 23, 2015
    • Introduced contexts. Each request now has a context which can change during request processing. This is very useful to DRY different tasks like authentication and make them more typesafe. The old API remains unchanged by this. For usage examples see the funblog project and read the blog post
      • Added ActionCtxT and SpockActionCtx
      • Added SpockCtxT and SpockCtxM
      • Added getContext and runInContext
      • Added prehook
    • Safe SessionId generation
    • โž• Added SessionHooks
    • โž• Added reqMethod to get the current request method
    • โž• Added PCNoDatabase
  • v0.8.1.0 Changes

    August 12, 2015
    • mapAllSessions function
    • โž• add README.md to cabal package
  • v0.8.0.0 Changes

    August 09, 2015
    • ๐Ÿ›  Fix bug for HTTP Headers that can occur multiple times ( #42 )
    • ๐Ÿ”ง Simplify spock configuration using a general SpockCfg type with a reasonable defaultSpockCfg
    • 0๏ธโƒฃ Request-Body size limiting (Default for spockT: disabled, default for defaultSpockCfg: 5MB)
    • Homepage switched to SSL ( #33 )