You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- [#2525](https://github.com/flow-php/flow/pull/2525) - **flow-php/symfony-telemetry-bundle - RouteNamePathMap optional cache warmer building a [route name => path] map at cache:warmup, rebuilt lazily when missing** - [@norberttech](https://github.com/norberttech)
4
6
- [#2523](https://github.com/flow-php/flow/pull/2523) - **flow-php/etl - Floe binary row serialization format with writer, reader, merger, extractor, loader and DSL.** - [@norberttech](https://github.com/norberttech)
5
7
- [#2523](https://github.com/flow-php/flow/pull/2523) - **flow-php/flow-php-ext - new Rust-based PHP extension for native Floe encoding/decoding.** - [@norberttech](https://github.com/norberttech)
6
8
- [#2523](https://github.com/flow-php/flow/pull/2523) - **flow-php/etl - Cache::read() for streaming cached Rows in batches.** - [@norberttech](https://github.com/norberttech)
- [#2528](https://github.com/flow-php/flow/pull/2528) - **Reduce complexity of XML reading & writing** - [@stloyd](https://github.com/stloyd)
34
+
- [#2527](https://github.com/flow-php/flow/pull/2527) - **Change `EntryFactory::createAs()` to use `match()`** - [@stloyd](https://github.com/stloyd)
35
+
- [#2526](https://github.com/flow-php/flow/pull/2526) - **flow-php/etl - sorting algorithm is an explicit choice via sort config, EXTERNAL_SORT is the default** - [@norberttech](https://github.com/norberttech)
36
+
- [#2526](https://github.com/flow-php/flow/pull/2526) - **flow-php/etl - external sort spills fewer, larger buckets and streams the final merge instead of writing it back to cache** - [@norberttech](https://github.com/norberttech)
37
+
- [#2526](https://github.com/flow-php/flow/pull/2526) - **flow-php/etl - Rows::sortAscending/sortDescending resolve sort values once per row instead of twice per comparison** - [@norberttech](https://github.com/norberttech)
38
+
- [#2526](https://github.com/flow-php/flow/pull/2526) - **flow-php/etl - RowsMinHeap compares sort values extracted once at insert** - [@norberttech](https://github.com/norberttech)
39
+
- [#2526](https://github.com/flow-php/flow/pull/2526) - **flow-php/etl - MemorySort buffers rows in a plain array instead of per-batch Rows::merge** - [@norberttech](https://github.com/norberttech)
40
+
- [#2526](https://github.com/flow-php/flow/pull/2526) - **flow-php/etl - Floe SchemaTracker caches container type fingerprints per Type instance** - [@norberttech](https://github.com/norberttech)
- [#2524](https://github.com/flow-php/flow/pull/2524) - **Replaced switch statements with match expressions across core ETL, parquet lib and http/parquet/seal adapters (no behavior change, outputs byte-identical)** - [@MrHDOLEK](https://github.com/MrHDOLEK)
32
43
- [#2523](https://github.com/flow-php/flow/pull/2523) - **flow-php/etl - Cache stores only Rows; cache indexes are stored as Rows.** - [@norberttech](https://github.com/norberttech)
33
44
- [#2523](https://github.com/flow-php/flow/pull/2523) - **flow-php/etl - cache implementations and external sort buckets serialize with Floe instead of PHP serializer.** - [@norberttech](https://github.com/norberttech)
@@ -58,6 +69,7 @@ instead of inside the per-row loop** - [@MrHDOLEK](https://github.com/MrHDOLEK)
58
69
- [#2501](https://github.com/flow-php/flow/pull/2501) - **flow-php/psr18-telemetry-bridge - Client span name is the HTTP method only and server.port is always set.** - [@norberttech](https://github.com/norberttech)
59
70
60
71
### Fixed
72
+
- [#2525](https://github.com/flow-php/flow/pull/2525) - **flow-php/symfony-telemetry-bundle - route_naming: path no longer calls Router::getRouteCollection() (full route collection rebuild) on every traced request** - [@norberttech](https://github.com/norberttech)
61
73
- [#2523](https://github.com/flow-php/flow/pull/2523) - **flow-php/filesystem - MemoryStream appends at end of stream after ranged reads.** - [@norberttech](https://github.com/norberttech)
Copy file name to clipboardExpand all lines: src/bridge/symfony/telemetry-bundle/src/Flow/Bridge/Symfony/TelemetryBundle/Instrumentation/HttpKernel/HttpKernelSpanSubscriber.php
0 commit comments