1.0.0b57 (2026-09-02)
Features Added
- Remove
microsoft.availability.testTimestampand use the LogRecord timestamp instead for availability data
(#48841) - Add the required
force_flushmethod to the log exporter to align with upstream OpenTelemetry changes in LogRecordExporter
(#48823) - Populate
measurementson telemetry from themicrosoft.custom_measurementsattribute
(#48750) - Add support for availability telemetry from
microsoft.availability.*log attributes
(#48812)
Other Changes
- Extend OneSettings configuration evaluation to parse JSON-encoded feature settings and support explicit string
override values, list-valued matching conditions, and caller-specified value conversion while preserving existing
boolean feature-flag behavior.
(#48595)