Skip to content

Commit 7fe9190

Browse files
committed
Release v1.7.7: test coverage for messenger, fatal, and redaction paths.
1 parent 21bddda commit 7fe9190

2 files changed

Lines changed: 14 additions & 0 deletions

File tree

docs/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
77
## Table of contents
88

99
- [[Unreleased]](#unreleased)
10+
- [[1.7.7] - 2026-08-20](#177-2026-08-20)
1011
- [[1.7.6] - 2026-08-20](#176-2026-08-20)
1112
- [[1.7.5] - 2026-08-19](#175-2026-08-19)
1213
- [[1.7.4] - 2026-08-18](#174-2026-08-18)
@@ -96,11 +97,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
9697

9798
## [Unreleased]
9899

100+
## [1.7.7] - 2026-08-20
101+
99102
### Changed
100103

101104
- **Tests:** extra unit coverage for messenger, fatal errors, snapshots, and redaction (REQ-TEST-003).
102105
- **Internal:** `BeaconFatalErrorHandler::captureFatalError()` is testable without `trigger_error(E_USER_ERROR)` (deprecated in PHP 8.4).
103106

107+
[1.7.7]: https://github.com/nowo-tech/BeaconBundle/releases/tag/v1.7.7
108+
104109
## [1.7.6] - 2026-08-20
105110

106111
### Security

docs/UPGRADING.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
- [Upgrading from 1.6.8 to 1.6.9](#upgrading-from-168-to-169)
4848
- [Upgrading from 1.6.9 to 1.6.10](#upgrading-from-169-to-1610)
4949
- [Upgrading from 1.6.10 to 1.6.11](#upgrading-from-1610-to-1611)
50+
- [Upgrading from 1.7.6 to 1.7.7](#upgrading-from-176-to-177)
5051
- [Upgrading from 1.7.5 to 1.7.6](#upgrading-from-175-to-176)
5152
- [Upgrading from 1.7.4 to 1.7.5](#upgrading-from-174-to-175)
5253
- [Upgrading from 1.7.3 to 1.7.4](#upgrading-from-173-to-174)
@@ -393,6 +394,14 @@ Maintainer / CI / demo tooling only. **No consumer API or config changes.**
393394
- `composer.lock` again pins `require-dev` Symfony packages (including `symfony/scheduler`) to **7.4** so PHP 8.2 CI `composer install` succeeds. Run `make composer-sync` after adding Symfony `require-dev` packages.
394395
- Demo smoke / `make up` installs Composer deps before starting the FrankenPHP worker (needed for clean GitHub Actions checkouts).
395396

397+
## Upgrading from 1.7.6 to 1.7.7
398+
399+
Patch release with test-only changes. **No application upgrade steps.** `captureFatalError()` remains `@internal`.
400+
401+
```bash
402+
composer update nowo-tech/beacon-bundle
403+
```
404+
396405
## Upgrading from 1.7.5 to 1.7.6
397406

398407
No application upgrade steps.

0 commit comments

Comments
 (0)