Releases: mirage/ocaml-github
Releases · mirage/ocaml-github
4.4.1
4.4.0
CHANGES:
- Fixes to odoc warnings and cohttp dependencies (@Aaylor #244)
- Support cohttp 4.0. (@tmcgilchrist #257)
- Support for 4.12 and fixing recent compiler warnings (@tmcgilchrist #246 #252 and @emillon #250 #247 #251)
- Add a new package
github-data
which contains just the serialisation logic
without a dependency on the web stack (#248 @emillon) - Add Github checks API support (#249 @tmcgilchrist)
- Label field missing in branch refs for ghost (@dra27 and @tmcgilchrist #256)
- Get all commits for user/repo (@Stevendeo #245)
4.3.2
CHANGES:
- Fix authentication on POST/PATCH/PUT requests. (#242 @Aaylor)
- Add support for statistics endpoint. (#240 @tmcgilchrist)
- Add support for listing organization's repository. (#239 @tmcgilchrist)
- Remove the dependency
lambda-term
, which was only used to read password, for
the packagegithub-unix
. (#238 @emillon) - Add the field
committer
in the datatypegit_commit
. (#235 @Aaylor)
4.3.1
4.3.0
4.2.0
4.1.0
4.0.0
3.1.0
3.1.0 (2018-02-14)
- Make contributor stats author field nullable (#211, @rvantonder)
- Support OCaml 4.06 by enabling
-safe-string
compatibility (#212, @jpdeplaix) - Add support for repository issue search (#196, @avsm and @samoht)
- TLS isn't a hard dependency of githug (#208, @rgrinberg)
Version 3 patch
3.0.1 (2017-08-01):
- Update to work with latest cohttp (#205 from @rgrinberg)
- Fix atdgen JSON codec generation bug in 3.0.0 (#205)
- Remove deprecated Hook module (#206)