Skip to content

Commit bc34458

Browse files
Updated CHANGELOG.md
1 parent c272760 commit bc34458

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
1-
## [Unreleased] - 2026-06-28
1+
## [Unreleased] - 2026-06-29
22

33
### Added
4+
- [#2489](https://github.com/flow-php/flow/pull/2489) - **flow-php/symfony-telemetry-bundle - security instrumentation** - [@norberttech](https://github.com/norberttech)
5+
- [#2489](https://github.com/flow-php/flow/pull/2489) - **flow-php/symfony-telemetry-bundle - enriched web profiler panel** - [@norberttech](https://github.com/norberttech)
6+
- [#2489](https://github.com/flow-php/flow/pull/2489) - **flow-php/symfony-telemetry-bundle - trace context propagation and route-aware span naming** - [@norberttech](https://github.com/norberttech)
7+
- [#2489](https://github.com/flow-php/flow/pull/2489) - **flow-php/symfony-telemetry-bundle - long-running worker runtime support** - [@norberttech](https://github.com/norberttech)
8+
- [#2489](https://github.com/flow-php/flow/pull/2489) - **flow-php/symfony-http-foundation-telemetry-bridge - query string trace context carrier** - [@norberttech](https://github.com/norberttech)
49
- [#2487](https://github.com/flow-php/flow/pull/2487) - **flow-php/telemetry - ConditionalExporter that gates a wrapped exporter behind a runtime flag** - [@norberttech](https://github.com/norberttech)
510
- [#2487](https://github.com/flow-php/flow/pull/2487) - **flow-php/symfony-telemetry-bundle - per-exporter enabled flag supporting literal booleans and %env(bool:...)%** - [@norberttech](https://github.com/norberttech)
611
- [#2482](https://github.com/flow-php/flow/pull/2482) - **flow-php/telemetry-otlp-bridge - AsyncCurlTransport (curl_multi) with bounded select-driven tick()** - [@norberttech](https://github.com/norberttech)
@@ -41,6 +46,7 @@ maps)** - [@MrHDOLEK](https://github.com/MrHDOLEK)
4146
- [#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)
4247

4348
### Changed
49+
- [#2489](https://github.com/flow-php/flow/pull/2489) - **flow-php/symfony-postgresql-bundle - lazy connections by default** - [@norberttech](https://github.com/norberttech)
4450
- [#2486](https://github.com/flow-php/flow/pull/2486) - **flow-php/postgresql - report decoded node and parse-result PostgreSQL version on SelectStmt mismatch** - [@norberttech](https://github.com/norberttech)
4551
- [#2482](https://github.com/flow-php/flow/pull/2482) - **flow-php/telemetry-otlp-bridge - CurlTransport is now synchronous; send() blocks and throws on failure** - [@norberttech](https://github.com/norberttech)
4652
- [#2482](https://github.com/flow-php/flow/pull/2482) - **flow-php/telemetry-otlp-bridge - curl request timeout default raised to 10000ms** - [@norberttech](https://github.com/norberttech)
@@ -62,6 +68,8 @@ maps)** - [@MrHDOLEK](https://github.com/MrHDOLEK)
6268
- [#2457](https://github.com/flow-php/flow/pull/2457) - **flow-php/filesystem - rename FilesystemTable::for() parameter $protocol to $mount** - [@norberttech](https://github.com/norberttech)
6369

6470
### Fixed
71+
- [#2489](https://github.com/flow-php/flow/pull/2489) - **flow-php/symfony-telemetry-bundle - browser trace-context helpers emit the request span** - [@norberttech](https://github.com/norberttech)
72+
- [#2489](https://github.com/flow-php/flow/pull/2489) - **flow-php/symfony-telemetry-bundle - leaked context scopes in HTTP and messenger instrumentation** - [@norberttech](https://github.com/norberttech)
6573
- [#2487](https://github.com/flow-php/flow/pull/2487) - **flow-php/symfony-telemetry-bundle - profiler reports total trace time as wall-clock window instead of summed span durations** - [@norberttech](https://github.com/norberttech)
6674
- [#2486](https://github.com/flow-php/flow/pull/2486) - **flow-php/pg-query-ext - reject system libpg_query whose PostgreSQL major differs from the pinned version** - [@norberttech](https://github.com/norberttech)
6775
- [#2482](https://github.com/flow-php/flow/pull/2482) - **flow-php/telemetry-otlp-bridge - CollectorMetrics test parser reads scientific-notation counters** - [@norberttech](https://github.com/norberttech)

0 commit comments

Comments
 (0)