Skip to content

Releases: XAMPPRocky/octocrab

v0.28.0

19 Jul 12:45
01e8024
Compare
Choose a tag to compare

Other

v0.27.0

18 Jul 08:04
01e9cfa
Compare
Choose a tag to compare

Other

v0.26.0

12 Jul 10:47
e092d94
Compare
Choose a tag to compare

Other

  • Pass through hyper-rustls/webpki-tokio (#392)

v0.25.1

06 Jun 17:43
b0beb85
Compare
Choose a tag to compare

Other

  • Pass through hyper-rustls/webpki-tokio (#392)

v0.25.0

03 Jun 11:08
71bc925
Compare
Choose a tag to compare

Other

  • Add User Access Authentication (#375)
  • Add allow_forking & allow_update_branch in Repository model (#379)
  • added org secrets api (#384)

v0.24.0

02 Jun 11:47
e192894
Compare
Choose a tag to compare

Fixed

  • the API returns one reviewer not reviewers (#390)
  • wrap pull_request_review_id in an Option (#388)

Other

  • Add Issue Timeline API (#389)
  • add some of the missing fields to PullRequest (#386)
  • Builder for list_reviews for pulls (#387)
  • Link to gists documentation in README (#383)

v0.23.0

21 May 17:21
0c9acd4
Compare
Choose a tag to compare

Other

  • Add "updated since" support to ListIssuesBuilder (#373)
  • Gists API: Complete support (#371)
  • Add more fields (#369)

v0.22.0

16 May 12:46
12790a3
Compare
Choose a tag to compare

Other

  • Add leading / to NotificationsHandler.lists() (#364)
  • Alter graphql method to pass arbitrarily complex payloads (variables and graphql-client support) (#332)
  • Fix authentication endpoints (#354)
  • Handle redirects for download_tarball (#359)
  • Make building without the retry feature work. (#358)
  • Add list_org_memberships_for_authenticated_user (#357)
  • add Uploader struct for Asset uploader field (#355)

v0.21.0

29 Apr 12:23
503cca1
Compare
Choose a tag to compare

Other

  • Add an example showing gist creation (#329)
  • Use CommitAuthor for Commit.author (#353)
  • Create release-plz.toml
  • Sort deps in cargo.toml (#352)
  • Enable rustls(and use as default client) (#351)
  • (ci) update release-plz version (#350)
  • Add missing pub to struct ListCheckRuns 😅 (#347)
  • Add Checks API skeleton (#345)
  • cargo fmt (#343)
  • Remove reqwest (#342)

v0.20.0

17 Apr 07:11
69febda
Compare
Choose a tag to compare

Other

  • Handle DELETE /gists/{gist_id} (#333)