Skip to content

Commit 792afbd

Browse files
committed
Preparations for release 0.2.0; Bumped version and updated CHANGELOG.md
1 parent 00b0fbd commit 792afbd

File tree

3 files changed

+23
-3
lines changed

3 files changed

+23
-3
lines changed

CHANGELOG.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,26 @@
11
# Changelog
22

3-
## [Unreleased 0.2.0+dev]
3+
## [0.2.0] - 2016-07-22
4+
This release brings several big features such as full-functional REST API and Stats, as well
5+
as may bugfixes and improvements. All changes are backward-compatible with 0.1.0.
6+
7+
### New Features
8+
- REST API implementation (info, servers list/create/remove, stats, config dump).
9+
- Implemented gathering stats for servers and backends (rx/tx, rx/tx per second, connections count, etc)
10+
11+
### Added
12+
- Set GOMAXPROCS to cpu count automatically if no env var is present
13+
- Added TLS support for Docker discovery
14+
- Added docker_container_host_env_var property to Docker discovery
15+
- Allow any type of value (int or string) in port in JSON discovery
16+
- Make healthchecks optional
17+
18+
### Fixes
19+
- Fixed panic runtime error exec discovery when exec_command is not valid path and timeout=0
20+
- Fixed roundrobin balance strategy
21+
- Fixed how SRV discovery handler large UDP responses; Fixed sometimes missed port.
22+
- Fixed parsing backend on windows (with \r newlines)
23+
424

525
## [0.1.0] - 2016-06-08
626
### Added

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ dist:
7575
-tasks=xc,archive \
7676
-arch="386 amd64" \
7777
-pv="${VERSION}" \
78-
-os="linux windows" \
78+
-os="linux windows darwin" \
7979
-include="README.md,LICENSE,CHANGELOG,VERSION,config/gobetween.toml,share" \
8080
-build-ldflags=${LDFLAGS}
8181
rm ./debian -rf

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.0+dev
1+
0.2.0

0 commit comments

Comments
 (0)