Skip to content

Config Merge Safe Dedup

Choose a tag to compare

@MichaelSowah MichaelSowah released this 21 Feb 15:53
· 59 commits to main since this release
c7ea350

[1.23.2] - 2026-02-21 — Config Merge Safe Dedup

Changed

  • Bump framework dependency to glueful/framework ^1.40.2

Framework Fixes Included

  • Config merge safe dedup for nested lists: mergeConfig() list dedup replaced array_unique() with hash-based dedup using json_encode/serialize for complex items. Fixes 500 errors on event-driven flows (e.g., comment creation) that dispatch through queue/webhook listeners loading merged config with nested array items like queue.monitoring.alert_rules.

Notes

Patch release. No breaking changes.

composer update glueful/framework