Skip to content

Releases: JuliaWeb/GitHub.jl

v5.1.3

30 Oct 13:02
v5.1.3
3b28dfd
Compare
Choose a tag to compare

v5.1.3 (2019-10-30)

Diff since v5.1.2

Merged pull requests:

v5.1.2

28 Oct 09:42
v5.1.2
bad090e
Compare
Choose a tag to compare

v5.1.2 (2019-10-21)

Diff since v5.1.1

Merged pull requests:

v5.1.1

14 Mar 08:08
Compare
Choose a tag to compare
Add new methods: merge_pull_request, tags, releases (#132)

v5.1.0

25 Feb 18:47
Compare
Choose a tag to compare
Fix collaborator check for CommentListener when using JWT auth (#127)

v5.0.2

11 Oct 21:16
Compare
Choose a tag to compare
Make tags query /git/refs/tags instead of /git/tags (#121)

There is an API endpoint /git/tags, but that only accepts SHA1 hashes.

v5.0.1

05 Oct 21:31
Compare
Choose a tag to compare
Fix bug when trying to create new repo in organization (#118)

v5.0.0

09 Aug 11:17
Compare
Choose a tag to compare

1.0 compatibility, plus moving from Nullable{T} to Union{T,Nothing}.

Some new features for checks runs and accumulated bug fixes

13 Jun 01:31
Compare
Choose a tag to compare
Add UsernamePassAuth

This type of auth isn't/shouldn't be used very much.
However, it is still useful for things like the initial
creating of an access token.

v4.0.0: upgrade GitHub to use newest HTTP (#102)

29 Jan 12:21
33e3dd4
Compare
Choose a tag to compare
  • Drops the deprecations for using HttpCommon
  • Uses the new release of HTTP.jl

v3.1.0

05 Dec 18:51
42ef052
Compare
Choose a tag to compare
Return 204 instead of 400 for ignored events (#100)