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:
parent
817b3d2671
commit
51742bdd5a
|
@ -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
|
||||||
|
|
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue