Skip to content

Releases: potoo0/configurable-http-proxy

v0.1.5

23 Jan 15:09
Compare
Choose a tag to compare

bump deps

Full Changelog: v0.1.4...v0.1.5

v0.1.4

25 Jul 13:34
Compare
Choose a tag to compare

What's Changed

  • fix get routes by inactiveSince query param
  • fix MemoryStore data race

New Contributors

  • @manics made their first contribution in #1

Full Changelog: v0.1.3...v0.1.4

v0.1.3

14 Jul 08:02
Compare
Choose a tag to compare
  • Modify go link flags to reduce binary size
  • Publish docker image

Full Changelog: v0.1.2...v0.1.3

v0.1.2

12 Jul 07:35
Compare
Choose a tag to compare
  • Fix string case issue in proxy.proxyKind.
  • Url parse errors are handled by the handleError
  • Support --metrics-port, --metrics-ip for prometheus metrics.

v0.1.1

10 Jul 12:37
Compare
Choose a tag to compare
  • Support --keep-alive-timeout and --timeout options to specify the proxy server idle timeout and r/w timeout.
  • Support --ssl-*, --api-ssl-* and --client-ssl-* options to specify the ssl configurations.
    • --ssl-ciphers is ignored, use golang's default cipher suites.
    • --ssl-dhparam is ignored, Diffie-Hellman parameters is not supported in golang's tls package.

v0.1.0

06 Jul 09:13
Compare
Choose a tag to compare

Support the basic functions provided by jupyterhub/configurable-http-proxy