Releases: mirage/ocaml-git
Releases · mirage/ocaml-git
3.7.0
CHANGES:
- Drop unneeded
mirage-protocols
dependency (@hannesm, #537) - Delete HTTP functor and use happy-eyeballs (@dinosaure, #539)
- Be compatible with
mirage-protocols.7.0.0
(@dinosaure, #541) - Use
Lwt.pause
instead ofLwt_unix.yield
(@dinosaure, #542) - Link with logs and
logs.fmt
(@MisterDA, #544)
3.6.0
CHANGES:
- Fix the documentation (@dinosaure, #534)
- Remove some output from Git when we initialize a Git repository (@dinosaure, #534)
- Fix
fmt
deprecation functions (@dinosaure, #534) - Use a warning instead of an error when a reference does not exists (@zshipko, @dinosaure, #533)
- Use the last version of
dns
(6.0.0) (@dinosaure, @hannesm, #531)
3.5.0
CHANGES:
- Fix compilation of benchmarks (@dinosaure, #516)
- Remove
paf.cohttp
dependency from MirageOS stack (@dinosaure, #519) - Use
Cstruct.length
instead ofCstruct.len
(@dinosaure. #522) - Update to
tls.0.14.0
(@dinosaure, #529)
carton-v0.4.3
CHANGES:
- Use
Cstruct.length
instead ofCstruct.len
(@dinosaure, #522) - Fix big endian support via
decompress
andcheckseum
(@dinosaure, @talex5, @tmcgilchrist, #523) - Handle huge PACK files (@dinosaure, @TheLortex, #526)
carton-v0.4.2
CHANGES:
- Fix stream of inflated contents on PACK entry (@dinosaure, @talex5, @emillon, #515, #514)
3.4.0
CHANGES:
- Fix several issues on
git-unix
(@dinosaure, @sternenseemann, #488) - Fix set of references by
git-unix
(@dinosaure, @jnavila, #490, #489) - Remove dependency with
curl
(@dinosaure, #491) - Provide
Git_unix.ctx
(@dinosaure, #493) - Update the plumbing between
carton.0.4.1
andgit
(@dinosaure, #493) - Expose information used by
Git_unix
to start a connection (@dinosaure, #498) - Add missing
fmt
andlogs
on severaldune
files (@craigfe, @dinosaure, #499) - Be able to pass threads argument when we fetch (@dinosaure, #500)
- Fix documentation on
search.ml
(@dinosaure, #501) - Be compatible with
alcotest.1.4.0
(@dinosaure, #504) - Delete
mimic
from the distribution (now available on https://github.com/dinosaure/mimic)
(@dinosaure, #505) - Fix temporary directories on unix tests (@dinosaure, #506)
- Use the
non-stream
API ofdecompress
for loose objects (@clecat, @dinosaure, #502) - Use
git-paf
andpaf.0.0.2
instead of CoHTTP (@dinosaure, #508) - Don't try to download tags implicitely (@dinosaure, #507)
- Fix bug about negotiation over HTTP connection (@dinosaure, #507)
carton-v0.4.1
CHANGES:
- Add a
sector_size
argument when we make a PACK decoder
(@dinosaure, #493, #497)
mimic-v0.0.2
CHANGES:
- Add documentation (#494, @dinosaure)
- Optimize projection of modules (#495, @dinosaure)
- Remove
hmap
dependency (which is vendored and tweaked)
(fe55e14, @dinosaure)
3.3.3
3.3.2
CHANGES:
- Fix infinite loop when we don't have enough spaces for an
inflated output (#480, @dinosaure, @Ngoguey42) - Fix bug about ephemeron/
cstruct_append
/O_TRUNC
(#481, @dinosaure)