René's URL Explorer Experiment


Title: Bump faraday from 0.17.0 to 2.14.1 by dependabot[bot] · Pull Request #4 · mioscode/mioscode.github.io · GitHub

Open Graph Title: Bump faraday from 0.17.0 to 2.14.1 by dependabot[bot] · Pull Request #4 · mioscode/mioscode.github.io

X Title: Bump faraday from 0.17.0 to 2.14.1 by dependabot[bot] · Pull Request #4 · mioscode/mioscode.github.io

Description: Bumps faraday from 0.17.0 to 2.14.1. Release notes Sourced from faraday's releases. v2.14.1 Security Note This release contains a security fix, we recommend all users to upgrade as soon as possible. A Security Advisory with more details will be posted shortly. What's Changed Add comprehensive AI agent guidelines for Claude, Cursor, and GitHub Copilot by @​Copilot in lostisland/faraday#1642 Add RFC document for Options architecture refactoring plan by @​Copilot in lostisland/faraday#1644 Bump actions/checkout from 5 to 6 by @​dependabot[bot] in lostisland/faraday#1655 Explicit top-level namespace reference by @​c960657 in lostisland/faraday#1657 New Contributors @​Copilot made their first contribution in lostisland/faraday#1642 Full Changelog: lostisland/faraday@v2.14.0...v2.14.1 v2.14.0 What's Changed New features ✨ Use newer UnprocessableContent naming for 422 by @​tylerhunt in lostisland/faraday#1638 Fixes 🐞 Convert strings to UTF-8 by @​c960657 in lostisland/faraday#1624 Fix Response#to_hash when response not finished yet by @​yykamei in lostisland/faraday#1639 Misc/Docs 📄 Lint: use filter_map by @​olleolleolle in lostisland/faraday#1637 Bump actions/checkout from v4 to v5 by @​dependabot[bot] in lostisland/faraday#1636 Fixes documentation by @​dharamgollapudi in lostisland/faraday#1635 New Contributors @​c960657 made their first contribution in lostisland/faraday#1624 @​dharamgollapudi made their first contribution in lostisland/faraday#1635 @​tylerhunt made their first contribution in lostisland/faraday#1638 Full Changelog: lostisland/faraday@v2.13.4...v2.14.0 v2.13.4 What's Changed Improve error handling logic and add missing test coverage by @​iMacTia in lostisland/faraday#1633 Full Changelog: lostisland/faraday@v2.13.3...v2.13.4 v2.13.3 What's Changed Fix type assumption in Faraday::Error by @​iMacTia in lostisland/faraday#1630 ... (truncated) Changelog Sourced from faraday's changelog. Faraday Changelog The changelog has moved! This file is not being updated anymore. Instead, please check the Releases page. 2.2.0 (2022-02-03) Reintroduce the possibility to register middleware with symbols, strings or procs in #1391 2.1.0 (2022-01-15) Fix test adapter thread safety by @​iMacTia in #1380 Add default adapter options by @​hirasawayuki in #1382 CI: Add Ruby 3.1 to matrix by @​petergoldstein in #1374 docs: fix regex pattern in logger.md examples by @​hirasawayuki in #1378 2.0.1 (2022-01-05) Re-add faraday-net_http as default adapter by @​iMacTia in #1366 Updated sample format in UPGRADING.md by @​vimutter in #1361 docs: Make UPGRADING examples more copyable by @​olleolleolle in #1363 2.0.0 (2022-01-04) The next major release is here, and it comes almost 2 years after the release of v1.0! This release changes the way you use Faraday and embraces a new paradigm of Faraday as an ecosystem, rather than a library. What does that mean? It means that Faraday is less of a bundled tool and more of a framework for the community to build on top of. As a result, all adapters and some middleware have moved out and are now shipped as standalone gems 🙌! But this doesn't mean that upgrading from Faraday 1.x to Faraday 2.0 should be hard, in fact we've listed everything you need to do in the UPGRADING.md doc. Moreover, we've setup a new awesome-faraday repository that will showcase a curated list of adapters and middleware 😎. This release was the result of the efforts of the core team and all the contributors, new and old, that have helped achieve this milestone 👏. What's Changed Autoloading, dependency loading and middleware registry cleanup by @​iMacTia in #1301 Move JSON middleware (request and response) from faraday_middleware by @​iMacTia in #1300 Remove deprecated Faraday::Request#method by @​olleolleolle in #1303 Remove deprecated Faraday::UploadIO by @​iMacTia in #1307 [1.x] Deprecate Authorization helpers in Faraday::Connection by @​iMacTia in #1306 Drop deprecated auth helpers from Connection and refactor auth middleware by @​iMacTia in #1308 Add Faraday 1.x examples in authentication.md docs by @​iMacTia in #1320 Fix passing a URL with embedded basic auth by @​iMacTia in #1324 Register JSON middleware by @​mollerhoj in #1331 ... (truncated) Commits 16cbd38 Version bump to 2.14.1 a6d3a3a Merge commit from fork b23f710 Explicit top-level namespace reference (#1657) 49ba4ac Bump actions/checkout from 5 to 6 (#1655) 51a49bc Ensure Claude reads the guidelines and allow to plan in a gitignored .ai/PLAN... 894f65c Add RFC document for Options architecture refactoring plan (#1644) 397e3de Add comprehensive AI agent guidelines for Claude, Cursor, and GitHub Copilot ... d98c65c Update Faraday-specific AI agent guidelines 56c18ec Add AI agent guidelines specific to Faraday repository 3201a42 Version bump to 2.14.0 Additional commits viewable in compare view Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase. Dependabot commands and options You can trigger Dependabot actions by commenting on this PR: @dependabot rebase will rebase this PR @dependabot recreate will recreate this PR, overwriting any edits that have been made to it @dependabot show ignore conditions will show all of the ignore conditions of the specified dependency @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the Security Alerts page.

