Skip to content

Commit 711864f

Browse files
Updated CHANGELOG.md
1 parent 95c6450 commit 711864f

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
## [Unreleased] - 2026-06-24
1+
## [Unreleased] - 2026-06-25
22

33
### Added
4+
- [#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)
5+
- [#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)
46
- [#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)
57
- [#2482](https://github.com/flow-php/flow/pull/2482) - **flow-php/telemetry-otlp-bridge - otlp_async_curl_transport() and otlp_async_curl_options() DSL helpers** - [@norberttech](https://github.com/norberttech)
68
- [#2482](https://github.com/flow-php/flow/pull/2482) - **flow-php/symfony-telemetry-bundle - transport.type 'async_curl', auto-pumped on WorkerRunningEvent** - [@norberttech](https://github.com/norberttech)
@@ -39,6 +41,7 @@ maps)** - [@MrHDOLEK](https://github.com/MrHDOLEK)
3941
- [#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)
4042

4143
### Changed
44+
- [#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)
4245
- [#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)
4346
- [#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)
4447
- [#2482](https://github.com/flow-php/flow/pull/2482) - **flow-php/symfony-telemetry-bundle - async_curl connect_timeout default 1500ms, pump_timeout 100ms** - [@norberttech](https://github.com/norberttech)
@@ -59,6 +62,8 @@ maps)** - [@MrHDOLEK](https://github.com/MrHDOLEK)
5962
- [#2457](https://github.com/flow-php/flow/pull/2457) - **flow-php/filesystem - rename FilesystemTable::for() parameter $protocol to $mount** - [@norberttech](https://github.com/norberttech)
6063

6164
### Fixed
65+
- [#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)
66+
- [#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)
6267
- [#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)
6368
- [#2481](https://github.com/flow-php/flow/pull/2481) - **flow-php/symfony-telemetry-bundle - http client decorator no longer reads the response inside request(), restoring async and concurrency** - [@norberttech](https://github.com/norberttech)
6469
- [#2480](https://github.com/flow-php/flow/pull/2480) - **flow-php/etl - respect limit push-down across non-expanding processors** - [@norberttech](https://github.com/norberttech)

0 commit comments

Comments
 (0)