Skip to content

Releases: XAMPPRocky/octocrab

v0.53.1

10 Jun 10:42
abcff53

Choose a tag to compare

Added

  • support sub-issues (#898)

Fixed

  • Omit input object if null. Github expects object or nothing. (#918)

Other

  • cargo clippy --tests --examples --fix (#920)
  • Use std::sync::LazyLock over once_cell::sync::Lazy (#919)

v0.53.0

03 Jun 12:50
e58d2c2

Choose a tag to compare

Fixed

  • [breaking] correct nullable properties on AutoMerge (#911)

v0.52.0

02 Jun 17:58
c086450

Choose a tag to compare

Added

  • Added GitHub async SBOM API endpoints. (#903)
  • [breaking] made PullRequest to be able to accept SimplePullRequest payload from github (#902)
  • add list-artifacts-for-a-repository endpoint (#896)
  • support pinned comments (#894)

Other

  • add tests for InMemoryCache [cache-redb 2/3] (#904)
  • serde support for Cache structs [cache-redb 1/3] (#905)
  • add changes field to PullRequestWebhookEventPayload (#907)

v0.51.0

17 May 16:35
feddc50

Choose a tag to compare

Fixed

  • [breaking] actualized github response model for 'List Pull Requests' (#886)

v0.50.0

05 May 09:08
af4a52e

Choose a tag to compare

Added

  • add create_comment to PullRequestHandler (#880)
  • Add support for exchanging oauth code for access token (#780)
  • add get_app (#757)
  • Add ability to update an existing label (#786)
  • Added converted_from_draft to Event (#859)

Fixed

  • Use PUT not PATCH for pull request reviews (#879)
  • cargo fmt, cargo test, Set MSRV to 1.85.0 (#878)
  • deser generate repo as respository (#812)
  • use new search model on search function
  • revert commit back to correct structure

Other

  • [breaking] remove the either dependency (#883)
  • added issue_field_added to Event enum (#882)
  • update MSRV to 1.95.0
  • don't include unconditional backtrace in Display impl (#824)
  • add a simple test for compare commits
  • remove duplicated GitUser
  • create search models submodule
  • move repository model from commits module
  • move maybe_empty to models module
  • remove Option<> for some fields of PullRequest (#873)

v0.49.9

27 Apr 07:47
bc392c2

Choose a tag to compare

Other

  • Add 'tokio' dependency to retry configuration (#875)

v0.49.8

24 Apr 09:53
b234067

Choose a tag to compare

Added

  • add structured GraphQL response and error (#874)

Fixed

  • Expose OctoBody (#870)

v0.49.7

30 Mar 08:24
ad64898

Choose a tag to compare

Added

  • add missing waiting status to Status enum (#862)

Fixed

  • (repos) create a repo variable doesn't take the name in the path (#865)

Other

  • Extend get_content to allow requesting raw_files (#866)
  • [retry/rate-limits] Add rate limit handling into the retry config (#869)
  • Allow retry policy to run on GET requests (#867)

v0.49.6

23 Mar 10:04
908472c

Choose a tag to compare

Added

  • (activity/starring) add list_repos_starred_by_user (#861)
  • added undocumented events (#858)
  • repository variables handler (#857)

Other

  • Remove Lines Of Code badge from README
  • Add Event::CopilotWorkStarted (#854)
  • actualized Commit for GET /search/commits (#851)

v0.49.5

30 Dec 11:27
d4fde40

Choose a tag to compare

Fixed

  • resolve docs.rs build failure (#848)