Skip to content

Latest commit

 

History

History
72 lines (55 loc) · 1.61 KB

CHANGELOG.md

File metadata and controls

72 lines (55 loc) · 1.61 KB

1.2.0

  • Respect Mask Password plugin configuration
  • Update timestamps generated by build wrapper to reflect current time
  • Add @buildTimestamp to record start time

1.1.1

  • Remove redundant timestamp from payload
  • Don't try to create RabbitMQ queue if it already exists
  • Remove unnecessary external synchronization between builds

1.1.0

  • Add Syslog support
  • Requires Java runtime 7 or newer

1.0.4

  • Add support for pushing directly to Elasticsearch

1.0.3

  • Fix incompatibility with Jenkins core 1.577 and later

1.0.2

  • Add test results to the payload
  • Removed redundant field "version" from payload
  • Fixed build duration (build duration was always 0)

1.0.1

  • Return Jedis connection to pool immediately after use

1.0.0

  • Use JedisPool to fix concurrency issue with multiple running jobs
  • Update Logstash event schema (https://logstash.jira.com/browse/LOGSTASH-675)
  • Add more build data to the payload (build parameters, Jenkins ID, etc.)
  • Move connection info into a global config shared between all jobs
  • Add a post-build action to send multiple log lines as a single event
  • Add support for RabbitMQ

0.7.4

  • Flush downstream OutputStream when we flush.
  • If the connection to redis fails, stop using redis.
  • Log the activation of Logstash.

0.7.3

  • Continue to output to the console log when redis is down.
  • Add support for more types of builds.

0.7.2

  • No longer duplicating every line in metadata.
  • Fix bug when no password is used for redis.

0.7.1

  • Remove data marked by ansi-conceal escape sequence.

0.7.0

  • Initial working release.