Skip to content

Commit 3610bd8

Browse files
Updated CHANGELOG.md
1 parent dbefb5b commit 3610bd8

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## [Unreleased] - 2026-04-13
1+
## [Unreleased] - 2026-04-15
22

33
### Added
44
- [#2300](https://github.com/flow-php/flow/pull/2300) - **support for protobuf ^4 | ^5** - [@norberttech](https://github.com/norberttech)
@@ -9,6 +9,12 @@
99
- [#2298](https://github.com/flow-php/flow/pull/2298) - **postgresql symfony messenger bridge to postgersql symfony bundle** - [@norberttech](https://github.com/norberttech)
1010

1111
### Fixed
12+
- [#2305](https://github.com/flow-php/flow/pull/2305) - **read unique constraint nullsNotDistinct from pg_index** - [@norberttech](https://github.com/norberttech)
13+
- [#2305](https://github.com/flow-php/flow/pull/2305) - **read trigger WHEN clause from pg_trigger, simplify Parser DI** - [@norberttech](https://github.com/norberttech)
14+
- [#2305](https://github.com/flow-php/flow/pull/2305) - **EXCLUDE constraint and index predicate idempotency, DSL/value-object boundary** - [@norberttech](https://github.com/norberttech)
15+
- [#2305](https://github.com/flow-php/flow/pull/2305) - **normalize domain default through normalizeDefault() in PgCatalogProvider** - [@norberttech](https://github.com/norberttech)
16+
- [#2305](https://github.com/flow-php/flow/pull/2305) - **normalize check constraint expression round-trip through pg_get_constraintdef** - [@norberttech](https://github.com/norberttech)
17+
- [#2305](https://github.com/flow-php/flow/pull/2305) - **typed $default in schema DSL + NodeModifier dispatch refactor** - [@norberttech](https://github.com/norberttech)
1218
- [#2301](https://github.com/flow-php/flow/pull/2301) - **added validation to IN statement to avoid segfaults** - [@norberttech](https://github.com/norberttech)
1319
- [#2301](https://github.com/flow-php/flow/pull/2301) - **stale connections in static postgresql client used in tests** - [@norberttech](https://github.com/norberttech)
1420
- [d4ba4a](https://github.com/flow-php/flow/commit/d4ba4a4008a0c17d09d8fca88defd1cba88df23f) - **failing scheduled nightly tests** - [@norberttech](https://github.com/norberttech)

0 commit comments

Comments
 (0)