Skip to content

Commit 6efa632

Browse files
authored
prepare for 1.0.0.beta-5 release (Azure#25369)
* prepare for 1.0.0.beta-5 release * add subsections to changelog * fix formatting
1 parent 1e3c435 commit 6efa632

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

sdk/monitor/azure-monitor-opentelemetry-exporter/CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
# Release History
22

3-
## 1.0.0-beta.5 (Unreleased)
3+
## 1.0.0-beta.5 (2021-11-12)
4+
5+
### New Features
6+
- Added Azure Active Directory authentication support.
7+
- Added Stamp Specific Endpoint redirect support.
8+
- Added support for EventHubs.
9+
- Add sdk version string to telemetry item.
10+
11+
### Dependency Updates
12+
- Updated versions of `opentelemetry-api` and `opentelemetry-sdk` to `1.7.0` version.
13+
14+
### Bugs Fixed
15+
- Fix formatted duration used in setDuration of RequestData and RemoteDependencyData.
16+
- Minor Fix to ndJsonSerialization issue.
417

518

619
## 1.0.0-beta.4 (2021-03-10)

sdk/monitor/azure-monitor-opentelemetry-exporter/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ For more information, please read [introduction to Application Insights][applica
2323
<dependency>
2424
<groupId>com.azure</groupId>
2525
<artifactId>azure-monitor-opentelemetry-exporter</artifactId>
26-
<version>1.0.0-beta.4</version>
26+
<version>1.0.0-beta.5</version>
2727
</dependency>
2828
```
2929
[//]: # ({x-version-update-end})

0 commit comments

Comments
 (0)