All Versions
11
Latest Version
Avg Release Cycle
196 days
Latest Release
1433 days ago
Changelog History
Page 1
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
tohttp-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
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
- 0๏ธโฃ Default responses are clean empty responses, thanks @UlfS
- ๐ Return 400 when unable to parse json body, thanks @paldepind
- Introduce
-
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
andSpockActionCtx
- Added
SpockCtxT
andSpockCtxM
- Added
getContext
andrunInContext
- Added
prehook
- Added
- Safe SessionId generation
- โ Added
SessionHooks
- โ Added
reqMethod
to get the current request method - โ Added
PCNoDatabase
- 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
-
v0.8.1.0 Changes
August 12, 2015mapAllSessions
function- โ add
README.md
to cabal package
-
v0.8.0.0 Changes
August 09, 2015