From b35be9c124a2927bfca508448c68850894ba832b Mon Sep 17 00:00:00 2001 From: Illarion Kovalchuk Date: Wed, 8 Jul 2020 15:53:45 +0300 Subject: [PATCH] Updated changelog, list of authors and years in licensefile, preparing to 0.8.0 release --- AUTHORS | 9 +++++++++ CHANGELOG.md | 28 ++++++++++++++++++++++++++++ LICENSE | 8 ++++---- 3 files changed, 41 insertions(+), 4 deletions(-) diff --git a/AUTHORS b/AUTHORS index ff59a1be..b85dd3fe 100644 --- a/AUTHORS +++ b/AUTHORS @@ -4,10 +4,19 @@ Nick Doikov Ievgen Ponomarenko Shantanu Gadgil Joe Topjian +Nick Maliwacki David Beck Yousong Zhou +Wilfried Daniels +Tomáš Pospíšek Seua Polyakov +pitan Nico Schieder Mike Chepaykin Michael Schroeder +Erin +Eric Lindau +Eric Lindau +Chris Williams +chenguoyan Artiom Diomin diff --git a/CHANGELOG.md b/CHANGELOG.md index d6264eb6..d181a5a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/LICENSE b/LICENSE index ce8d1fed..fdde68a5 100644 --- a/LICENSE +++ b/LICENSE @@ -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"),