10000 Comparing v3.11.2...v3.11.3 · bblimke/webmock · GitHub
[go: up one dir, main page]

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: bblimke/webmock
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.11.2
Choose a base ref
...
head repository: bblimke/webmock
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.11.3
Choose a head ref
  • 5 commits
  • 8 files changed
  • 3 contributors

Commits on Feb 10, 2021

  1. Use Github Actions for CI

    mlarraz committed Feb 10, 2021
    10000 Configuration menu
    Copy the full SHA
    15f4e1e View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2021

  1. Merge pull request #929 from mlarraz/master

    Use Github Actions for CI
    bblimke authored Feb 14, 2021
    Configuration menu
    Copy the full SHA
    3c5593b View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2021

  1. Async http adapter: only real requests are real

    This was causing an issue in VCR, as callbacks were always firing because net connect was enabled.
    In this case, continuously appending recorded cassettes.
    
    A stubbed request is not a real request, and therefore shouldn’t fire callbacks that are only meant for real requests.
    tonywok committed Feb 24, 2021
    Configuration menu
    Copy the full SHA
    7112541 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2021

  1. Merge pull request #931 from tonywok/ts-async-real-request

    Async http adapter: only consider real requests to be real
    bblimke authored Feb 25, 2021
    Configuration menu
    Copy the full SHA
    0863dcf View commit details
    Browse the repository at this point in the history
  2. Version 3.11.3

    bblimke committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    98c7ddb View commit details
    Browse the repository at this point in the history
Loading
0