Skip to content

Releases: spaghettidba/XESmartTarget

1.5.6

30 May 14:12
Compare
Choose a tag to compare

New retry logic for broken connections

1.5.4

10 Jun 13:49
Compare
Choose a tag to compare
  • Upgraded most packages
  • Resolved package conflicts between xesmarttarget and xeltocsv.exe

1.5.3

23 Feb 11:19
Compare
Choose a tag to compare

Adjustments and performance for Json output

1.5.2

16 Feb 17:24
Compare
Choose a tag to compare

Bug fixes

  • collection_time_iso was not set correctly

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.