Changelog for git-lfs-1.2.4
haskell-git-lfs (1.2.4) unstable; urgency=medium
* In guessEndpoint, when converting a http URL with a nonstandard
port to https, guess the standard https port, rather than
trying to use the same nonstandard port.
-- Joey Hess <id@joeyh.name> Tue, 18 Feb 2025 13:09:54 -0400
haskell-git-lfs (1.2.3) unstable; urgency=medium
* Expand containers bounds to allow 0.7
-- Joey Hess <id@joeyh.name> Mon, 20 Jan 2025 16:08:14 -0400
haskell-git-lfs (1.2.2) unstable; urgency=medium
* Expand aeson bounds to allow 2.2.x
* Expand text bounds to allow 2.1.x
* Expand bytestring boulds to allow 0.12
-- Joey Hess <id@joeyh.name> Thu, 01 Feb 2024 12:25:41 -0400
haskell-git-lfs (1.2.1) unstable; urgency=medium
* Expand aeson bounds to allow 2.1.x
* Expand text bounds to allow 2.0.x
-- Joey Hess <id@joeyh.name> Fri, 23 Jun 2023 13:54:30 -0400
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 <id@joeyh.name> Wed, 10 Nov 2021 13:52:11 -0400
haskell-git-lfs (1.1.2) unstable; urgency=medium
* Expand aeson bounds to allow 2.0
(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 <id@joeyh.name> 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 <id@joeyh.name> 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 <id@joeyh.name> Tue, 24 Sep 2019 18:17:54 -0400
haskell-git-lfs (1.0.0) unstable; urgency=medium
* Initial release.
-- Joey Hess <id@joeyh.name> Tue, 20 Aug 2019 21:41:55 -0400