Skip to content

Releases: fnlla/framework

v3.0.4

24 Apr 08:49
9eebe24

Choose a tag to compare

What's Changed

  • Bump aws/aws-sdk-php from 3.379.2 to 3.379.5 in /tools/harness by @dependabot[bot] in #6
  • Bump sentry/sentry from 4.24.0 to 4.25.0 in /tools/harness by @dependabot[bot] in #7

New Contributors

Full Changelog: v3.0.3...v3.0.4

v3.0.3

24 Apr 08:38
a2e8cfb

Choose a tag to compare

What's Changed

  • chore: add community sync workflow and rolling release policy wording by @kordyaczny in #5
  • fix(ci): correct phpstan enterprise baseline escaping by @kordyaczny in #8

New Contributors

Full Changelog: v3.0.1...v3.0.3

3.0.2 - Finella Framework

19 Apr 21:30

Choose a tag to compare

FINELLA FRAMEWORK V3.0.2
Release date: 2026-04-19

HIGHLIGHTS
- Stabilized the monorepo release gate and CI pipeline to run cleanly on PHP 8.5.
- Made docs generation deterministic across environments (Windows/Linux), preventing post-run git drift.
- Fixed docs path resolution for both C:\... and C:/... absolute paths.
- Refreshed release hygiene/support metadata and documentation checks for consistent release quality.

SECURITY
- No open Dependabot HIGH alerts at the time of release.
- Security dependency baseline remains patched (phpunit/phpunit vulnerability line is closed).

QUALITY STATUS
- CI: green on main (CI, OSV Scan).
- Release gate (monorepo) passes end-to-end.

UPGRADE NOTES
- No breaking API changes in this patch release.
- Recommended update for all users on 3.0.x.

3.0.1 - Finella Framework

19 Apr 20:41

Choose a tag to compare

FINELLA FRAMEWORK V3.0.1

This patch release focuses on hardening, runtime consistency, docs build cleanup, and a security baseline update.

HIGHLIGHTS
- Hardened framework/runtime release surface after the 3.0.0 line split.
- Simplified docs/static build workflow and aligned harness runtime scripts.
- Removed legacy onboarding/UI sync remnants from active framework release paths.

SECURITY
- Upgraded PHPUnit baseline for finella/testing to patched versions (>=12.5.22) to address GHSA-qrr6-mg7r-m243.
- Dependabot alert for this advisory is now fixed on default branch.

NOTABLE CHANGES
- Runtime/tooling hardening across framework scripts and smoke checks.
- Docs pipeline cleanup (static docs build path and release tooling alignment).
- Harness/runtime consistency updates (dev server/runtime guard alignment).

VERIFICATION
- Full framework smoke suite executed successfully after the update.

UPGRADE NOTES
- No public API breaking changes in this patch release.
- For development tooling, ensure your local PHP binary is 8.5.5-compatible (or allow Finella runtime guard auto-reexec).