-
Notifications
You must be signed in to change notification settings - Fork 225
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
9 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,34 +33,27 @@ Notes: | |
See the <<upgrade-to-v4>> guide. | ||
==== Unreleased | ||
[float] | ||
===== Breaking changes | ||
[[release-notes-4.5.0]] | ||
==== 4.5.0 - 2024/03/13 | ||
[float] | ||
===== Features | ||
* Update <<opentelemetry-bridge>> support to `@opentelemetry/api` version 1.8.0. | ||
* Add support for `tedious` versions 17 and 18. ({pull}3901[#3901], {pull}3911[#3911]) | ||
* Add support for `kafkajs` version v2. ({issues}2905[#2905]) | ||
* Update `tedious` instrumentation to support versions 17 and 18. ({pull}3901[#3901], {pull}3911[#3911]) | ||
* Add new `kafkajs` instrumentation. ({issues}2905[#2905]) | ||
[float] | ||
===== Bug fixes | ||
* Fix instrumentation of mongodb to not break [email protected]. Mongodb v6.4.0 | ||
included changes that resulted in the APM agent's instrumentation breaking it. | ||
({pull}3897[#3897]) | ||
* Fix hostname detection on Windows in some cases (where a powershell profile | ||
could break collection). ({pull}3899[#3899]) | ||
* Fix a path normalization issue that broke (or partially broke) instrumentation | ||
of some modules on Windows: Next.js, redis v4+, mongodb. ({pull}3905[#3905]) | ||
[float] | ||
===== Chores | ||
* update `test-all-versions` to `v6.1.0` which supports include, exclude & mode | ||
in versions configuration. The `update-tav-versions.js` script is not necessary | ||
anymore. | ||
[[release-notes-4.4.1]] | ||
==== 4.4.1 - 2024/02/06 | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters