Skip to content

Releases: mirage/ocaml-github

4.5.1

19 Dec 12:28

Choose a tag to compare

CHANGES:

4.5.0

23 Aug 13:08

Choose a tag to compare

CHANGES:

4.4.1

26 Jan 05:17
d0d486a

Choose a tag to compare

CHANGES:

  • Fix older versions of github can be co-installed with github-data (@dra27 #261)
  • Fix github transitively depends on jsoo (@tmcgilchrist #262)

4.4.0

21 Jul 03:56
a5919eb

Choose a tag to compare

CHANGES:

4.3.2

21 Sep 10:48

Choose a tag to compare

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 package github-unix. (#238 @emillon)
  • Add the field committer in the datatype git_commit. (#235 @Aaylor)

4.3.1

18 Aug 14:14

Choose a tag to compare

CHANGES:

  • Fix a bug introduced by #228, by adding a default value when user_type is
    not defined (#232 @Aaylor)
  • Do not print errors on stderr. (#234 @emillon)

4.3.0

07 Feb 17:57

Choose a tag to compare

CHANGES:

  • Remove deprecated authentication method as GitHub has removed
    support for it (#230 @Aaylor)
  • Reintroduce user_type to distinguish organisations and
    users (#228 @Aaylor)

4.2.0

17 Jun 20:43

Choose a tag to compare

CHANGES:

  • Add repository permissions support (#226 @Aaylor)
  • Regenerate opam files automatically via dune-project (#227 @avsm)

4.1.0

04 Jun 11:12
e1884e3

Choose a tag to compare

CHANGES:

  • Add the interface for /user/orgs (#222 @Aaylor)
  • Switch to dune-release instead of topkg (#224 @avsm)
  • Do not use deprecated Yojson.Safe.json (#224 @avsm)
  • Support lambda-term/zed 2.0.0 interfaces (#224 @avsm)
  • Use wrapped js_of_ocaml 3.4.0 interfaces (@avsm)

4.0.0

12 Dec 10:57

Choose a tag to compare

CHANGES:

  • Port to latest Atd 2.0.0 interfaces (#218 by @mjambon and @avsm)
  • Port build system to Dune (@avsm)
  • Properly expose the GitHub JavaScript library and fix dependencies (#216 by @samoht)
  • Add pull.merge_commit_sha (#217 from @AltGr)
  • Convert local opam files to the 2.0 format. (@avsm)