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: fastify/fastify-http-proxy
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v9.2.1
Choose a base ref
...
head repository: fastify/fastify-http-proxy
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v9.3.0
Choose a head ref
  • 10 commits
  • 11 files changed
  • 8 contributors

Commits on Jul 31, 2023

  1. Listen only to IPv4 network for websockets tests (#316)

    Signed-off-by: Matteo Collina <[email protected]>
    mcollina authored Jul 31, 2023
    Configuration menu
    Copy the full SHA
    c70f9d1 View commit details
    Browse the repository at this point in the history
  2. opt to validate incoming data before proxy is executed (#312)

    * implements preValidation option
    
    * index.js indends fixed
    
    * Applied suggestion to refactor preValidation conditions
    
    Co-authored-by: Uzlopak <[email protected]>
    
    * preValidation docs fix
    
    * added test for preValidation type
    
    ---------
    
    Co-authored-by: Pavel Kovalenko <[email protected]>
    Co-authored-by: Uzlopak <[email protected]>
    3 people authored Jul 31, 2023
    Configuration menu
    Copy the full SHA
    0f5bc42 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. build(deps-dev): bump @typescript-eslint/eslint-plugin from 5.62.0 to…

    … 6.2.1 (#318)
    
    * build(deps-dev): bump @typescript-eslint/eslint-plugin
    
    Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.62.0 to 6.2.1.
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.2.1/packages/eslint-plugin)
    
    ---
    updated-dependencies:
    - dependency-name: "@typescript-eslint/eslint-plugin"
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * fix
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: uzlopak <[email protected]>
    dependabot[bot] and Uzlopak authored Aug 2, 2023
    Configuration menu
    Copy the full SHA
    7a7c0aa View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

  1. build(deps-dev): bump tsd from 0.28.1 to 0.29.0 (#320)

    Bumps [tsd](https://github.com/SamVerschueren/tsd) from 0.28.1 to 0.29.0.
    - [Release notes](https://github.com/SamVerschueren/tsd/releases)
    - [Commits](tsdjs/tsd@v0.28.1...v0.29.0)
    
    ---
    updated-dependencies:
    - dependency-name: tsd
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 4, 2023
    Configuration menu
    Copy the full SHA
    9165d55 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2023

  1. Configuration menu
    Copy the full SHA
    30a6e26 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. build(deps-dev): bump express-http-proxy from 1.6.3 to 2.0.0 (#323)

    Bumps [express-http-proxy](https://github.com/villadora/express-http-proxy) from 1.6.3 to 2.0.0.
    - [Release notes](https://github.com/villadora/express-http-proxy/releases)
    - [Commits](villadora/express-http-proxy@v1.6.3...v2.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: express-http-proxy
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 11, 2023
    Configuration menu
    Copy the full SHA
    021d586 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2023

  1. Configuration menu
    Copy the full SHA
    151c449 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2023

  1. keep query params on proxy (#325)

    * keep query params on proxy
    
    * apply pr feedback
    
    * updated to use fast-querystring
    
    * apply performace feedback from review
    
    * add in limit for string split
    dancastillo authored Oct 22, 2023
    Configuration menu
    Copy the full SHA
    330c91e View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. Configuration menu
    Copy the full SHA
    fb83835 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. Bumped v9.3.0

    Eomm committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    785b98d View commit details
    Browse the repository at this point in the history
Loading