Releases: mirage/ocaml-git
Releases · mirage/ocaml-git
3.17.0
3.16.1
3.16.0
CHANGES:
- Adapt
ocaml-git
tomirage-flow.4.0.0
(@hannesm, #634) - Improve the documentation (@Leonidas-from-XIV, #635)
- Explicitely add
unix
as a dependency of some ocaml-git's targets (@dinosaure, b2288c2)
3.15.0
CHANGES:
- Update unikernels (@hannesm, #621)
- Extend the Smart protocol with
have
andwant
(@plangesd, @dinosaure, #626) - Rename function to get capabilities from the client and the server (@Julow, #627)
- Extend the Smart protocol with a possible
done
or aflush
(@plangesd, #628) - Extend the Smart protocol with
ack
and handle empty request (@plangesd, @Julow, #629) - Add missing new lines for the server side (@plangesd, #630)
- Be more cooperative with other services (like
http
) when we clone (@dinosaure, @hannesm, #631)
0.7.1
CHANGES:
- Add a
Lwt.pause
to insert a cooperative point when we verify a PACK file (@dinosaure, @hannesm, #631)
3.14.0
CHANGES:
- Fix tests with
git.2.41.0+
(@metanivek, #622) - Fix raw parsing in the middle of the buffer (@metanivek, #623)
0.7.0
CHANGES:
- Extend the API with the ability to choose the compression level (@dinosaure, #616)
- Extend the API about
*.idx
file and be able to map entries (@dinosaure, #619)
3.13.0
3.12.0
CHANGES:
- Export a new function to close file-descriptors for PACK file (for git-unix)
(@dinosaure, @emillon, @moyodiallo, #590)