Skip to content

Commit

Permalink
v4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Kurilov, Andrey committed Nov 13, 2018
1 parent 676d231 commit e30f2c4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 19 deletions.
19 changes: 3 additions & 16 deletions doc/changelog/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Contents

## 2018
* [4.1.0](#410) 2018-11-01
* [4.0.2](#401) 2018-11-13
* [4.0.1](#401) 2018-10-08
* [4.0.0](#400) 2018-10-01
* [3.6.2](#362) 08/08/18
Expand Down Expand Up @@ -54,27 +54,14 @@
* [0.1.4](#014) 09/17/14
* [0.1.3](#013) 08/15/14

# 4.1.0
# 4.0.2

## New Features and Enhancements

### Functional

#### 1. [Prometheus](https://prometheus.io/) Integration

Mongoose exposes the performance metrics for a Prometheus TSDB. This feature is named *Monitoring API* and intended for
future use to develop a full-featured Mongoose GUI service.
[See the corresponding documentation entry](https://github.com/emc-mongoose/mongoose/tree/4.1.0/doc/interfaces/api/monitoring)
for details.

### Non-Functional

#### 1. Configuration Layout Changes

| Old parameter name (v < 4.1.0) | New parameter name (v >= 4.1.0)
| Old parameter name (v < 4.0.2) | New parameter name (v >= 4.0.2)
|---------------------------------|--------------------------------
| N/A | output-metrics-quantiles
| N/A | run-port
| storage-net-http-namespace | storage-namespace

## Fixed Bugs
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/config/defaults.json
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@
// The scenario file to run, null means invoking the default.js scenario bundled into the distribution
"scenario": null,
// The Mongoose version
"version": "4.1.0"
"version": "4.0.2"
},
"storage": {
"auth": {
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.1.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.2" } | 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
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// An user may place here a key-value pair which will be used as HTTP header.
"headers": {
"Connection": "Keep-Alive",
"User-Agent": "mongoose/4.1.0"
"User-Agent": "mongoose/4.0.2"
},
"uri": {
// Custom URI query arguments according http://www.ietf.org/rfc/rfc2396.txt
Expand Down

0 comments on commit e30f2c4

Please sign in to comment.