Release Notes
You will find all version as tags deployed on Dockerhub.
Version 1.5.4
Released on 09.07.2024
Changelog
- Introducing functionality to configure CORS.
Version 1.5.3
Released on 03.07.2024
Changelog
- Introducing Timebased Trigger
- Introducing Indexed Fulfillment Result, making it possible to index fulfillments run in a loop.
- New method LIST_TO_STRING to concat a string from an array.
- New method VALUE_BY_INDEX to read the result of an indexed fulfillment.
- Add loopbreak functionality, to abort a loop under a certain condition.
- Possibility to get the index in a loop useing the LIST(10) method.
- Possibility to concat text when building simple string values in a schema.
- Possibility to call iterations from the loops before with @@
Version 1.5.2
Released on 05.06.2024
Changelog
- File upload functionality.
- New method MULTIPART_FILE to read uploaded files as multipart files.
- New method MULTIPART_FILENAME to get the filename of an incoming file.
- New method GET_JSON to get a fulfillment result as a json string.
- Trying to read an array (such as in loop or list) but having a jsonobject in the value now leads to a returned array with each variable transformed into a map. The entry can then be read with $.key and $.val.
Version 1.5.1`
Released on 15.05.2024
Changelog
- Possibility to run fulfillments in a Loop
Version 1.5.0
Released on 30.04.2024
Changelog
Breaking Change: Major Configuration Update. Configuration File Migration necessary.
- Response Structure Change
- Introducing JSONPATCH syntax functionality.
- Introducing Method Handlers VALUE, TEXT, INTEGER, DOUBLE, BOOLEAN, SIZE, LIST, PARAM, BODY.
- REST-API Datasource: It´s now possible to request 3rd party JSON APIs as datasources.
- Official MSSQL support.
Version 1.4.2
Released on 09.10.2023
Changelog
- Versioning Patches & Security Maintenance Update
Version 1.4.1
Released on 01.09.2023
Changelog
- Versioning Patches & Security Maintenance Update
Version 1.4.0
Released on 07.08.2023
Changelog
- Launch of public version.
Version 1.3.0
Released on 22.07.2023
Changelog
- Add basic authentication support
- Add postgres SQL database
Version 1.2.2
Released on 18.07.2023
Changelog
- Postgres Support
Version 1.2.1
Released on 06.07.2023
Changelog
- Minor Bugfixing
Version 1.2.0
Released on 06.07.2023
Changelog
- Improved Debug Mode Setting
- Ajust licencing and free version
Version 1.1.0
Released on 12.04.2023
Changelog
- Add support for condition function .size()
- Add settings section in config yaml file and moved licence from base to settings section
- Added debug mode to disable/enable api documentation test interface
Version 1.0.1
Released on 04.04.2023
Changelog
- Improved Configuration File Validation on Startup and included better exception handling on invalid configuration Files
- A new logging mechanism to provide better and more precious information on the instance´s state on startup.
- Removed unnecessary attribute 'name' in fulfillment exception.
- Removed unnecessary attribute 'servername'
Version 1.0.0
Publish date
Released on 01.04.2023
Changelog
- First public version of APICHAP