Releases: Axway-API-Builder-Ext/api-builder-extras
Releases · Axway-API-Builder-Ext/api-builder-extras
XML Flow-Node Version 1.1.0
Added support to convert JSON to XML
PDF Flow-Node Version 1.0.0
Initial version of the new PDF-Flow node.
Elasticsearch-Connector V2.2.1
Fixed
- Previous/Actual transform was not deleted as requested
Elasticsearch-Connector V2.2.0
Changed
- When updating an existing transform, the last checkpoint of the existing transform is taken over as a query limitation to the new transform
- to avoid re-indexing the same documents again
- FYI: Technically you cannot update a transform - It is a new transform and the previous has been stopped (and even deleted)
Elasticsearch-Connector V3.0.0
This version adds support for Elasticsearch version 8. The underlying library: @elastic/elasticsearch has been upgraded to version 8.0.0, which introduces a number of breaking changes.
Breaking change:
- the plugin does no longer return HTTP-Connection details. Instead the Elastic-Response is returned directly. See here for more details: https://www.elastic.co/guide/en/elasticsearch/client/javascript-api/8.0/changelog-client.html
- for instance, a search result is no longer returned a
$.result.body.hits
and instead$.result.hits
. The same applies for other functions as well.
- for instance, a search result is no longer returned a
Object-Filter Flow-Node Version 1.0.5
Updated dependencies to solve security issues
MongoDB Flow-Node Version 1.0.2
Updated dependencies to solve security issues
Google-Maps Connector V1.1.0
Fixed
- Documentation links
Security
- Updated dependencies to fix security issues
Added
- Now using Simple-Mock to execute tests
- Using only ONE Google-Maps clients, which is initialized when API-Builder starts
- Updated Google-Maps services from 2.0.2 to 3.3.6
AWS Athena Connector V2.0.0
- Refactored to new API-Builder SDK-Version
- Using Simple-Mock for Unit-Tests
- Using a single AWS-Client initialized on API-Builder start
Syncplicity Connector Version 1.0.5
Updated dependencies to fix security issues