Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 1.01 KB

RELEASENOTES.md

File metadata and controls

20 lines (17 loc) · 1.01 KB

0.0.7 Release

- The HTTPGetConnector now also supports JSONArray
- The HTTPConnector has been extended to GET, PUT, POST and DELETE.
- The header is analyzed and set in response
- All methods can be used with https

0.0.6 Release

- The keys @ between the connectors and the configuration_alias was passed through "." replaced
- MQ configuration from this version in the CONFIG.PROPERTIES (CONFIG.MQ.PROPERTIES no longer supported)
- Multiple MQ and DB connectors supported

0.0.5 Release

- config.properties keys @ replaced with . in order to prevent the conflicts with maven resources plugin
- All Put connectors submiting the payloads may have the placeholders within. Please use the standard markup ${PLACEHOLDER} and the corresponing entry in the config.properties: PLACEHOLDER=Value.
- integration tests separated from junits   

0.0.4 Release

- Bugixing
- MQ9 Support username/password authorisation 
- Files Connectors added: FilePutConnector, FileDelConnector, FileGetConnector