Skip to content

Commit

Permalink
Version bump for #514
Browse files Browse the repository at this point in the history
  • Loading branch information
snoyberg committed Aug 21, 2023
1 parent dbd5bef commit cf07659
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions http-client/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog for http-client

## 0.7.14

* Allow customizing max header length [#514](https://github.com/snoyberg/http-client/pull/514)

## 0.7.13

* Create the ability to redact custom header values to censor sensitive information
Expand Down
2 changes: 2 additions & 0 deletions http-client/Network/HTTP/Client/Types.hs
Original file line number Diff line number Diff line change
Expand Up @@ -884,6 +884,8 @@ data StreamFileStatus = StreamFileStatus
deriving (Eq, Show, Ord, T.Typeable)

-- | The maximum header size in bytes.
--
-- @since 0.7.14
newtype MaxHeaderLength = MaxHeaderLength
{ unMaxHeaderLength :: Int
}
Expand Down
2 changes: 1 addition & 1 deletion http-client/http-client.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: http-client
version: 0.7.13.1
version: 0.7.14
synopsis: An HTTP client engine
description: Hackage documentation generation is not reliable. For up to date documentation, please see: <http://www.stackage.org/package/http-client>.
homepage: https://github.com/snoyberg/http-client
Expand Down

0 comments on commit cf07659

Please sign in to comment.