Skip to content

Commit 2b1ad3a

Browse files
Updated CHANGELOG.md
1 parent 8be0cdf commit 2b1ad3a

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,17 @@
1-
## [Unreleased] - 2026-01-21
1+
## [Unreleased] - 2026-01-22
22

33
### Added
4+
- [#2167](https://github.com/flow-php/flow/pull/2167) - **New flow-php/symfony-http-foundation-telemetry-bridge package for Symfony HttpFoundation telemetry context propagation** - [@norberttech](https://github.com/norberttech)
5+
- [#2167](https://github.com/flow-php/flow/pull/2167) - **PHPStan generics support to Carrier interface** - [@norberttech](https://github.com/norberttech)
6+
- [#2167](https://github.com/flow-php/flow/pull/2167) - **Unified unwrap() method to all Carrier implementations** - [@norberttech](https://github.com/norberttech)
7+
- [#2167](https://github.com/flow-php/flow/pull/2167) - **Fluent chaining support for Carrier::set()** - [@norberttech](https://github.com/norberttech)
48
- [#2164](https://github.com/flow-php/flow/pull/2164) - **Added pg_query_is_utility_stmt(string $sql) : bool function** - [@norberttech](https://github.com/norberttech)
59
- [#2164](https://github.com/flow-php/flow/pull/2164) - **extension installation tests on macos on ci/cd** - [@norberttech](https://github.com/norberttech)
610

711
### Changed
12+
- [#2167](https://github.com/flow-php/flow/pull/2167) - **[BC] Carrier::set() return type changed from void to static** - [@norberttech](https://github.com/norberttech)
13+
- [#2167](https://github.com/flow-php/flow/pull/2167) - **[BC] ArrayCarrier::toArray() replaced by unwrap()** - [@norberttech](https://github.com/norberttech)
14+
- [#2167](https://github.com/flow-php/flow/pull/2167) - **[BC] ResponseCarrier::getResponse() replaced by unwrap()** - [@norberttech](https://github.com/norberttech)
815
- [#2164](https://github.com/flow-php/flow/pull/2164) - **Updated libpg_query to latest version** - [@norberttech](https://github.com/norberttech)
916
- [#2164](https://github.com/flow-php/flow/pull/2164) - **ci/cd workflow testing installation of the extension through pie** - [@norberttech](https://github.com/norberttech)
1017
- [6f98ff](https://github.com/flow-php/flow/commit/6f98ff4fbe2c550f007d2c0b2b9cc75ea028c3db) - **chore: set runner.time_unit to milliseconds in phpbench config** - [@norberttech](https://github.com/norberttech)

0 commit comments

Comments
 (0)