|
2 | 2 |
|
3 | 3 | ## Unreleased
|
4 | 4 |
|
| 5 | +### SDK |
| 6 | + |
| 7 | +#### Metrics |
| 8 | + |
| 9 | +* Optimize DefaultSynchronousMetricStorage iteration to reduce allocations |
| 10 | + ([#5183](https://github.com/open-telemetry/opentelemetry-java/pull/5183)) |
| 11 | +* Avoid exemplar allocations if there are no measurements |
| 12 | + ([#5182](https://github.com/open-telemetry/opentelemetry-java/pull/5182)) |
| 13 | +* Remove boxed primitives from aggregations to reduce allocations |
| 14 | + ([#5184](https://github.com/open-telemetry/opentelemetry-java/pull/5184)) |
| 15 | +* Stop ignoring long measurements in HistogramExemplarReservoir |
| 16 | + ([#5216](https://github.com/open-telemetry/opentelemetry-java/pull/5216)) |
| 17 | +* Remove validations for noop instrument names and units |
| 18 | + ([#5146](https://github.com/open-telemetry/opentelemetry-java/pull/5146)) |
| 19 | +* Allow views to select on instrument unit |
| 20 | + ([#5255](https://github.com/open-telemetry/opentelemetry-java/pull/5255)) |
| 21 | + |
| 22 | +#### Exporter |
| 23 | + |
| 24 | +* Add (internal) TlsConfigHelper for additional TLS configurability |
| 25 | + ([#5246](https://github.com/open-telemetry/opentelemetry-java/pull/5246)) |
| 26 | + |
| 27 | +#### SDK Extensions |
| 28 | + |
| 29 | +* Introduce mTLS support for JaegerRemoteSamplerBuilder (#5209) |
| 30 | + ([#5248](https://github.com/open-telemetry/opentelemetry-java/pull/5248)) |
| 31 | + |
| 32 | +### OpenTracing Shim |
| 33 | + |
| 34 | +* OpenTracing Shim: Update Tracer.close() |
| 35 | + ([#5151](https://github.com/open-telemetry/opentelemetry-java/pull/5151)) |
| 36 | + |
| 37 | +* Update version to 1.24.0 |
| 38 | + ([#5198](https://github.com/open-telemetry/opentelemetry-java/pull/5198)) |
| 39 | +* Post release 1.23.0 |
| 40 | + ([#5202](https://github.com/open-telemetry/opentelemetry-java/pull/5202)) |
| 41 | + |
| 42 | +### OpenCensus Shim |
| 43 | + |
| 44 | +* Addresses opencensus-shim trace issues under otel javaagent |
| 45 | + ([#4900](https://github.com/open-telemetry/opentelemetry-java/pull/4900)) |
| 46 | + |
| 47 | +### Project tooling |
| 48 | + |
| 49 | +* Cleanup readmes |
| 50 | + ([#5263](https://github.com/open-telemetry/opentelemetry-java/pull/5263)) |
| 51 | +* Upgrade to gradle 8.0.1 |
| 52 | + ([#5256](https://github.com/open-telemetry/opentelemetry-java/pull/5256)) |
| 53 | +* Fixed example resource provider classname. |
| 54 | + ([#5235](https://github.com/open-telemetry/opentelemetry-java/pull/5235)) |
| 55 | +* Fix case of bug label in open issue workflow |
| 56 | + ([#5268](https://github.com/open-telemetry/opentelemetry-java/pull/5268)) |
| 57 | + |
5 | 58 | ## Version 1.23.1 (2023-02-15)
|
6 | 59 |
|
7 | 60 | * Fix bug that broke `AutoConfiguredOpenTelemetrySdk`'s shutdown hook.
|
|
0 commit comments