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 faraday 2.12.1 → 2.12.2 (patch) #695

Merged
merged 1 commit into from
Dec 10, 2024
Merged

Conversation

depfu[bot]
Copy link
Contributor

@depfu depfu bot commented Dec 10, 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?

✳️ faraday (2.12.1 → 2.12.2) · Repo · Changelog

Release Notes

2.12.2

What's Changed

  • Use generic argument forwarding + remove ruby2_keywords by @chaymaeBZ in #1601
  • [TEST] fix compatibility with ruby 3.4.0dev by @mtasaka in #1604
  • Formatting the log using parameter progname for the logger by @kodram in #1606

New Contributors

Full Changelog: v2.12.1...v2.12.2

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

Commits

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

↗️ json (indirect, 2.8.2 → 2.9.0) · Repo · Changelog

Release Notes

2.9.0

What's Changed

  • Fix C implementation of script_safe escaping to not confuse some other 3 wide characters with \u2028 and \u2029.
    e.g. JSON.generate(["倩", "瀨"], script_safe: true) would generate the wrong JSON.
  • JSON.dump(object, some_io) now write into the IO in chunks while previously it would buffer the entire JSON before writing.
  • JSON::GeneratorError now has a #invalid_object attribute, making it easier to understand why an object tree cannot be serialized.
  • Numerous improvements to the JRuby extension.

Full Changelog: v2.8.2...v2.9.0

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

Commits

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

↗️ logger (indirect, 1.6.1 → 1.6.2) · Repo

Sorry, we couldn't find anything useful about this release.

↗️ net-http (indirect, 0.5.0 → 0.6.0) · Repo

Release Notes

0.6.0

What's Changed

  • Remove deprecated constants by @nobu in #189
  • Bump step-security/harden-runner from 2.10.1 to 2.10.2 by @dependabot in #190
  • Restore HTTPSession constant for backward compatibility by @hsbt in #191
  • Need to restore under the Net namespace by @hsbt in #192
  • Bump rubygems/release-gem from 612653d273a73bdae1df8453e090060bb4db5f31 to 9e85cb11501bebc2ae661c1500176316d3987059 by @dependabot in #196

Full Changelog: v0.5.0...v0.6.0

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

Commits

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


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 depfu label Dec 10, 2024
@klausmeyer
Copy link
Owner

@depfu rebase

@depfu depfu bot force-pushed the depfu/update/faraday-2.12.2 branch from 09f65db to 0956cf7 Compare December 10, 2024 13:13
@klausmeyer
Copy link
Owner

@depfu merge

@depfu depfu bot merged commit eb6731e into master Dec 10, 2024
5 checks passed
@depfu depfu bot deleted the depfu/update/faraday-2.12.2 branch December 10, 2024 13:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant