Releases: fabiolb/fabio
Releases · fabiolb/fabio
v1.4.4
v1.4.3
v1.4.2
v1.4.1
v1.4
v1.4rc1: Issue #179: TCP Proxy support
Changes for 1.4rc1 * Add test for TLS TCP proxy * Move TLSConfig creation out of the listener code and into main
v1.4beta2: Issue #179: TCP Proxy Support
Changes for 1.4beta2 * Advertise routes with 'tcp://' URL * Update integration test for 'tcp://' URLs * Filter urlprefix- tags from generated route commands * Allow demo server to register additional tags * Update UI to show TCP and HTTP routes correctly * Update UI to limit weights to two decimal points
v1.4beta1: Issue #179: TCP Proxy Support
* Add generic TCP proxy support. * Add support for ReadTimeout and WriteTimeout for the TCP and the TCP+SNI proxy. * Add integration tests for the TCP and TCP+SNI proxy. * Update the demo server to provide a TCP server. * Add a tcptest package for generic TCP server testing. Fixes #178, #179