haskell-git-lfs (1.2.0) unstable; urgency=medium * Avoid blindly copying over Content-Encoding and Transfer-Encoding headers provided by the git-lfs server. This fixes interoperation with gitlab's implementation of the git-lfs protocol, which sends Transfer-Encoding chunked. * uploadOperationRequests changed to provide a ServerSupportsChunks value when constructing the RequestBody. This allows using Transfer-Encoding chunked when the server supports it. (API change) -- Joey Hess Wed, 10 Nov 2021 13:52:11 -0400 haskell-git-lfs (1.1.2) unstable; urgency=medium * Expand aeson bounds to allow 2.x (This may fix a DOS attack, although any impact on git-lfs has not been determined.) * Expand containers bounds to allow 0.5.x -- Joey Hess Mon, 18 Oct 2021 16:20:25 -0400 haskell-git-lfs (1.1.1) unstable; urgency=medium * Expand aeson bounds to allow 1.5.x * Expand http-client bounds to allow 0.7.x * Improve other bounds that were too relaxed. -- Joey Hess Thu, 19 Nov 2020 12:11:00 -0400 haskell-git-lfs (1.1.0) unstable; urgency=medium * Added modifyEndpointRequest, which can be used to make an Endpoint use http basic authentication. * startTransferRequest no longer generates a Maybe Request. (API change) -- Joey Hess Tue, 24 Sep 2019 18:17:54 -0400 haskell-git-lfs (1.0.0) unstable; urgency=medium * Initial release. -- Joey Hess Tue, 20 Aug 2019 21:41:55 -0400