@hackage / servant-auth-client

servant-client/servant-auth compatibility

Latest0.4.10.0

Changelog

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to PVP Versioning.

[Unreleased]

[0.4.10.0] - 2026-06-20

  • Support for 'ram' dependency. #1888
  • Bump lower dependency bounds. #1876

[0.4.2.0] - 2024-08-28

  • Allow newer versions of dependencies (QuickCheck, jose, warp, bytestring, etc.) and compiler.
  • Use aroundAll instead of around. #1694

[0.4.1.0] - 2020-10-06

  • Support generic Bearer token auth

[0.4.0.0] - 2019-03-08

Changed

  • #145 Support servant-0.16 in tests @domenkozar
  • #145 Drop GHC 7.10 support @domenkozar

[0.3.3.0] - 2018-06-18

Added
  • Support for GHC 8.4 by @phadej
  • Support for servant-0.14 by @phadej
  • Changelog by @domenkozar