Skip to content

Commit

Permalink
doc update for v4.0.1 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Kurilov committed Oct 7, 2018
1 parent 42d6c08 commit 64b478d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions doc/changelog/README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion storage/driver/coop/netty/http/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 64b478d

Please sign in to comment.