https://github.com/jenkinsci/datadog-plugin/compare/datadog-0.5.6...datadog-0.6.0
- [IMPROVEMENT] Modifies job tag to incorporate subfolder names. See #68 and #77 (Thanks @witokondoria)
https://github.com/jenkinsci/datadog-plugin/compare/datadog-0.5.5...datadog-0.5.6
- [BUGFIX] Fix memory leak, by stoping the StatsD client after every send. See #73 (Thanks @suxor42)
- [BUGFIX] Include the result tag in the jenkins.job.completed metric. See #76
https://github.com/jenkinsci/datadog-plugin/compare/datadog-0.5.4...datadog-0.5.5
- [IMPROVEMENT] Add setters to allow for use of Groovy scripts. See #64 (Thanks @jniesen)
- [BUGFIX] Fix string handling by using utf-8. See #63 (Thanks @k_kitamura)
- [BUGFIX] Fix service checks listing separate groups for each result. See #65
https://github.com/jenkinsci/datadog-plugin/compare/datadog-0.5.3...datadog-0.5.4
- [BUGFIX] Fix tags generation
https://github.com/jenkinsci/datadog-plugin/compare/datadog-0.5.2...datadog-0.5.3
- [BUGFIX] Reintroduce Jenkins source type for all events.
https://github.com/jenkinsci/datadog-plugin/compare/datadog-0.5.1...datadog-0.5.2
- [BUGFIX] Catch and react to null property in DatadogUtilities.parseTagList(). See 84ec03
https://github.com/jenkinsci/datadog-plugin/compare/datadog-0.5.0...datadog-0.5.1
- [BUGFIX] Fixed an unhandled NPE caused when DataDog Job Properties were not selected. See #44 (Thanks @MadsNielsen)
https://github.com/jenkinsci/datadog-plugin/compare/datadog-0.4.1...datadog-0.5.0
- [IMPROVEMENT] Adding tags by job, via job configuration screen or via workspace text file. See #38 (Thanks @MadsNielsen)
- [IMPROVEMENT] Count metric for completed jobs. See #39 (Thanks @MadsNielsen)
https://github.com/jenkinsci/datadog-plugin/compare/datadog-0.4.0...datadog-0.4.1
- [BUGFIX] Fixed issue where apiKey was being returned to the configuration form as hash, causing a test of the key to fail. See ee95325
- [BUGFIX] Removed a false error log, which was reporting successful POSTs as an error. See 094fbe8
- [BUGFIX] Round job duration text to the nearest 2 decimals on event messages. See 7bdef98
- [IMPROVEMENT] Reporting all events as Jenkins source type, enabling proper event display. See f00b261
https://github.com/jenkinsci/datadog-plugin/compare/datadog-0.3.0...datadog-0.4.0
- [IMPROVEMENT] Add support for using a proxy server, utilizing Jenkins proxy settings. See #30 (Thanks @seattletechie)
- [IMPROVEMENT] Replace PrintStream with java.util.Logger, to produce log verbosity control, allowing use of log groups and levels in Jenkins. See #29 (Thanks @dmabamboo)
- [OTHER] Cleaned up blacklist code. See #28 (Thanks @dmabamboo)
https://github.com/jenkinsci/datadog-plugin/compare/datadog-0.2.1...datadog-0.3.0
- [IMPROVEMENT] Added the ability to include optional preset tags. See ea17e44
- [IMPROVEMENT] Added the ability to blacklist jobs from being reported to DataDog. See 9fde32a
- [BUGFIX] Changed the plugin id from
datadog-build-reporter
to justdatadog
. See #18
- [BUGFIX] Improved method of determining the Jenkins hostname. See #15
- [IMPROVEMENT] Add node tag to events, metrics, and service checks. See #17
- [OTHER] Remove build_number tag from metrics and service checks. See #17
- [BUGFIX] Added a null safe getter function to prevent exceptions when attempting to call
.toString()
on anull
object. See #9 - [IMPROVEMENT] Events: Allow for event rollups on Datadog events page.
- [OTHER] Modified build page link to point to the main build page, rather than to the console output.
- [OTHER] Removed build_number tags from events.
Testing automatic release with new Jenkins job.
- [IMPROVEMENT] Added CHANGELOG.md
- [IMPROVEMENT] Added README.md
Worked out kinks in the release process.
- [BUGFIX] Javadoc: Fixed javadoc errors in class DatadogBuildListener.
- [BUGFIX] Javadoc: Fixed javadoc errors in method post.
Initial Release
- [FEATURE] Events: Started build
- [FEATURE] Events: Finished build
- [FEATURE] Metrics: Build duration (jenkins.job.duration)
- [FEATURE] Service Checks: Build status (jenkins.job.status)