Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: lostisland/faraday
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.10.2
Choose a base ref
...
head repository: lostisland/faraday
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.10.3
Choose a head ref
  • 6 commits
  • 5 files changed
  • 3 contributors

Commits on Jan 18, 2023

  1. Configuration menu
    Copy the full SHA
    d72db28 View commit details
    Browse the repository at this point in the history
  2. Add support for Ruby 3.2.0 in Faraday v1.x (#1483)

    * Run tests against Ruby 3.2
    
    * Declare `DependencyLoader#new` with `ruby2_keywords` to fix Ruby 3.2.0
    
    When adding a middleware that receives keyword arguments in the
    constructor, the call from `DependencyLoader#new` fails because
    the method is not defined using `ruby2_keywords`.
    
    This adds the required `ruby2_keywords` declaration to
    `DependencyLoader#new`, fixing the tests and getting Faraday v1.x
    working with Ruby 3.2.0.
    
    Fixes #1479.
    
    Co-authored-by: Matt <iMacTia@users.noreply.github.com>
    timrogers and iMacTia authored Jan 18, 2023
    Configuration menu
    Copy the full SHA
    16506ee View commit details
    Browse the repository at this point in the history
  3. Version bump to 1.10.3

    iMacTia authored Jan 18, 2023
    Configuration menu
    Copy the full SHA
    7a382b5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    92c038b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    eeec367 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8208693 View commit details
    Browse the repository at this point in the history
Loading