Skip to content

Releases: Disco-Dave/katip-wai

0.2.0.0

12 Sep 01:42
060fd48
Compare
Choose a tag to compare

Added

  • Added a Request type that contains all the info about a request including its trace id.
  • Added a Response type that contains info about a response, including how long it took the server to respond.
  • traceRequest to convert from a Network.Wai.Request to a Request.
  • traceResponse to convert from a Network.Wai.Response to a Response.
  • Added the Options type, which provides more flexibility to customize how the request and response are handled.
  • Added more formatting options for both the request and response.
  • Added middlewareCustom for full customization.

Changed

  • The default formats used by middleware have been changed. See defaultRequestFormat and defaultResponseFormat for the new formats.

Removed

  • middlewareWithFormatter has been removed. Please use middlewareCustom instead.

0.1.2.4

17 May 00:02
Compare
Choose a tag to compare

Fixed

  • Increased upper bound for network

0.1.2.3

01 Jan 21:41
Compare
Choose a tag to compare

Fixed

  • Increased upper bound for text
  • Increased upper bound for bytestring

0.1.2.2

29 Jun 21:18
Compare
Choose a tag to compare

Fixed

  • Increased upper bound for aeson

0.1.2.1

13 Nov 02:31
Compare
Choose a tag to compare

Adjusted version bounds

0.1.2.0

04 Jun 19:43
Compare
Choose a tag to compare

Relaxed version bounds for text.

0.1.1.0

03 Feb 00:20
Compare
Choose a tag to compare

Added an option to customize the request format when logged.

0.1.0.0

29 Dec 20:10
Compare
Choose a tag to compare

Initial release to hackage