Skip to content

Commit

Permalink
Preparations for release 0.2.0; Bumped version and updated CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yyyar committed Jul 22, 2016
1 parent 00b0fbd commit 792afbd
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 3 deletions.
22 changes: 21 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,26 @@
# Changelog

## [Unreleased 0.2.0+dev]
## [0.2.0] - 2016-07-22
This release brings several big features such as full-functional REST API and Stats, as well
as may bugfixes and improvements. All changes are backward-compatible with 0.1.0.

### New Features
- REST API implementation (info, servers list/create/remove, stats, config dump).
- Implemented gathering stats for servers and backends (rx/tx, rx/tx per second, connections count, etc)

### Added
- Set GOMAXPROCS to cpu count automatically if no env var is present
- Added TLS support for Docker discovery
- Added docker_container_host_env_var property to Docker discovery
- Allow any type of value (int or string) in port in JSON discovery
- Make healthchecks optional

### Fixes
- Fixed panic runtime error exec discovery when exec_command is not valid path and timeout=0
- Fixed roundrobin balance strategy
- Fixed how SRV discovery handler large UDP responses; Fixed sometimes missed port.
- Fixed parsing backend on windows (with \r newlines)


## [0.1.0] - 2016-06-08
### Added
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ dist:
-tasks=xc,archive \
-arch="386 amd64" \
-pv="${VERSION}" \
-os="linux windows" \
-os="linux windows darwin" \
-include="README.md,LICENSE,CHANGELOG,VERSION,config/gobetween.toml,share" \
-build-ldflags=${LDFLAGS}
rm ./debian -rf
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.0+dev
0.2.0

0 comments on commit 792afbd

Please sign in to comment.