We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18280e1 commit e69bbccCopy full SHA for e69bbcc
CHANGELOG.md
@@ -1,5 +1,17 @@
1
# CHANGELOG
2
3
+## Version 3.4.4 GA
4
+
5
+Enhancements:
6
7
+* Add scala instrumentation when play or akka instrumentation are enabled
8
+ [#2677](https://github.com/microsoft/ApplicationInsights-Java/pull/2677)
9
10
+Bug Fixes:
11
12
+* Fix Azure Function instrumentation (bug introduced in 3.4.2)
13
+ [#2684](https://github.com/microsoft/ApplicationInsights-Java/pull/2684)
14
15
## Version 3.4.3 GA
16
17
Bug fixes:
gradle.properties
@@ -1,5 +1,5 @@
// Project properties
-version=3.4.3
+version=3.4.4
org.gradle.parallel=true
org.gradle.caching=true
0 commit comments