Releases: JuliaWeb/GitHub.jl
Releases · JuliaWeb/GitHub.jl
v5.1.3
v5.1.3 (2019-10-30)
Merged pull requests:
- Allow JSON v0.21 and bump version to 5.1.3. (#149) (fredrikekre)
v5.1.2
v5.1.2 (2019-10-21)
Merged pull requests:
- add compatibility for MbedTLS (#146) (simonbyrne)
- Run CI on master again and remove nonneeded hdf5 install (#141) (KristofferC)
- Define Content(::Nothing) (#140) (crstnbr)
- Add gpgkeys (#136) (fredrikekre)
- REQUIRE -> Project.toml (#135) (fredrikekre)
- Fix to mapreduce arguments (#134) (nkottary)
v5.1.1
v5.1.0
Fix collaborator check for CommentListener when using JWT auth (#127)
v5.0.2
v5.0.1
Fix bug when trying to create new repo in organization (#118)
v5.0.0
Some new features for checks runs and accumulated bug fixes
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)
- Drops the deprecations for using HttpCommon
- Uses the new release of HTTP.jl