Skip to content

Commit ded04f0

Browse files
author
Chris Wiechmann
committed
Bugfix split on undefined
1 parent c026413 commit ded04f0

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

api-builder-plugin-fn-elasticsearch/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ 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+
## [1.0.17] 2020-12-18
8+
### Fixed
9+
- Fixed a problem, that API-Builder failed to start with split on undefined if the environment variable ELASTICSEARCH_HOSTS is not set
10+
711
## [1.0.16] 2020-12-15
812
### Added
913
- Added the option to rollover multiple indicies based on a wildcard alias

api-builder-plugin-fn-elasticsearch/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@axway-api-builder-ext/api-builder-plugin-fn-elasticsearch",
3-
"version": "1.0.16",
3+
"version": "1.0.17",
44
"description": "Integrate Elasticsearch into your API-Builder flow to combine search data for instance with other data available in your flow.",
55
"author": "Chris Wiechmann <cwiechmann@axway.com> (http://www.axway.com)",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)