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: mendhak/docker-http-https-echo
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 35
Choose a base ref
...
head repository: mendhak/docker-http-https-echo
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 36
Choose a head ref
  • 7 commits
  • 7 files changed
  • 3 contributors

Commits on Dec 5, 2024

  1. Bump path-to-regexp and express

    Bumps [path-to-regexp](https://github.com/pillarjs/path-to-regexp) to 0.1.12 and updates ancestor dependency [express](https://github.com/expressjs/express). These dependencies need to be updated together.
    
    
    Updates `path-to-regexp` from 0.1.10 to 0.1.12
    - [Release notes](https://github.com/pillarjs/path-to-regexp/releases)
    - [Changelog](https://github.com/pillarjs/path-to-regexp/blob/master/History.md)
    - [Commits](pillarjs/path-to-regexp@v0.1.10...v0.1.12)
    
    Updates `express` from 4.21.1 to 4.21.2
    - [Release notes](https://github.com/expressjs/express/releases)
    - [Changelog](https://github.com/expressjs/express/blob/4.21.2/History.md)
    - [Commits](expressjs/express@4.21.1...4.21.2)
    
    ---
    updated-dependencies:
    - dependency-name: path-to-regexp
      dependency-type: indirect
    - dependency-name: express
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Dec 5, 2024

    Verified

    This commit was signed with the committer’s verified signature.
    gaborbernat Bernát Gábor
    Copy the full SHA
    273d8ce View commit details

Commits on Mar 17, 2025

  1. Merge pull request #77 from mendhak/dependabot/npm_and_yarn/multi-6bc…

    …014718a
    
    Bump path-to-regexp and express
    mendhak authored Mar 17, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    4388bb8 View commit details

Commits on Mar 19, 2025

  1. basic handling of gzip content-encoding on requests as per #31 - new …

    …test added to tests.sh
    matt-mercer committed Mar 19, 2025
    Copy the full SHA
    c4520e1 View commit details

Commits on Mar 22, 2025

  1. Copy the full SHA
    10ed80b View commit details
  2. Update to latest node version and package versions

    mendhak committed Mar 22, 2025
    Copy the full SHA
    aa7e9f2 View commit details
  3. Changelog update

    mendhak committed Mar 22, 2025
    Copy the full SHA
    ae664c6 View commit details
  4. There is no node image for ppc64le, so removing it from publish

    mendhak committed Mar 22, 2025
    Copy the full SHA
    1ed4408 View commit details
Loading