Skip to content

Commit 7bd0068

Browse files
Updated CHANGELOG.md
1 parent bad3e98 commit 7bd0068

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
1-
## [Unreleased] - 2026-06-30
1+
## [Unreleased] - 2026-07-01
22

33
### Added
4+
- [#2499](https://github.com/flow-php/flow/pull/2499) - **flow-php/symfony-telemetry-bundle - configurable messenger trace (worker/handlers/both/none) and link (dispatcher/worker/both) modes** - [@norberttech](https://github.com/norberttech)
5+
- [#2499](https://github.com/flow-php/flow/pull/2499) - **flow-php/symfony-telemetry-bundle - worker receive cycle traced as one messenger.receive span per pass, idle passes marked** - [@norberttech](https://github.com/norberttech)
6+
- [#2499](https://github.com/flow-php/flow/pull/2499) - **flow-php/symfony-telemetry-bundle - transport poll instrumentation suppressed during the receive loop to avoid orphan spans** - [@norberttech](https://github.com/norberttech)
7+
- [#2499](https://github.com/flow-php/flow/pull/2499) - **flow-php/telemetry - context-scoped tracing suppression producing non-recording spans** - [@norberttech](https://github.com/norberttech)
8+
- [#2499](https://github.com/flow-php/flow/pull/2499) - **flow-php/telemetry - opt-in per-signal entry cap on MemoryExporter** - [@norberttech](https://github.com/norberttech)
49
- [#2495](https://github.com/flow-php/flow/pull/2495) - **flow-php/symfony-telemetry-bundle - messenger instrumentation emits messaging metrics (consumed/sent counters, process duration histogram) with configurable unit and on/off toggle** - [@norberttech](https://github.com/norberttech)
510
- [#2492](https://github.com/flow-php/flow/pull/2492) - **web/landing - Flow PHP 0.41.0 release blog post** - [@norberttech](https://github.com/norberttech)
611
- [#2492](https://github.com/flow-php/flow/pull/2492) - **web/landing - optimize-images Just task with oxipng/jpegoptim nix deps** - [@norberttech](https://github.com/norberttech)
@@ -17,8 +22,12 @@
1722
- [#2492](https://github.com/flow-php/flow/pull/2492) - **web/landing - regenerate DSL autocompletion functions** - [@norberttech](https://github.com/norberttech)
1823

1924
### Fixed
25+
- [#2499](https://github.com/flow-php/flow/pull/2499) - **flow-php/telemetry - profiler signal store no longer grows unbounded in long-running messenger workers (OOM)** - [@norberttech](https://github.com/norberttech)
2026
- [#2495](https://github.com/flow-php/flow/pull/2495) - **flow-php/postgresql - operation duration histogram uses correct second-scale bucket boundaries** - [@norberttech](https://github.com/norberttech)
2127

28+
### Removed
29+
- [#2499](https://github.com/flow-php/flow/pull/2499) - **flow-php/symfony-telemetry-bundle - messenger propagation_style config and its continue mode** - [@norberttech](https://github.com/norberttech)
30+
2231
## [0.41.0] - 2026-06-29
2332

2433
### Added

0 commit comments

Comments
 (0)