Releases: spaghettidba/XESmartTarget
Releases · spaghettidba/XESmartTarget
1.5.1
1.5.0
Added OutputStreamAppenderResponse
It's a generic implementation of a stream writer, with different possible formats.
- Json
- Csv
- LineProtocol
The output stream can be a file or stdout/stderr.
More info in the docs.
1.4.10
Modified user-agent header to improve logging
1.4.9
- Adds --Timeout command line parameter to shut down the process gracefully after the timeout (in seconds) has expired
1.4.8
Configuration from URL supports basic authentication
URLs like this https://user:password@host/path are now supported
1.4.7
- Allows downloading the configuration from a URI (provide the configuration path as --File )
- Allows passing multiple targets in the configuration JSON. Target is now an array and it accepts both a single item (for backward compatibility) and an array.
1.4.6
1.4.5
Fixed minor bugs when adding {properties} to sql strings in TSQLResponse
1.4.4
v1.4.4 New release
1.4.3
- Some fixes for filters on aggregated columns
- Added support for multiple To addresses in EmailResponse (separate with semicolon)