Releases: JuliaWeb/GitHub.jl
Releases · JuliaWeb/GitHub.jl
v5.6.0
v5.5.0
GitHub v5.5.0
Closed issues:
Merged pull requests:
- Add license endpoints and type (#177) (@SaschaMann)
- Fix collaborators function by using gh_get_paged_json instead of gh_get_json (#181) (@andreasnoack)
- fixed reference collection creation (#183) (@wildart)
- Update links to documentation about tags (#184) (@giordano)
v5.4.0
GitHub v5.4.0
Closed issues:
- can i call my github julia package in R/Python via restapi? (#180)
Merged pull requests:
v5.3.0
GitHub v5.3.0
Closed issues:
- function to add a secret (#159)
- "Must have admin rights" to delete a repo for which I have admin rights (#176)
Merged pull requests:
- add collaboratorpermission() (#133) (@ianshmean)
- Add avatar_url to the Owner struct (#174) (@ViralBShah)
- Set up GHA CI (#175) (@DilumAluthge)
- Support secrets API (#178) (@timholy)
v5.2.0
GitHub v5.2.0
Merged pull requests:
- Add delete_repo (#172) (@christopher-dG)
- Bump HTTP compat (#173) (@christopher-dG)
v5.1.8
GitHub v5.1.8
Added the whoami
function to get the currently authenticated user.
Closed issues:
- collaborators raises ERROR: map is not defined on dictionaries (#169)
Merged pull requests:
- Get authenticated user (#170) (@christopher-dG)
v5.1.7
v5.1.6
GitHub v5.1.6
Merged pull requests:
v5.1.5
GitHub v5.1.5
Merged pull requests:
- add macro to create keyword constructors for types (#148) (@simonbyrne)
- Install TagBot as a GitHub Action (#158) (@JuliaTagBot)
- Update [compat] to allow MbedTLS v1 (#160) (@jaakkor2)
v5.1.4
v5.1.4 (2020-02-07)
Closed issues:
- Authentication method used is deprecated. (#156)
- Question: can/should this repo be used as a template for wrapping API's in Julia? (#153)
Merged pull requests:
- Use HTTP Authentication header for GitHub.authenticate, fixes #156. (#157) (fredrikekre)
- Add support for deploy keys (#152) (davidanthoff)