-
-
Notifications
You must be signed in to change notification settings - Fork 106
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: fastify/fastify-multipart
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.3.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 6 commits
- 7 files changed
- 5 contributors
Commits on Dec 9, 2021
-
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>
Configuration menu - View commit details
-
Copy full SHA for 22a3666 - Browse repository at this point
Copy the full SHA 22a3666View commit details -
Configuration menu - View commit details
-
Copy full SHA for a7f4bc6 - Browse repository at this point
Copy the full SHA a7f4bc6View commit details
Commits on Dec 20, 2021
-
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>
Configuration menu - View commit details
-
Copy full SHA for 635a523 - Browse repository at this point
Copy the full SHA 635a523View commit details
Commits on Jan 20, 2022
-
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 authoredJan 20, 2022 Configuration menu - View commit details
-
Copy full SHA for 4e5b822 - Browse repository at this point
Copy the full SHA 4e5b822View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4cffc6b - Browse repository at this point
Copy the full SHA 4cffc6bView commit details
Commits on Jan 21, 2022
-
Configuration menu - View commit details
-
Copy full SHA for ddd75b6 - Browse repository at this point
Copy the full SHA ddd75b6View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v5.2.1...v5.3.0