Releases: wmfs/tymly-fastify-plugin
Releases Β· wmfs/tymly-fastify-plugin
v1.4.0
1.4.0 (2020-07-29)
β¨ Features
- blueprint: add local file download state machine (f6d9b8e)
- download file state resource can take optional download directory, and name for the browser (99c4d76)
π Bug Fixes
- can pass optional download filename, for the content-disposition header (187781a)
βοΈ Continuous Integrations
- circle: use updated circle node image [skip ci] (12045a2)
v1.3.0
1.3.0 (2020-06-18)
β¨ Features
- file-downloading: Added file can be marked as deletable (cc3d094)
- file-downloading: Download keys are good for one use only (8bd2de9)
- file-downloading: Return 404 error is key is bad (5229362)
- file-downloading: Serve up a file using the download key (e70ea3e)
- file-downloading: Wire up route into fastify (6659a98)
- state-resource: Start of file download state resource (36df07c)
- state-resources: fileDownloading state resource (cf7c381)
- File downloading service (805de11)
π¨ Tests
- s/Simple tests/Fastify tests/ (c9cf665)
v1.2.0
v1.1.1
1.1.1 (2020-05-13)
π Bug Fixes
- upload: Invoke state machine once upload is complete (f8c5702)
- upload: Save uploaded file to temp directory. (9953c64)
π Builds
- dependencies: Updated dependencies. Nearly all of them. (528575d)
- deps-dev: update semantic-release dev dependencies (b45881c)
π¦ Code Refactoring
- services: Remove callback parameter from service boot methods (7d7c3d9)
- test: Use await tymly.boot (6c3f11a)
- upload: Remove happy path debug output (0add03b)
- add upload route, log incoming info for now (eb34b69)
- launch state machine if one is specified (9afba3b)
- log some info about file, save form data, complete upload (e65be83)
- pass file info into state machine (55b68c9)
π¨ Tests
- state-resources: Remove unnecessary init methods (7ac0cc3)
βοΈ Continuous Integrations
- circle: add context env var config to config.yml (a460a4e)
π Styles
- lint: whitespace fixes (a132884)