Open Graph Description: Bumps faraday from 0.17.0 to 2.14.1. Release notes Sourced from faraday's releases. v2.14.1 Security Note This release contains a security fix, we recommend all users to upgrade as soon as po...

X Description: Bumps faraday from 0.17.0 to 2.14.1. Release notes Sourced from faraday's releases. v2.14.1 Security Note This release contains a security fix, we recommend all users to upgrade as soon a...

Opengraph URL: https://github.com/mioscode/mioscode.github.io/pull/4

X: @github

direct link

Domain: patch-diff.githubusercontent.com

route-pattern/:user_id/:repository/pull/:id/checks(.:format)
route-controllerpull_requests
route-actionchecks
fetch-noncev2:0546810a-3b3f-419b-61fb-aa7f6219b982
current-catalog-service-hash87dc3bc62d9b466312751bfd5f889726f4f1337bdff4e8be7da7c93d6c00a25a
request-id9F3C:20772A:AB13A7:E0A91C:6991F1E8
html-safe-nonced4958d41c482507a81640f45a59f3db709bce9042758301f50e7fefe42dcf49c
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI5RjNDOjIwNzcyQTpBQjEzQTc6RTBBOTFDOjY5OTFGMUU4IiwidmlzaXRvcl9pZCI6IjcyMDk3MTI1MzIxMTc5MDk5OTIiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmac0aa2cac19443c2db31fc715bc3f959e7dce95b7a4d3d4f9b215579496edbbf75
hovercard-subject-tagpull_request:3264388191
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,checks,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/checks
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/mioscode/mioscode.github.io/pull/4/checks
twitter:imagehttps://avatars.githubusercontent.com/in/29110?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/in/29110?s=400&v=4
og:image:altBumps faraday from 0.17.0 to 2.14.1. Release notes Sourced from faraday's releases. v2.14.1 Security Note This release contains a security fix, we recommend all users to upgrade as soon as po...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None42c603b9d642c4a9065a51770f75e5e27132fef0e858607f5c9cb7e422831a7b
turbo-cache-controlno-preview
go-importgithub.com/mioscode/mioscode.github.io git https://github.com/mioscode/mioscode.github.io.git
octolytics-dimension-user_id18403777
octolytics-dimension-user_loginmioscode
octolytics-dimension-repository_id177754255
octolytics-dimension-repository_nwomioscode/mioscode.github.io
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id177754255
octolytics-dimension-repository_network_root_nwomioscode/mioscode.github.io
turbo-body-classeslogged-out env-production page-responsive full-width full-width-p-0
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release848bc6032dcc93a9a7301dcc3f379a72ba13b96e
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/mioscode/mioscode.github.io/pull/4/checks#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fmioscode%2Fmioscode.github.io%2Fpull%2F4%2Fchecks
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fmioscode%2Fmioscode.github.io%2Fpull%2F4%2Fchecks
Sign up https://patch-diff.githubusercontent.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Fchecks&source=header-repo&source_repo=mioscode%2Fmioscode.github.io
Reloadhttps://patch-diff.githubusercontent.com/mioscode/mioscode.github.io/pull/4/checks
Reloadhttps://patch-diff.githubusercontent.com/mioscode/mioscode.github.io/pull/4/checks
Reloadhttps://patch-diff.githubusercontent.com/mioscode/mioscode.github.io/pull/4/checks
mioscode https://patch-diff.githubusercontent.com/mioscode
mioscode.github.iohttps://patch-diff.githubusercontent.com/mioscode/mioscode.github.io
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2Fmioscode%2Fmioscode.github.io
Fork 0 https://patch-diff.githubusercontent.com/login?return_to=%2Fmioscode%2Fmioscode.github.io
Star 0 https://patch-diff.githubusercontent.com/login?return_to=%2Fmioscode%2Fmioscode.github.io
Code https://patch-diff.githubusercontent.com/mioscode/mioscode.github.io
Issues 0 https://patch-diff.githubusercontent.com/mioscode/mioscode.github.io/issues
Pull requests 2 https://patch-diff.githubusercontent.com/mioscode/mioscode.github.io/pulls
Actions https://patch-diff.githubusercontent.com/mioscode/mioscode.github.io/actions
Projects 0 https://patch-diff.githubusercontent.com/mioscode/mioscode.github.io/projects
Security 0 https://patch-diff.githubusercontent.com/mioscode/mioscode.github.io/security
Insights https://patch-diff.githubusercontent.com/mioscode/mioscode.github.io/pulse
Code https://patch-diff.githubusercontent.com/mioscode/mioscode.github.io
Issues https://patch-diff.githubusercontent.com/mioscode/mioscode.github.io/issues
Pull requests https://patch-diff.githubusercontent.com/mioscode/mioscode.github.io/pulls
Actions https://patch-diff.githubusercontent.com/mioscode/mioscode.github.io/actions
Projects https://patch-diff.githubusercontent.com/mioscode/mioscode.github.io/projects
Security https://patch-diff.githubusercontent.com/mioscode/mioscode.github.io/security
Insights https://patch-diff.githubusercontent.com/mioscode/mioscode.github.io/pulse
Sign up for GitHub https://patch-diff.githubusercontent.com/signup?return_to=%2Fmioscode%2Fmioscode.github.io%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://patch-diff.githubusercontent.com/login?return_to=%2Fmioscode%2Fmioscode.github.io%2Fissues%2Fnew%2Fchoose
dependabothttps://patch-diff.githubusercontent.com/apps/dependabot
masterhttps://patch-diff.githubusercontent.com/mioscode/mioscode.github.io/tree/master
dependabot/bundler/faraday-2.14.1https://patch-diff.githubusercontent.com/mioscode/mioscode.github.io/tree/dependabot/bundler/faraday-2.14.1
Conversation 0 https://patch-diff.githubusercontent.com/mioscode/mioscode.github.io/pull/4
Commits 1 https://patch-diff.githubusercontent.com/mioscode/mioscode.github.io/pull/4/commits
Checks 0 https://patch-diff.githubusercontent.com/mioscode/mioscode.github.io/pull/4/checks
Files changed https://patch-diff.githubusercontent.com/mioscode/mioscode.github.io/pull/4/files
Please reload this pagehttps://patch-diff.githubusercontent.com/mioscode/mioscode.github.io/pull/4/checks
Please reload this pagehttps://patch-diff.githubusercontent.com/mioscode/mioscode.github.io/pull/4/checks
Bump faraday from 0.17.0 to 2.14.1 https://patch-diff.githubusercontent.com/mioscode/mioscode.github.io/pull/4/checks#top
Please reload this pagehttps://patch-diff.githubusercontent.com/mioscode/mioscode.github.io/pull/4/checks
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.