From f9f852008fcbe94c099d9d42cef010d74fea2574 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Thu, 19 Oct 2017 17:54:29 +0300 Subject: [PATCH] Added version 0.2 CHANGES. --- CHANGES | 24 ++++++++++++++++++- docs/changes.xml | 61 ++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 84 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 2c5aef17..8b823ead 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,27 @@ -Changes with unit 0.1 06 Sep 2017 +Changes with Unit 0.2 19 Oct 2017 + + *) Feature: Go package improvements. + + *) Feature: configuration persistence. + + *) Feature: improved handling of configuration errors. + + *) Feature: application "timeout" property. + + *) Bugfix: Go application crashed under load. + + *) Bugfix: POST request for PHP were handled incorrectly. + + *) Bugfix: the router exited abnormally if all listeners had been + deleted. + + *) Bugfix: the router crashed under load. + + *) Bugfix: memory leak in the router. + + +Changes with Unit 0.1 06 Sep 2017 *) First public release. diff --git a/docs/changes.xml b/docs/changes.xml index 1607d632..51b99d41 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -5,6 +5,67 @@ + + + + +Go package improvements. + + + + + +configuration persistence. + + + + + +improved handling of configuration errors. + + + + + +application "timeout" property. + + + + + +Go application crashed under load. + + + + + +POST request for PHP were handled incorrectly. + + + + + +the router exited abnormally if all listeners had been deleted. + + + + + +the router crashed under load. + + + + + +memory leak in the router. + + + + + +