rich-piping-server

Rich Piping Server

MIT License

Stars
13

Bot releases are visible (Hide)

rich-piping-server - v0.6.0 Latest Release

Published by github-actions[bot] about 1 year ago

Changed

  • Update dependencies

Added

  • Add --env-path option to load env file
rich-piping-server - v0.5.0

Published by github-actions[bot] over 1 year ago

Added

  • Add --debug-config option

Fixed

  • Support preflight request for basic authentication
rich-piping-server - v0.4.0

Published by github-actions[bot] over 1 year ago

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
rich-piping-server - v0.3.1

Published by github-actions[bot] over 1 year ago

Fixed

  • Use Node.js 18 in vercel/pkg build for ARM
rich-piping-server - https://github.com/nwtgck/rich-piping-server/releases/tag/v0.3.0

Published by nwtgck over 1 year ago

Changed

  • Update dependencies
  • Support experimental OpenID Connect
  • Support !env, !concat and !unrecommended_js tags
rich-piping-server - v0.2.2

Published by github-actions[bot] over 1 year ago

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
rich-piping-server - v0.2.1

Published by github-actions[bot] over 2 years ago

Changed

  • Update dependencies
rich-piping-server -

Published by github-actions[bot] over 2 years ago

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