Releases: Codegenie-BE/laravel-config-cache-guard
Release list
v1.6.0
What's Changed
- chore(deps): bump actions/cache from 5.1.0 to 6.1.0 by @dependabot[bot] in #38
- chore(deps): bump actions/attest-build-provenance from 3.2.0 to 4.2.2 by @dependabot[bot] in #36
- chore(deps): bump actions/checkout from 6.1.0 to 7.0.1 by @dependabot[bot] in #35
- Harden Composer dependency retry policy by @jordyloeuille in #41
- chore: retire stale maintenance branch by @jordyloeuille in #42
- chore: retire stale feature branch by @jordyloeuille in #43
- Remove stale one-shot audit scaffolding by @jordyloeuille in #44
- Add zero-config automatic cache creation by @jordyloeuille in #45
- Optimize request hot path and deferred cache repair by @jordyloeuille in #46
- chore: prepare v1.6.0 by @jordyloeuille in #47
Full Changelog: v1.5.1...v1.6.0
v1.5.1
What's Changed
- Optimize CI platform reuse by @jordyloeuille in #31
- Streamline CI and portability E2E by @jordyloeuille in #32
- Refresh project documentation and Actions runtime by @jordyloeuille in #33
- chore(deps): bump actions/attest-build-provenance from 3.0.0 to 3.2.0 in the github-actions-minor-patch group across 1 directory by @dependabot[bot] in #29
- Harden deployment cache state tracking by @jordyloeuille in #34
- chore: prepare v1.5.1 by @jordyloeuille in #37
- Harden pending release recovery by @jordyloeuille in #39
New Contributors
- @dependabot[bot] made their first contribution in #29
Full Changelog: v1.5.0...v1.5.1
v1.5.0
What's Changed
- Bind config cache signatures to runtime path by @jordyloeuille in #30
Full Changelog: v1.4.3...v1.5.0
v1.4.3
What's Changed
- Delete merged release branches by @jordyloeuille in #27
- chore: prepare v1.4.3 by @github-actions[bot] in #28
Full Changelog: v1.4.2...v1.4.3
v1.4.2
What's Changed
- Complete unattended release orchestration by @jordyloeuille in #25
- chore: prepare v1.4.2 by @github-actions[bot] in #26
Full Changelog: v1.4.1...v1.4.2
v1.4.1
What's Changed
- Use Composer metadata for release verification by @jordyloeuille in #22
- Automate protected release pull requests by @jordyloeuille in #23
- chore: prepare v1.4.1 by @github-actions[bot] in #24
New Contributors
- @github-actions[bot] made their first contribution in #24
Full Changelog: v1.4.0...v1.4.1
v1.4.0
What's Changed
- Clarify one-command installation copy by @jordyloeuille in #16
- Harden package release validation by @jordyloeuille in #17
- Expand CI across supported runtimes and platforms by @jordyloeuille in #18
- Harden repository quality and release gates by @jordyloeuille in #19
- Complete repository hardening by @jordyloeuille in #20
- Automate stable package releases by @jordyloeuille in #21
Full Changelog: v1.3.1...v1.4.0
v1.3.1
A patch release focused on release confidence, documentation and independent package presentation. There are no public PHP API or runtime behavior changes beyond the already merged v1.3.0 follow-up validation work.
Highlights:
- real Composer-install E2E tests in fresh Laravel 12 and 13 applications
- HTTP coverage for PHP CLI repair,
exec()-disabled deferred repair, custom config cache paths and Laravel 13.laravel/cache - Linux and Windows E2E jobs plus
composer check:release - a date-aware support gate for non-EOL PHP and Laravel versions
- a dependency-free GitHub Pages website with verified demo and deployment recipes
- contributor, support, adopter and structured issue-reporting guidance
- clearer shared-hosting positioning and removal of the misleading total-download badge
- Pages, demo, test and community-only assets excluded from Composer distributions
Codegenie maintains this open-source package. Feedback from cPanel, Plesk, FTP and other shared-hosting deployments is welcome in Discussions.
v1.3.0
This historical release introduced automatic Composer pre-bootstrap loading and the safe in-app repair fallback for hosting where exec() or PHP CLI is unavailable.
Highlights:
- no manual
public/index.phpchange for new installations - no public repair endpoint or repair token
- config and route repair through Laravel's own
Artisan::call()after the response - config-cache creation remains opt-in
- support for custom
APP_CONFIG_CACHEpaths and Laravel 13.laravel/cache - fail-closed stale-cache handling, atomic signatures and improved diagnostics
- Windows portability and reusable Composer quality gates
See CHANGELOG.md for the complete list.