Skip to content

Commit

Permalink
Prepare for release 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
magiconair committed Mar 25, 2017
1 parent bfea015 commit 837bf03
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
## Changelog

### Unreleased
### [v1.4](https://github.com/eBay/fabio/releases/tag/v1.4) - 25 Mar 2017

* [Issue #1](https://github.com/eBay/fabio/issues/1): Add TCP proxying support
* [Issue #178](https://github.com/eBay/fabio/issues/178): Add tests and timeouts to TCP+SNI proxy
* [Issue #179](https://github.com/eBay/fabio/issues/179): Add generic TCP Proxy support
* [Issue #163](https://github.com/eBay/fabio/issues/163): Support glob host matching
* [Issue #248](https://github.com/eBay/fabio/issues/248): Start listener after routing table is initialized

Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# ![./fabio](https://github.com/eBay/fabio/blob/master/fabio.png)

##### Current stable version: 1.3.8
##### Current stable version: 1.4

[![Build Status](https://travis-ci.org/eBay/fabio.svg?branch=master)](https://travis-ci.org/eBay/fabio)
[![License MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/eBay/fabio/master/LICENSE)
[![Downloads](https://img.shields.io/github/downloads/eBay/fabio/total.svg)](https://github.com/eBay/fabio/releases)
[![Docker Pulls](https://img.shields.io/docker/pulls/magiconair/fabio.svg)](https://hub.docker.com/r/magiconair/fabio/)

fabio is a fast, modern, zero-conf load balancing HTTP(S) router
fabio is a fast, modern, zero-conf load balancing HTTP(S) and TCP router
for deploying applications managed by [consul](https://consul.io/).

Register your services in consul, provide a health check and fabio will start routing traffic to them. No configuration required. Deployment, upgrading and refactoring has never been easier.
Expand All @@ -25,6 +25,7 @@ and more.

It supports
SSL,
[TCP proxy](https://github.com/eBay/fabio/wiki/Features#tcp-proxy-support),
[TCP+SNI proxy (full end-to-end TLS)](https://github.com/eBay/fabio/wiki/Features#tcpsni-proxy-support),
[Websockets](https://github.com/eBay/fabio/wiki/Features#websocket-support),
[SSE](https://github.com/eBay/fabio/wiki/Features#sse---server-sent-events),
Expand Down

0 comments on commit 837bf03

Please sign in to comment.