Skip to content

Commit 9036f29

Browse files
committed
Release v1.4.3: PHP 8.2 lock/CI fix and git hygiene.
Close changelog for Symfony 7.4 lock alignment on PHP 8.2 and stronger Cursor co-author trailer stripping for contributors.
1 parent 455c010 commit 9036f29

2 files changed

Lines changed: 17 additions & 3 deletions

File tree

docs/CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
66

77
## [Unreleased]
88

9+
## [1.4.3] - 2026-07-20
10+
911
### Fixed
1012

1113
- CI / `composer.lock`: keep the lock on Symfony **7.4** so `composer install` works on PHP 8.2 (code-style jobs). `make composer-sync` pins `platform.php` to 8.2 while refreshing the lock; Symfony 8 remains covered by the matrix `composer update` path.
1214

15+
### Changed
16+
17+
- Git hygiene: broader Cursor co-author trailer stripping (`prepare-commit-msg` + `commit-msg`), always-on Cursor rule, and `make setup-hooks` guidance.
18+
1319
## [1.4.2] - 2026-07-20
1420

1521
### Fixed
@@ -155,7 +161,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
155161
- Expanded documentation set for installation, configuration, usage, release, security, performance, Engram, and Spec Kit workflows.
156162
- Demo routes covering message capture, manual exception capture, listener-triggered exceptions, ignored exceptions, fingerprints, and runtime status.
157163

158-
[Unreleased]: https://github.com/nowo-tech/BeaconBundle/compare/v1.4.2...HEAD
164+
[Unreleased]: https://github.com/nowo-tech/BeaconBundle/compare/v1.4.3...HEAD
165+
[1.4.3]: https://github.com/nowo-tech/BeaconBundle/compare/v1.4.2...v1.4.3
159166
[1.4.2]: https://github.com/nowo-tech/BeaconBundle/compare/v1.4.1...v1.4.2
160167
[1.4.1]: https://github.com/nowo-tech/BeaconBundle/compare/v1.4.0...v1.4.1
161168
[1.4.0]: https://github.com/nowo-tech/BeaconBundle/compare/v1.3.1...v1.4.0

docs/UPGRADING.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,13 @@ Bugfix only. **No consumer API or config changes.**
153153

154154
- Message events with `send.stacktrace: true` again include `stacktrace` / `culprit` when the package is checked out under a path that contains `BeaconBundle` (typical GitHub Actions layout).
155155

156-
## Upgrading from 1.4.2 to the next release
156+
## Upgrading from 1.4.2 to 1.4.3
157157

158-
- No consumer API changes expected from the `composer.lock` / CI PHP 8.2 install fix (dev tooling only).
158+
Dev / CI tooling only. **No consumer API or config changes.**
159+
160+
- `composer.lock` targets Symfony 7.4 again so installs on PHP 8.2 succeed; Symfony 8 apps are unchanged (constraints remain `^7.0 || ^8.0`).
161+
- Contributors: run `make setup-hooks` so Cursor co-author trailers are stripped from commit messages.
162+
163+
## Upgrading from 1.4.3 to the next release
164+
165+
No upgrade notes yet.

0 commit comments

Comments
 (0)