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: httptoolkit/mockttp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.5.1
Choose a base ref
...
head repository: httptoolkit/mockttp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.6.0
Choose a head ref
  • 7 commits
  • 12 files changed
  • 1 contributor

Commits on Jan 20, 2022

  1. Configuration menu
    Copy the full SHA
    9a3d008 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ef90c2 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2022

  1. Update http-encoding for zstd fixes & base64 support

    Previously zstd-codec included some stub code from emscripten that
    automatically hooked uncaught exceptions & rejections, which could cause
    problems. This only affected usage when zstd was used, since it's loaded
    lazily, but would break environments (such as test suites) where
    uncaught errors aren't expected to crash the process.
    
    In addition, this adds support for content-encoding: base64, a
    non-standard but common encoding, and adds an explicit dev dependency
    (previously implicit) on zstd-codec for the Mockttp test suite.
    pimterry committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    e14733c View commit details
    Browse the repository at this point in the history
  2. Add 'trustAdditionalCAs' option for passthrough rules

    This rule adds additional CAs who should be trusted in addition to the
    existing built-in certificate authorities, when this rule connects to
    upstream hosts.
    pimterry committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    8cd4374 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2022

  1. Update uuid dependency

    pimterry committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    f25f1bb View commit details
    Browse the repository at this point in the history
  2. Fix using extra CA certificate buffers with remote clients

    Previously, passing { cert: string } or { certPath: string } worked fine
    everywhere, but { cert: Buffer } only worked in local clients, due to
    serialization issues. We now serialize buffers correctly so that this
    works as intended.
    pimterry committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    1e43e27 View commit details
    Browse the repository at this point in the history
  3. 2.6.0

    pimterry committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    a6c8e15 View commit details
    Browse the repository at this point in the history
Loading