Skip to content

Releases: XAMPPRocky/octocrab

v0.49.5

30 Dec 11:27
d4fde40

Choose a tag to compare

Fixed

  • resolve docs.rs build failure (#848)

v0.49.4

25 Dec 23:00
4ffda40

Choose a tag to compare

Added

  • Add squash_merge_commit_title, squash_merge_commit_title to repo model (#845)

v0.49.3

23 Dec 01:47
73799b2

Choose a tag to compare

Added

  • Http caching & Conditional requests (#831)

v0.49.2

20 Dec 18:41
927105d

Choose a tag to compare

Added

  • Add body_text and body_html to Comment model (#832)

v0.49.1

20 Dec 12:03
4fce8e0

Choose a tag to compare

Added

  • provide expiration-aware installation token APIs (#837)

Fixed

  • Send body for retried requests (#842)

v0.49.0

19 Dec 19:23
c554baa

Choose a tag to compare

Fixed

  • [breaking] add a cfg to make the crypto backend for jwt configurable (#834)
  • incorrect path for followers and followees (#829)

Other

  • fix various warnings in CI and deny warnings being reintroduced (#839)
  • [breaking] mark more structs as #[non_exhaustive] (#840)
  • Partial implementation of Organization CoPilot APIs (#747)
  • [codes-of-conduct] #527 (#833)

v0.48.1

02 Dec 13:04
d381cc0

Choose a tag to compare

Fixed

  • (build) don't fetch dependencies (#828)

v0.48.0

18 Nov 13:51
9fc79f7

Choose a tag to compare

Added

  • fetch contributor repository permission (#825)
  • [breaking] Use Option<AuthorAssociation> over String in Issue struct (#822)

Other

  • add missing issue event types (#821)
  • Remove fields deleted in October 2025 API changes (#826)
  • Bump jsonwebtoken to v10 (#814)
  • Feature/set http headers #808 (#819)

v0.47.1

03 Nov 21:32
6e4ae26

Choose a tag to compare

Added

  • add missing list workflows filters (#820)

Other

  • Modify _put method documentation (#818)
  • Feature/interactions 537 (#817)
  • Added Feature/classrooms #524 (#815)

v0.47.0

07 Oct 16:09
73a4dd0

Choose a tag to compare

Added

  • add immutable Release field (#806)

Other

  • added creating a review (POST "/repos/{owner}/{repo}/pulls/{pull_number}/reviews") (#805)