Releases: git001/caddyv2-upload
Releases · git001/caddyv2-upload
v0.17
Switch to Go 1.22.0 and Caddy 2.7.6
Fix tmp dir
Full Changelog: v.0.13...v0.14
Update components
This release have the updates of the following parts.
- golang 1.20.7
- caddy 2.7.2
- xcaddy 0.3.4
v0.12
This version does not use anymore caddy file_server module which implies that this module is the last one in the server handle chain.
What's Changed
- use http.ServeContent instead of file_server module
- Add paramter root_dir to this module
Full Changelog: v0.11...v0.12
Version 0.11
This release fixes some issues with the response template output and updated to golang 1.20.4 and xcaddy 0.3.3
What's Changed
- Make sure target file is truncated before writing to it by @MrYakobo in #8
- Add option to create UUID directory for each file by @jmshrv in #10
- Revert accidental package upgrades by @francislavoie in #11
- Update golang to 1.20.4 4ca3920
- Fix output of response template #12
New Contributors
- @MrYakobo made their first contribution in #8
- @jmshrv made their first contribution in #10
- @francislavoie made their first contribution in #11
Full Changelog: v0.5...v0.11
Own Form Field
This release adds the possibility to configure a own form field
v0.4
Second release with notify feature
This Release add the feature to send a https request (notification) to a destination server.
First-Version
This is the first release of the upload handler.
It's also my first GH release.