Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update octokit 9.1.0 → 9.2.0 (minor) #261

Merged
merged 1 commit into from
Oct 26, 2024

Conversation

depfu[bot]
Copy link
Contributor

@depfu depfu bot commented Oct 23, 2024

Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.

What changed?

✳️ octokit (9.1.0 → 9.2.0) · Repo · Changelog

Release Notes

9.2.0

What's Changed

Features

Fixes

  • fix: Addresses URI parsing compatibility with Ruby 3.4 by @casperisfine in #1708
  • fix: Remove the Faraday multipart warning and tweak the error message raised at runtime when Faraday Multipart is not installed by
  • fix: Corrects the order of caching + authorization middlewares by @DimitriosLisenko in #1661

Dependencies

New Contributors

Full Changelog: v9.1.0...v9.2.0

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 18 commits:

↗️ faraday (indirect, 2.9.1 → 2.12.0) · Repo · Changelog

Release Notes

2.12.0

What's Changed

New features ✨

  • Make RaiseError middleware configurable to not raise error on certain status codes (e.g. 404) by @clemens in #1590

Fixes 🐞

Misc/Docs 📄

New Contributors

Full Changelog: v2.11.0...v2.12.0

2.11.0

What's Changed

This release adds support for the ciphers SSL option (currently supported by the net_http adapter in v3.3+), as well as taking advantage of the support of chained certificates introduced in the net_http adapter in v3.2.
Also, it adds a new ParallelManager#execute interface that improves on the existing one and makes it easier for adapters to support parallel requests. This is currently used by the async-http adapter.

New features ✨

  • Add support for a new ParallelManager#execute method. by @iMacTia in #1584
  • Add ciphers attribute to SSLOptions by @womblep in #1582

Misc/Docs 📄

New Contributors

Full Changelog: v2.10.1...v2.11.0

2.10.1

What's Changed

Full Changelog: v2.10.0...v2.10.1

2.10.0

What's Changed

This release introduces support for middleware-level default_options 🎉
You can read more about it in the docs.

New features ✨

  • Introduce Middleware DEFAULT_OPTIONS with Application and Instance Configurability by @ryan-mcneil in #1572

Bug Fixes 🐞

Misc/Docs 📄

  • Configure "npm" package-ecosystem for Dependabot by @yykamei in #1571

New Contributors

Full Changelog: v2.9.2...v2.10.0

2.9.2

What's Changed

Bug Fixes 🐞

New Contributors

Full Changelog: v2.9.1...v2.9.2

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 22 commits:

↗️ faraday-net_http (indirect, 3.1.0 → 3.3.0) · Repo · Changelog

Release Notes

3.3.0

What's Changed

  • Opt-in for MFA requirement explicitly by @tagliala in #43
  • Run CI against main branch of Faraday by @iMacTia in #46
  • Add support for ciphers SSLOptions by @womblep in #45

New Contributors

Full Changelog: v3.2.0...v3.3.0

3.2.0

What's Changed

  • Added: Support setting SSL client cert as a an array, to configure extra_chain_cert by @larkro and @kaspth in #42
  • Developer experience: Unlock simplecov by @olleolleolle in #40

Full Changelog: v3.1.1...v3.2.0

3.1.1

What's Changed

  • net_http adapter: Fix to avoid calling configure_ssl for HTTP connections by @ma2gedev in #38

Full Changelog: v3.1.0...v3.1.1

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 11 commits:

↗️ uri (indirect, 0.13.0 → 0.13.1) · Repo

Release Notes

0.13.1

What's Changed

  • Define RFC2396_PARSER for Ruby 3.3 by @hsbt in #119

Full Changelog: v0.13.0...v0.13.1

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 4 commits:

🆕 logger (added, 1.6.1)


Depfu Status

Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.

All Depfu comment commands
@​depfu rebase
Rebases against your default branch and redoes this update
@​depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@​depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@​depfu cancel merge
Cancels automatic merging of this PR
@​depfu close
Closes this PR and deletes the branch
@​depfu reopen
Restores the branch and reopens this PR (if it's closed)
@​depfu pause
Ignores all future updates for this dependency and closes this PR
@​depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@​depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)

@depfu depfu bot added the dependencies Libraries depended upon label Oct 23, 2024
@depfu depfu bot requested a review from epistrephein as a code owner October 23, 2024 17:47
@epistrephein
Copy link
Owner

@depfu rebase

@depfu depfu bot force-pushed the depfu/update/octokit-9.2.0 branch from 034a98f to 2932b9a Compare October 26, 2024 12:50
@epistrephein epistrephein merged commit c761663 into main Oct 26, 2024
1 check passed
@depfu depfu bot deleted the depfu/update/octokit-9.2.0 branch October 26, 2024 12:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Libraries depended upon
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant