Releases: tus/tus-node-server
Releases · tus/tus-node-server
v0.7.0
What's Changed
- index.d.ts: explicitly type Server.get callback parameter signature by @erikjwaxx in #255
- index.d.ts: fix http import to work without default exports set by @erikjwaxx in #254
- announce to client that FileStore supports termination extension by @mitjap in #261
- Reject partial upload if concatenation extension is not supported by @mitjap in #262
New Contributors
- @erikjwaxx made their first contribution in #255
Full Changelog: v0.6.0...v0.7.0
v0.6.0
What's Changed
Improvements
- Implement file stream splitter for S3 by @Murderlon in #245
- Rewrite all tests for stores & share tests between stores by @Murderlon in #209
- Use tus-node-server with Fastify by @mashpie in #244
- Remove content-length response header for 204 status code by @dmytrohridin in #236
- Fix: solve relativeLocation with wrong type definition by @leonardofs in #243
- Add region to S3StoreOptions Typescript definition by @thurinus in #229
Dependencies
- Bump node-forge from 1.2.1 to 1.3.0 by @dependabot in #210
- Bump minimist from 1.2.5 to 1.2.6 by @dependabot in #213
- Create dependabot.yaml by @Acconut in #214
- Bump actions/setup-node from 2 to 3 by @dependabot in #216
- Bump actions/checkout from 2 to 3 by @dependabot in #215
- Bump mocha from 9.2.0 to 9.2.2 by @dependabot in #219
- Bump tus-js-client from 2.3.0 to 2.3.1 by @dependabot in #221
- Bump sinon from 12.0.1 to 13.0.1 by @dependabot in #217
- Bump @google-cloud/storage from 5.18.1 to 5.19.0 by @dependabot in #218
- Bump eslint-plugin-promise from 4.2.1 to 6.0.0 by @dependabot in #222
- Bump aws-sdk from 2.1064.0 to 2.1111.0 by @dependabot in #223
- Bump aws-sdk from 2.1111.0 to 2.1120.0 by @dependabot in #234
- Bump @google-cloud/storage from 5.19.0 to 5.19.3 by @dependabot in #235
- Bump debug from 4.3.3 to 4.3.4 by @dependabot in #225
- Bump sinon from 13.0.1 to 13.0.2 by @dependabot in #232
- Bump supertest from 6.2.2 to 6.2.3 by @dependabot in #237
- Bump aws-sdk from 2.1120.0 to 2.1125.0 by @dependabot in #239
- Bump @google-cloud/storage from 5.19.3 to 5.19.4 by @dependabot in #240
New Contributors
- @thurinus made their first contribution in #229
- @dmytrohridin made their first contribution in #236
- @leonardofs made their first contribution in #243
- @mashpie made their first contribution in #244
Full Changelog: v0.5.2...v0.6.0
v0.5.2
What's Changed
- Fix for HEAD request not returning Upload-Offset when S3 multipart upload is finished (#207)
- Fix memory leaks on interrupted upload (#188)
New Contributors
- @mzoellner made their first contribution in #207
Full Changelog: v0.5.1...v0.5.2
v0.5.1
What's Changed
- Update url-parse dependency: #205
- Improve Type Definitions by @samal-rasmussen: #203
- Include Type Definitions in releases on NPM
New Contributors
- @samal-rasmussen made their first contribution in #203
Full Changelog: v0.5.0...v0.5.1
v0.5.0
- Add support for termination in FileStore (#200)
- Note: this is not available yet in S3 and Google Cloud Storage stores
- Update all dependencies (ce40ac2)
- Update package-lock with npm audit fix (a07d57c)
- Bump aws-sdk from 2.761.0 to 2.814.0 (#197)
- Setup GitHub Actions (1cd046d)
- Increase test timeout (ad5f5cc)
v0.4.0
What's Changed
- Update multiple development dependencies by @Acconut in #141
- fix relative location url by @sh in #132
- Updated dependencies to recent versions, fixed tests on Windows by @DvdGiessen in #146
- Bump mixin-deep from 1.3.1 to 1.3.2 by @dependabot in #152
- Bump lodash from 4.17.11 to 4.17.15 by @dependabot in #155
- Bump eslint-utils from 1.3.1 to 1.4.3 by @dependabot in #154
- Bump handlebars from 4.1.0 to 4.5.3 by @dependabot in #161
- add typescript by @kyoungduck in #162
- Bump acorn from 6.1.1 to 6.4.1 by @dependabot in #164
- chore: update dependency with security issue by @kieckhafer in #166
- Bump https-proxy-agent from 2.2.1 to 2.2.4 by @dependabot in #165
- Bump lodash from 4.17.15 to 4.17.19 by @dependabot in #169
- Bump node-fetch from 2.3.0 to 2.6.1 by @dependabot in #171
- fix/update: dependencies by @mhf-ir in #173
- Bump y18n from 4.0.0 to 4.0.1 by @dependabot in #176
- Bump date-and-time from 0.14.1 to 0.14.2 by @dependabot in #175
- Bump url-parse from 1.4.7 to 1.5.1 by @dependabot in #180
- Bump lodash from 4.17.20 to 4.17.21 by @dependabot in #179
- Bump handlebars from 4.7.6 to 4.7.7 by @dependabot in #178
- resumable uploads with GCS by @mitjap in #183
- GET handler for serving uploaded files by @mitjap in #190
- implementation of creation-with-upload extention by @mitjap in #185
- Add metadata parsing and stringification functions by @mitjap in #192
New Contributors
- @Acconut made their first contribution in #141
- @sh made their first contribution in #132
- @DvdGiessen made their first contribution in #146
- @dependabot made their first contribution in #152
- @kyoungduck made their first contribution in #162
- @kieckhafer made their first contribution in #166
- @mhf-ir made their first contribution in #173
- @mitjap made their first contribution in #183
Full Changelog: v0.3.0...v0.4.0
v0.3.2
v0.3.1
Release 0.2.11
Release 0.2.10
- Replaced console.[log|info|warn|error] statements with debug statements #87 (thanks @LaurensRietveld)