Post 1.10.1 update to main (#5250)

* Update change log for 1.10.1 (#5221)

* Post 1.10.1 release updates to main

* Explain inclusion in patch release better
This commit is contained in:
Trask Stalnaker 2022-01-27 03:40:10 -08:00 committed by GitHub
parent 817b3d2671
commit 51742bdd5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 1 deletions

View File

@ -1,5 +1,14 @@
# Changelog # Changelog
## Version 1.10.1 - 2022-01-27
- Regression in project reactor context propagation instrumentation
([#5188](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/5188))
- Recover from duplicate class definition errors
([#5185](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/5185))
- Update to OTel SDK 1.10.1
([#5218](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/5218))
## Version 1.10.0 - 2022-01-15 ## Version 1.10.0 - 2022-01-15
### 🌟 New javaagent instrumentation ### 🌟 New javaagent instrumentation

View File

@ -59,7 +59,7 @@ if you are looking for documentation on using those.
## Getting Started ## Getting Started
Download the [latest version](https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/download/v1.10.0/opentelemetry-javaagent.jar). Download the [latest version](https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/download/v1.10.1/opentelemetry-javaagent.jar).
This package includes the instrumentation agent as well as This package includes the instrumentation agent as well as
instrumentations for all supported libraries and all available data exporters. instrumentations for all supported libraries and all available data exporters.