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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,16 @@ Entries from `0.4.0` onward are generated automatically by `bin/release.sh` from
8
8
9
9
<!-- new-entries-below — do not remove this marker; bin/release.sh inserts new versions directly below it -->
10
10
11
+
## [0.6.1] - 2026-05-26
12
+
13
+
### Bug Fixes
14
+
* fix(database): use SchemaRegistry in DiffCommand and MigrateCommand for extender merge by @michalbiarda in https://github.com/marko-php/marko/pull/67
15
+
* fix(database-pgsql): normalise jsonb → json in introspector type map by @michalbiarda in https://github.com/marko-php/marko/pull/69
16
+
* fix(database-pgsql): JSON-encode array bindings before passing to PDO by @michalbiarda in https://github.com/marko-php/marko/pull/72
17
+
* fix(database): link entity extenders at boot so companions hydrate during HTTP requests by @michalbiarda in https://github.com/marko-php/marko/pull/74
18
+
* fix(database-mysql): JSON-encode array bindings before passing to PDO by @markshust in https://github.com/marko-php/marko/pull/82
0 commit comments