Skip to content

Releases: git001/caddyv2-upload

v0.17

19 Mar 20:56
Compare
Choose a tag to compare
  • Added Health probe with static response handler

Full Changelog: v.16...v0.17

Switch to Go 1.22.0 and Caddy 2.7.6

04 Mar 13:07
Compare
Choose a tag to compare

What's Changed

  • Added support of fixed filename by @karowski in #19 closes #18
  • Switch to golang 1.22.0 and update Caddy to v2.7.6 ( 52de46c )
  • Add more output variables to print-headers-template ( 52ebacc )
  • add Expose UUID as a variable ( #14 )

New Contributors

Full Changelog: v0.14...v.16

Fix tmp dir

05 Sep 23:48
Compare
Choose a tag to compare

Full Changelog: v.0.13...v0.14

Update components

08 Aug 11:01
Compare
Choose a tag to compare

This release have the updates of the following parts.

  • golang 1.20.7
  • caddy 2.7.2
  • xcaddy 0.3.4

v0.12

11 May 18:58
Compare
Choose a tag to compare

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

09 May 23:35
Compare
Choose a tag to compare

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

Full Changelog: v0.5...v0.11

Own Form Field

31 May 13:40
Compare
Choose a tag to compare

This release adds the possibility to configure a own form field

v0.4

27 May 11:25
Compare
Choose a tag to compare

This release fixes the buffering at form parsing stage see #2

Second release with notify feature

20 May 11:01
Compare
Choose a tag to compare

This Release add the feature to send a https request (notification) to a destination server.

First-Version

15 May 21:33
Compare
Choose a tag to compare

This is the first release of the upload handler.
It's also my first GH release.