|
1 | 1 | ## [Unreleased] - 2026-05-08 |
2 | 2 |
|
3 | 3 | ### Added |
| 4 | +- [#2352](https://github.com/flow-php/flow/pull/2352) - **Telemetry - OTLP Protobuf Models to otlp telemetry bridge** - [@norberttech](https://github.com/norberttech) |
| 5 | +- [#2352](https://github.com/flow-php/flow/pull/2352) - **Telemetry - Added StreamTransport compatible with OTLP FileExporter** - [@norberttech](https://github.com/norberttech) |
| 6 | +- [#2352](https://github.com/flow-php/flow/pull/2352) - **Telemetry - ErrorHandler with few predefined implementations** - [@norberttech](https://github.com/norberttech) |
| 7 | +- [#2352](https://github.com/flow-php/flow/pull/2352) - **Telemetry - a failover mode for network otlp transports that is still async** - [@norberttech](https://github.com/norberttech) |
4 | 8 | - [#2346](https://github.com/flow-php/flow/pull/2346) - **flow-php/psr3-telemetry-bridge - bridge for psr3 logger** - [@norberttech](https://github.com/norberttech) |
5 | 9 | - [#2341](https://github.com/flow-php/flow/pull/2341) - **PostgreSql - fetchOne and fetchSingel and fetchSingleInto** - [@norberttech](https://github.com/norberttech) |
6 | 10 | - [#2335](https://github.com/flow-php/flow/pull/2335) - **flow-php/postgrsql symfony/session bridge** - [@norberttech](https://github.com/norberttech) |
|
11 | 15 | - [#2329](https://github.com/flow-php/flow/pull/2329) - **phpunit telemetry bridge: support for env vars** - [@norberttech](https://github.com/norberttech) |
12 | 16 |
|
13 | 17 | ### Changed |
| 18 | +- [#2352](https://github.com/flow-php/flow/pull/2352) - **Telemetry - merged exporters into one contract** - [@norberttech](https://github.com/norberttech) |
| 19 | +- [#2352](https://github.com/flow-php/flow/pull/2352) - **Telemetry - allow to define different exporters for different types of signals** - [@norberttech](https://github.com/norberttech) |
| 20 | +- [#2352](https://github.com/flow-php/flow/pull/2352) - **Telemetry - expose and lower default values for timeouts** - [@norberttech](https://github.com/norberttech) |
14 | 21 | - [#2346](https://github.com/flow-php/flow/pull/2346) - **flow-php/symfony-telemetry-bundle - register default logger / meter / tracer** - [@norberttech](https://github.com/norberttech) |
15 | 22 | - [#2346](https://github.com/flow-php/flow/pull/2346) - **flow-php/symfony-telemetry-bundle - allow to register one of the bundle provided loggers as framework logger service through psr3 adapter** - [@norberttech](https://github.com/norberttech) |
16 | 23 | - [#2343](https://github.com/flow-php/flow/pull/2343) - **Bump the highest supported version of "brick/math" to ^0.17** - [@zenas1210](https://github.com/zenas1210) |
|
24 | 31 | - [c1890f](https://github.com/flow-php/flow/commit/c1890f3eea3949d91dc7ccd32eec8a2aeaf78304) - **feature: added stars map to readme** - [@norberttech](https://github.com/norberttech) |
25 | 32 |
|
26 | 33 | ### Fixed |
| 34 | +- [#2352](https://github.com/flow-php/flow/pull/2352) - **Telemetry - GRCP truly async** - [@norberttech](https://github.com/norberttech) |
| 35 | +- [#2352](https://github.com/flow-php/flow/pull/2352) - **Telemery - PHPUnit Bridge was by default using passthrough processors which were choking otel collector on larger test suites** - [@norberttech](https://github.com/norberttech) |
27 | 36 | - [#2353](https://github.com/flow-php/flow/pull/2353) - **Correction of handling of null counts metadata in parquet files for PhpParquetEngine** - [@gCass](https://github.com/gCass) |
28 | 37 | - [#2346](https://github.com/flow-php/flow/pull/2346) - **flow-php/filesystem - Path::realpath bug** - [@norberttech](https://github.com/norberttech) |
29 | 38 | - [#2345](https://github.com/flow-php/flow/pull/2345) - **postgresql bytea converter** - [@norberttech](https://github.com/norberttech) |
|
34 | 43 | - [#2332](https://github.com/flow-php/flow/pull/2332) - **bug in recursive delete based on glob** - [@norberttech](https://github.com/norberttech) |
35 | 44 | - [#2330](https://github.com/flow-php/flow/pull/2330) - **preserve XML namespace declarations when capturing subtrees** - [@norberttech](https://github.com/norberttech) |
36 | 45 |
|
| 46 | +### Removed |
| 47 | +- [#2352](https://github.com/flow-php/flow/pull/2352) - **Telemetry - HttpTransport from otlp telemetry bridge** - [@norberttech](https://github.com/norberttech) |
| 48 | +- [#2352](https://github.com/flow-php/flow/pull/2352) - **Telemetry - open-telemetry/gen-otlp-protobuf dependency from otlp telemetry bridge** - [@norberttech](https://github.com/norberttech) |
| 49 | + |
37 | 50 | ## [0.36.0] - 2026-04-21 |
38 | 51 |
|
39 | 52 | ### Added |
|
0 commit comments