From b6d51cc41f5c7479f7cb480e8cf4240e41a73db1 Mon Sep 17 00:00:00 2001 From: Trask Stalnaker Date: Mon, 28 Aug 2023 11:11:18 -0700 Subject: [PATCH] Update change log for 3.4.16 (#3266) --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 30557bde25e..c8b7e40d2db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # CHANGELOG +## Version 3.4.16 GA + +### Enhancements: + +* Add r2dbc preview instrumentation + ([#3260](https://github.com/microsoft/ApplicationInsights-Java/pull/3260)) +* Fix azure functions consumption initialization + ([#3244](https://github.com/microsoft/ApplicationInsights-Java/pull/3244)) +* Add new ktor preview instrumentation + ([#3243](https://github.com/microsoft/ApplicationInsights-Java/pull/3243)) +* Telemetry processor - Allow multimatch on log body and span name + ([#3229](https://github.com/microsoft/ApplicationInsights-Java/pull/3229)) + ## Version 3.4.15 GA ### Enhancements: