Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add changelog for 5.6.0 #369

Merged
merged 3 commits into from
Nov 13, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
Changes
=======
## 5.6.0 / 2023-11-13
### Details
https://github.com/jenkinsci/datadog-plugin/compare/datadog-5.5.1...datadog-5.6.0

* [Added] Add ability to granualarly filter events. See [#364](https://github.com/jenkinsci/datadog-plugin/pull/364). Thanks [dawitgirm](https://github.com/dawitgirm).
* [Added] Add support for automatic APM tracers configuration. See [#354](https://github.com/jenkinsci/datadog-plugin/pull/354).
* [Fixed] Add fallback logic for job name and build tag in build data. See [#368](https://github.com/jenkinsci/datadog-plugin/pull/368).

## 5.5.1 / 2023-10-05
### Details
https://github.com/jenkinsci/datadog-plugin/compare/datadog-5.5.0...datadog-5.5.1


* [Fixed] Fix support for setting environment variables such as `GIT_BRANCH` when CI visibility is disabled. See [#361](https://github.com/jenkinsci/datadog-plugin/pull/361).
* [Fixed] Adjust HTTP client configuration and batch HTTP metrics. See [#362](https://github.com/jenkinsci/datadog-plugin/pull/362).
* [Fixed] Fix file descriptor leak in logger reinitialisation logic and print stack trace in severe logs. See [#347](https://github.com/jenkinsci/datadog-plugin/pull/347).
Expand Down
Loading