From 64b478ddeb73b935e2bca5db300985bcde20c5f4 Mon Sep 17 00:00:00 2001 From: Andrey Kurilov Date: Sun, 7 Oct 2018 18:17:01 +0300 Subject: [PATCH] doc update for v4.0.1 [skip ci] --- doc/changelog/README.md | 10 ++++++++++ storage/driver/coop/netty/http/README.md | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/doc/changelog/README.md b/doc/changelog/README.md index 1ab854c8e0..b4635ccac5 100755 --- a/doc/changelog/README.md +++ b/doc/changelog/README.md @@ -1,6 +1,7 @@ # Contents ## 2018 +* [4.0.1](#401) 2018-10-08 * [4.0.0](#400) 2018-10-01 * [3.6.2](#362) 08/08/18 * [3.6.1](#361) 03/26/18 @@ -52,6 +53,15 @@ * [0.1.4](#014) 09/17/14 * [0.1.3](#013) 08/15/14 +# 4.0.1 + +## Fixed Bugs + +| Id | Short Description | +|----|-------------------| +| [BASE-1276](https://mongoose-issues.atlassian.net/browse/BASE-1276) | Fails to create the file if the parent directory doesn't exist | +| [BASE-1277](https://mongoose-issues.atlassian.net/browse/BASE-1277) | Hang for some time when a distributed load step has already finished | + # 4.0.0 ## New Features and Enhancements diff --git a/storage/driver/coop/netty/http/README.md b/storage/driver/coop/netty/http/README.md index a4ee90d469..053f4d0b96 100644 --- a/storage/driver/coop/netty/http/README.md +++ b/storage/driver/coop/netty/http/README.md @@ -4,7 +4,7 @@ | Name | Type | Default Value | Description | |:-----------------------------------------------|:-------------|:-----------------|:-------------------------------------------------| -| storage-net-http-headers | Map | { "Connection" : "keep-alive", "User-Agent" : "mongoose/4.0.0" } | Custom HTTP headers section. An user may place here a key-value pair which will be used as HTTP header. The headers will be appended to every HTTP request issued. +| storage-net-http-headers | Map | { "Connection" : "keep-alive", "User-Agent" : "mongoose/4.0.1" } | Custom HTTP headers section. An user may place here a key-value pair which will be used as HTTP header. The headers will be appended to every HTTP request issued. | storage-net-http-uri-args | Map | {} | Custom URI query arguments according [RFC 2396](http://www.ietf.org/rfc/rfc2396.txt).The headers will be appended to every HTTP request issued. ## 2. Custom HTTP Headers