Releases: nwtgck/rich-piping-server
Releases · nwtgck/rich-piping-server
v0.6.0
v0.5.0
Added
- Add --debug-config option
Fixed
- Support preflight request for basic authentication
v0.4.0
Changed
- Require email verification by default and add "require_verification" config
Added
- Add
!json_decode
tag - Add optional userinfo logging
- Add OpenID Connect session custom HTTP header in config
Fixed
- Catch "uncaughtException" after served
- Set requestTimeout: 0 to HTTP/1.1 server option for supporting Node.js 18
v0.3.1
Fixed
- Use Node.js 18 in vercel/pkg build for ARM
v0.3.0
v0.2.2
Changed
- Update dependencies
- (Docker) Upgrade Docker base image to node:16.17.0-alpine
Fixed
- Change the way of setting secure context to avoid an error "curl: (35) error:14004410:SSL routines:CONNECT_CR_SRVR_HELLO:sslv3 alert handshake failure" on client side in some environment
v0.2.1
Changed
- Update dependencies
v0.2.0
Changed
- Update dependencies
- Update internal Piping Server to 1.12.0
- Reject all requests before config loaded
- Allow --enable-https not only --enable-https=true
- (Docker) Upgrade Docker base image to node:16.14.2-alpine
- Improve HTTPS serving error messages
Add
- (Docker) Support multi-platform Docker images
- Support multi-platform simple binary distribution
- Upgrade config version to 1
- Add "--config-path" for shorten form of "--config-yaml-path"
- Add --host option to specify bind address
- Support TLS certificate hot reload
- Add "migrate-config" subcommand