Skip to content

Commit

Permalink
Updated changelog, list of authors and years in licensefile, preparin…
Browse files Browse the repository at this point in the history
…g to 0.8.0 release
  • Loading branch information
illarion committed Jul 8, 2020
1 parent 691918a commit b35be9c
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 4 deletions.
9 changes: 9 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,19 @@ Nick Doikov <[email protected]>
Ievgen Ponomarenko <[email protected]>
Shantanu Gadgil <[email protected]>
Joe Topjian <[email protected]>
Nick Maliwacki <[email protected]>
David Beck <[email protected]>
Yousong Zhou <[email protected]>
Wilfried Daniels <[email protected]>
Tomáš Pospíšek <[email protected]>
Seua Polyakov <[email protected]>
pitan <[email protected]>
Nico Schieder <[email protected]>
Mike Chepaykin <[email protected]>
Michael Schroeder <[email protected]>
Erin <[email protected]>
Eric Lindau <[email protected]>
Eric Lindau <[email protected]>
Chris Williams <[email protected]>
chenguoyan <[email protected]>
Artiom Diomin <[email protected]>
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# Changelog

## [0.8.0]

### New Features
- Transparent mode for UDP connections #218
- Environment variables substitution into config (disabled by default) #201
- Combined priority + weight balancing, support of weight = 0 and ignore negative weight #204
- Support of Consul ACL tokens #195
- Pidfile support #190
- TLS probe healthcheck #173
- IPV6 support for SRV discovery #222

### Added
- Multistage docker build with default base image 'scratch'
- Build as snap package
- Latest letsencrypt changes

### Removed
- Windows/386 build

### Fixed
- Panic when removing UDP server with enabled access control #215
- Servers deleted via API have scheduler still running #140
- Iphash random selection of backends for the same client ip #229
- Fixed systemd unit #190
- JSON logs format
- High cpu load by UDP server in max_requests=1 mode (fire and forget) by using connection pool #290
- Logging of metric server error #277

## [0.7.0]

### New Features
Expand Down
8 changes: 4 additions & 4 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
gobetween
Copyright (c) 2016-2019 Yaroslav Pogrebnyak
Copyright (c) 2016-2019 Illarion Kovalchuk
Copyright (c) 2016-2019 Nick Doikov
Copyright (c) 2016-2019 Ievgen Ponomarenko
Copyright (c) 2016-2020 Yaroslav Pogrebnyak
Copyright (c) 2016-2020 Illarion Kovalchuk
Copyright (c) 2016-2020 Nick Doikov
Copyright (c) 2016-2020 Ievgen Ponomarenko

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"),
Expand Down

0 comments on commit b35be9c

Please sign in to comment.