Skip to content

Commit 9aaaf0e

Browse files
Updated CHANGELOG.md
1 parent 246da2c commit 9aaaf0e

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
## [Unreleased] - 2026-06-19
22

33
### Added
4+
- [#2466](https://github.com/flow-php/flow/pull/2466) - **flow-php/telemetry - time-based flush for batching log, metric and span processors** - [@norberttech](https://github.com/norberttech)
5+
- [#2466](https://github.com/flow-php/flow/pull/2466) - **flow-php/symfony-telemetry-bundle - per-message telemetry flush on Messenger worker events** - [@norberttech](https://github.com/norberttech)
46
- [#2465](https://github.com/flow-php/flow/pull/2465) - **flow-php/symfony-telemetry-bundle - console log output aligned with CLI verbosity (-v/-vv/-vvv), off by default.** - [@norberttech](https://github.com/norberttech)
57
- [#2465](https://github.com/flow-php/flow/pull/2465) - **flow-php/symfony-telemetry-bundle - opt-in logger_provider.console_output config with overridable verbosity_levels.** - [@norberttech](https://github.com/norberttech)
68
- [#2462](https://github.com/flow-php/flow/pull/2462) - **flow-php/symfony-telemetry-bundle - messenger propagation_style option (continue/link) with new MessengerTracePropagation enum** - [@norberttech](https://github.com/norberttech)
@@ -21,6 +23,9 @@ maps)** - [@MrHDOLEK](https://github.com/MrHDOLEK)
2123
- [#2454](https://github.com/flow-php/flow/pull/2454) - **Positional schema definition mutations on Flow\ETL\Schema: prepend(), insertAt(), addBefore(), addAfter(), moveTo(), moveBefore(), moveAfter() and reorder()** - [@bendavies](https://github.com/bendavies)
2224

2325
### Changed
26+
- [#2466](https://github.com/flow-php/flow/pull/2466) - **flow-php/telemetry - span parent is now derived solely from the Context** - [@norberttech](https://github.com/norberttech)
27+
- [#2466](https://github.com/flow-php/flow/pull/2466) - **flow-php/telemetry - trace id is derived from the active span; each root span starts a new trace** - [@norberttech](https://github.com/norberttech)
28+
- [#2466](https://github.com/flow-php/flow/pull/2466) - **flow-php/symfony-telemetry-bundle - each consumed Messenger message is its own trace, linked to the producer** - [@norberttech](https://github.com/norberttech)
2429
- [#2464](https://github.com/flow-php/flow/pull/2464) - **flow-php/symfony-telemetry-bundle - messenger span name now follows OTEL {operation} {message} convention** - [@norberttech](https://github.com/norberttech)
2530
- [#2464](https://github.com/flow-php/flow/pull/2464) - **flow-php/symfony-telemetry-bundle - messaging.operation.name now holds the operation verb, destination is the message class, bus moved to messaging.symfony.bus** - [@norberttech](https://github.com/norberttech)
2631
- [#2462](https://github.com/flow-php/flow/pull/2462) - **flow-php/symfony-telemetry-bundle - consumer span now defaults to a linked trace instead of continuing the producer trace** - [@norberttech](https://github.com/norberttech)
@@ -33,6 +38,8 @@ maps)** - [@MrHDOLEK](https://github.com/MrHDOLEK)
3338
- [dd2562](https://github.com/flow-php/flow/commit/dd2562286e0c069f480cd8763915930abf95d32b) - **arrow-rs extension github workflow** - [@norberttech](https://github.com/norberttech)
3439

3540
### Removed
41+
- [#2466](https://github.com/flow-php/flow/pull/2466) - **flow-php/telemetry - per-tracer span stack** - [@norberttech](https://github.com/norberttech)
42+
- [#2466](https://github.com/flow-php/flow/pull/2466) - **flow-php/telemetry - Context::withTraceId() and the standalone context trace id** - [@norberttech](https://github.com/norberttech)
3643
- [#2408](https://github.com/flow-php/flow/pull/2408) - **Elasticsearch adapter (flow-php/etl-adapter-elasticsearch) — superseded by the SEAL adapter; use SEAL with the Elasticsearch backend
3744
(cmsig/seal-elasticsearch-adapter)** - [@MrHDOLEK](https://github.com/MrHDOLEK)
3845

0 commit comments

Comments
 (0)