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

Commits on Dec 9, 2021

  1. chore(deps): bump fastify/github-action-merge-dependabot (#306)

    Bumps [fastify/github-action-merge-dependabot](https://github.com/fastify/github-action-merge-dependabot) from 2.7.0 to 2.7.1.
    - [Release notes](https://github.com/fastify/github-action-merge-dependabot/releases)
    - [Commits](fastify/github-action-merge-dependabot@v2.7.0...v2.7.1)
    
    ---
    updated-dependencies:
    - dependency-name: fastify/github-action-merge-dependabot
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 9, 2021
    Copy the full SHA
    22a3666 View commit details
  2. Copy the full SHA
    a7f4bc6 View commit details

Commits on Dec 20, 2021

  1. chore(deps-dev): bump @types/node from 16.11.14 to 17.0.1 (#310)

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 16.11.14 to 17.0.1.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 20, 2021
    Copy the full SHA
    635a523 View commit details

Commits on Jan 20, 2022

  1. feat: added destroying of part.file if the node request ends with an …

    …error event (#319)
    
    If the client cancels the http request (e.g. just closes the socket),
    the underlying file stream will not be closed with an error but
    the request handling will hang.
    
    The tests saves the stream of a file part into a Noop write stream
    through pipeline. If the client cancels the request, the pipeline
    call will not return. With the fix, we keep track of the file that
    is currently being processed and in the case of an error event on the
    node request, this file will be destroyed.
    Christian van der Leeden authored Jan 20, 2022
    Copy the full SHA
    4e5b822 View commit details
  2. Copy the full SHA
    4cffc6b View commit details

Commits on Jan 21, 2022

  1. Bumped v5.3.0

    mcollina committed Jan 21, 2022
    Copy the full SHA
    ddd75b6 View commit details
Loading