Skip to content

Commit dd6a40e

Browse files
authored
update version and Changelog (#669)
* update version and readme * adding link to pull request in changelog
1 parent cbb51bd commit dd6a40e

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# CHANGELOG
22

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+
39
# Version 2.1.0
410
- Introduced Heartbeat feature which sends periodic heartbeats with basic information about application and runtime to Application Insights.
511
- Enable support for system properties in the instrumentation key resolving component.
@@ -98,7 +104,7 @@
98104
- Added sampling support. See [here](https://github.com/Microsoft/ApplicationInsights-Java/wiki/Sampling)
99105
- 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)
100106
- 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)
102108

103109

104110
## Version 1.0.6

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
// Project properties
2-
version=2.1.0
2+
version=2.1.1
33
group=com.microsoft.azure
44

0 commit comments

Comments
 (0)