You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,11 @@
1
1
# CHANGELOG
2
2
3
+
# Version 2.1.1
4
+
- Introducing support for SpringBoot via Application-Insights-SpringBoot-Starter [#646](https://github.com/Microsoft/ApplicationInsights-Java/pull/646). This is currently in beta.
5
+
- In order to add support for SpringBoot starter some fields in core SDK are made public.
6
+
- Introduced public constructor in `InProcessTelemetryChannel.java` class.
7
+
- Introduced a public method `getActiveWithoutInitializingConfig()` in `TelemetryConfiguration.java` class.
8
+
3
9
# Version 2.1.0
4
10
- Introduced Heartbeat feature which sends periodic heartbeats with basic information about application and runtime to Application Insights.
5
11
- Enable support for system properties in the instrumentation key resolving component.
@@ -98,7 +104,7 @@
98
104
- Added sampling support. See [here](https://github.com/Microsoft/ApplicationInsights-Java/wiki/Sampling)
99
105
- Allow changing the performance counter collection frequency and added hooks before and after sending the PC see [here](https://github.com/Microsoft/ApplicationInsights-Java/wiki/Perfomance-Counters-Collection:-Setting-collection-frequency) and [here](https://github.com/Microsoft/ApplicationInsights-Java/wiki/Perfomance-Counters-Collection:-Plugin)
100
106
- Agent built-in types are now off by default. Support wildcard to monitor multiple classes in the agent.
101
-
- Add depenecy type in the agent configuration see [here](https://github.com/Microsoft/ApplicationInsights-Java/wiki/Configure-Dependecy-Type-in-the-Agent-Configuration)
107
+
- Add dependency type in the agent configuration see [here](https://github.com/Microsoft/ApplicationInsights-Java/wiki/Configure-Dependecy-Type-in-the-Agent-Configuration)
0 commit comments