Skip to content
This repository was archived by the owner on Dec 14, 2022. It is now read-only.

Commit 587bdff

Browse files
author
Chris Wiechmann
committed
Bump version - Prepare to release 2.4.0
1 parent 9c3d7e0 commit 587bdff

File tree

7 files changed

+6
-8
lines changed

7 files changed

+6
-8
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

7-
## [Unreleased]
7+
## [2.4.0] 2021-04-26
88
### Fixed
99
- TransactionData not shown, if TransactionElement legs are not in a row [#97](https://github.com/Axway-API-Management-Plus/apigateway-openlogging-elk/issues/97)
1010
- Already existing ServiceName and Operation (Policy-Based) is removed during API-Lookup, when native API cannot be looked up [#98](https://github.com/Axway-API-Management-Plus/apigateway-openlogging-elk/issues/98)
@@ -15,7 +15,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1515
- Added a new parameter: `DISABLE_CUSTOM_PROPERTIES` to disable custom properties support [#95](https://github.com/Axway-API-Management-Plus/apigateway-openlogging-elk/issues/95)
1616
- Added more flexibility for the API-Gateway HTTP Status-Code filter. Filters such as 2xx or !2xx are now supported [#100](https://github.com/Axway-API-Management-Plus/apigateway-openlogging-elk/issues/100)
1717

18-
## [2.3.0]
18+
## [2.3.0] 2021-04-05
1919
### Fixed
2020
- Duplicated document for one correlationId returned from Elasticsearch causing API-Payload details not to show [#90](https://github.com/Axway-API-Management-Plus/apigateway-openlogging-elk/issues/90)
2121
- API-Manager config for groupId only was registered wrong - Causing error API-Manager config not found for group

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ After this configuration has been done, Open-Traffic log-files will be created b
150150

151151
Please download and extract the release package from the GitHub project onto your machine(s):
152152
```
153-
wget --no-check-certificate https://github.com/Axway-API-Management-Plus/apigateway-openlogging-elk/releases/download/v2.3.0/axway-apim-elk-v2.3.0.tar.gz -O - | tar -xvz
153+
wget --no-check-certificate https://github.com/Axway-API-Management-Plus/apigateway-openlogging-elk/releases/download/v2.4.0/axway-apim-elk-v2.4.0.tar.gz -O - | tar -xvz
154154
```
155155
To simplify updates it is recommended to create a Symlink-Folder and finally rename the provided file `env-sample` to `.env`.
156156
```

UPDATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ On the other hand, the API builder Docker image, as a central component of the s
4646
| 2.1.2 | [X](#api-builderlogstashmemcached) | - | - | - | - | - | - |- | 7.10.0 | |
4747
| 2.2.0 | [X](#api-builderlogstashmemcached) | [X](#api-builderlogstashmemcached) | - | - | - | - | - |- | 7.10.0 | |
4848
| 2.3.0 | [X](#api-builderlogstashmemcached) | - | - | - | - | - | - |- | 7.10.0 | |
49-
| 2.4.0 | [X](#api-builderlogstashmemcached) | [X](#api-builderlogstashmemcached) | - | - | - | - | [X](#parameters)|- | 7.10.0 |Unreleased |
49+
| 2.4.0 | [X](#api-builderlogstashmemcached) | [X](#api-builderlogstashmemcached) | - | - | - | - | [X](#parameters)|- | 7.10.0 | |
5050

5151
### Update from Version 1.0.0
5252

apibuilder4elastic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "apibuilder4elastic",
33
"description": "This API-Builder project provides an ELK-Based Traffic-Monitor API.",
44
"main": "app.js",
5-
"version": "v2.3.0",
5+
"version": "v2.4.0",
66
"author": "Chris Wiechmann",
77
"email": "[email protected]",
88
"url": "https://axway.com",

apibuilder4elastic/test/setupIndices/testInitialSetup.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ describe('Test Setup Indices endpoint', function () {
4747
});
4848

4949
async function generateRandomConfig(configFile) {
50-
debugger;
5150
var tempDir = path.join(os.tmpdir(), `/elk-test-${randomId}`);
5251
fs.mkdirSync(tempDir);
5352
var testConfig = path.join(tempDir, 'index_config.json');

apibuilder4elastic/test/setupIndices/testInitialSetupNoCustomProps.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ describe('Test Setup Indices endpoint with custom properties disable', function
4343
});
4444

4545
async function generateRandomConfig(configFile) {
46-
debugger;
4746
var tempDir = path.join(os.tmpdir(), `/elk-test-${randomId}`);
4847
fs.mkdirSync(tempDir);
4948
var testConfig = path.join(tempDir, 'index_config.json');

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ services:
5656

5757
# This is the API-Builder project exposing the API-Gateway Manager REST-API
5858
apibuilder4elastic:
59-
image: cwiechmann/apibuilder4elastic:v2.3.0
59+
image: cwiechmann/apibuilder4elastic:v2.4.0
6060
restart: on-failure:10
6161
container_name: apibuilder4elastic
6262
environment:

0 commit comments

Comments
 (0)