Releases: nwtgck/go-piping-server
Releases · nwtgck/go-piping-server
v0.6.3
Changelog
- 15df285 Merge branch 'release/0.6.3'
- ad9e46d bump: 0.6.3
- c475878 ci: go-version: "1.21"
- 2b4b41b build(deps): bump goreleaser/goreleaser-action from 4 to 5 (#68)
- cc42bbe build(deps): bump docker/build-push-action from 4 to 5 (#67)
- 950d6f5 build(deps): bump docker/login-action from 2 to 3 (#70)
- 0684b26 build(deps): bump docker/setup-buildx-action from 2 to 3 (#69)
- 6cb067c build(deps): bump golang.org/x/net from 0.14.0 to 0.15.0 (#66)
- 4da8425 build(deps): bump actions/checkout from 3 to 4 (#65)
- 8b9860b build(deps): bump github.com/quic-go/quic-go from 0.38.0 to 0.38.1 (#64)
- 1b4735f build(deps): bump github.com/quic-go/quic-go from 0.37.5 to 0.38.0 (#63)
- cf5a943 build(deps): bump github.com/quic-go/quic-go from 0.37.4 to 0.37.5 (#62)
- bdc83f9 build(deps): bump github.com/quic-go/quic-go from 0.37.3 to 0.37.4 (#61)
- 9ecec55 docs: 0.6.2
- a7d76f9 Merge tag 'v0.6.2' into develop
v0.6.2
Changelog
- 645924e Merge branch 'release/0.6.2'
- 4f95d7f bump: 0.6.2
- fcd77f7 goreleaser 1.19.2
- 4b5a6e0 build(deps): bump github.com/quic-go/quic-go from 0.37.2 to 0.37.3 (#59)
- 6382c72 build(deps): bump golang.org/x/net from 0.13.0 to 0.14.0 (#60)
- af1230e build(deps): bump github.com/quic-go/quic-go from 0.37.1 to 0.37.2 (#58)
- 43cf2ba build(deps): bump golang.org/x/net from 0.12.0 to 0.13.0 (#57)
- e7942b1 build(deps): bump github.com/quic-go/quic-go from 0.37.0 to 0.37.1 (#56)
- 92004b9 build(deps): bump github.com/quic-go/quic-go from 0.36.2 to 0.37.0 (#55)
- 89dddbb build(deps): bump github.com/quic-go/quic-go from 0.36.1 to 0.36.2 (#54)
- ab07f26 build(deps): bump golang.org/x/net from 0.11.0 to 0.12.0 (#53)
- dbb99e7 build(deps): bump github.com/quic-go/quic-go from 0.36.0 to 0.36.1 (#52)
- 9399c93 build(deps): bump gotest.tools/v3 from 3.4.0 to 3.5.0 (#51)
- 0826a78 build(deps): bump github.com/quic-go/quic-go from 0.35.1 to 0.36.0 (#50)
- 71ed0e3 build(deps): bump golang.org/x/net from 0.10.0 to 0.11.0 (#49)
- 2a82f67 build(deps): bump github.com/quic-go/quic-go from 0.35.0 to 0.35.1 (#48)
- 6162230 build(deps): bump github.com/quic-go/quic-go from 0.34.0 to 0.35.0 (#47)
- 7945159 deps: update
- 5773a0a build(deps): bump golang.org/x/net from 0.9.0 to 0.10.0 (#46)
- 70469b9 build(deps): bump github.com/quic-go/quic-go from 0.33.0 to 0.34.0 (#45)
- 783cc23 Merge tag 'v0.6.1' into develop
v0.6.1
v0.6.0
v0.5.0
v0.4.0
Added
- Support HEAD method for the reserved paths
- Add "Top page" link to /noscript page
- Log Piping Server version
- (Docker) Support linux/arm/v6, linux/arm/v7 and linux/arm64 Docker images
Changed
- Update dependencies
- Add Go runtime version to --version output and version log
v0.3.0
Added
- Make server logging better
- Support HTTP/2 Cleartext (h2c)
- Support X-Piping header passing arbitrary data from sender to receivers
- Create /noscript Web UI for transferring a file without JavaScript
- Support multipart upload
Changed
- Use requested protocol in /help
- Add
X-Robots-Tag: "none"
header to receiver's response - Reject POST and PUT with Content-Range for now to detect resumable upload in the future
- Respond 405 Method Not Allowed when method is not supported
- Reject Service Worker registration request
Fixed
- Not allow receiver do GET a path while transferring
- Add
Access-Control-Allow-Origin: *
to sender's response