Skip to content

Releases: spaghettidba/XESmartTarget

1.5.1

27 Jan 14:52
Compare
Choose a tag to compare

New Response type: OutputStreamAppenderResponse
See the docs

1.5.0

05 Jan 17:52
Compare
Choose a tag to compare
1.5.0 Pre-release
Pre-release

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

24 Nov 11:07
Compare
Choose a tag to compare

Modified user-agent header to improve logging

1.4.9

27 Jul 12:34
Compare
Choose a tag to compare
  • Adds --Timeout command line parameter to shut down the process gracefully after the timeout (in seconds) has expired

1.4.8

05 Jul 11:30
Compare
Choose a tag to compare

Configuration from URL supports basic authentication
URLs like this https://user:password@host/path are now supported

1.4.7

22 Jun 08:51
Compare
Choose a tag to compare
  • 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

04 Apr 14:34
Compare
Choose a tag to compare

Added mechanism for reconnecting after disconnection. See #15

1.4.5

23 Feb 10:36
Compare
Choose a tag to compare

Fixed minor bugs when adding {properties} to sql strings in TSQLResponse

1.4.4

12 Mar 16:29
Compare
Choose a tag to compare
1.4.4 Pre-release
Pre-release
v1.4.4

New release

1.4.3

07 Oct 07:53
Compare
Choose a tag to compare
  • Some fixes for filters on aggregated columns
  • Added support for multiple To addresses in EmailResponse (separate with semicolon)