Releases: mirage/ocaml-github
Releases · mirage/ocaml-github
Add `git-sync-releases` and `git upload-release` binaries
This helps to synchronize Release metadata across two GitHub forks, and upload binary files to a Release.
Deployment key and POSIX thread safety
0.8.2 (2014-04-01):
- Remove use of
Re_strto add POSIX thread safety. - Add deployment key support in the
Deploy_keymodule.
Add new oAuth scopes
v0.8.1 fix travis
Latest cohttp support and stability improvements
- Port to cohttp.0.10.x interfaces.
- Make the
notefield in oAuth token creation mandatory to reflect GitHub API. - Pull requests are now allowed to have
nullbodys (#31).
Better toplevel and logging support
Releases support, more scopes and better debug control
- Add a User.repos call to list a users repositories.
- Change repo type such that the field 'pushed_at' is now an option type.
- Accept optional page argument in Pull, Milestone, and Issue.
- Add
UserEmail,UserFollowandNotificationsscopes. - Add
Releasesmodule to handle the release management addition to GitHub. - Add
GITHUB_DEBUGenvironment variable to make debugging output optional. - Regenerate build files with OASIS 0.4.1.
- OCamldoc improvements for the
GitHubmodule.