Releases: liberusoftware/automation-laravel
Release list
v4.1.0
What's Changed
- Implement automation capability modules by @curtisdelicata in #523
Full Changelog: v4.0.2...v4.1.0
v4.0.2
What's Changed
- Add required repository security scans by @curtisdelicata in #520
- Add documentation validation gate by @curtisdelicata in #521
- Add source-of-truth package CI fleet tooling by @curtisdelicata in #522
Full Changelog: v4.0.1...v4.0.2
Automation Laravel v4.0.1
Release notes
- Correct the README release version and verification totals to match the completed v4 implementation.
- v4.0.0 introduced the protected-main promotion, preserved
oldfallback, host hardening, and the verified core/API/Filament/Livewire Automation foundation.
Verification
The tag workflow passed Composer installation and audits, frontend build and audit, tracked package-source consistency, release verification, static analysis, OpenAPI validation, package tests, and the 100% application coverage gate.
Automation Laravel v4.0.0
Highlights
- Preserved the former application line on the remote
oldbranch. - Promoted the protected
mainbranch as the default application branch; the temporarydevelopmentbranch was removed after merge and CI verification. - Retained the Liberu Laravel foundation with Jetstream, teams, tenancy, policies, settings, Socialstream, API, Filament, Livewire, themes, and governed Automation modules.
- Hardened seeded administrator credentials: use
SEED_ADMIN_PASSWORDwhen seeding and never print credentials to logs. - Added host Composer test aliases and least-privilege install workflow permissions.
- Verified the deferred React, Vue, Nuxt, Inertia, React Native, and Flutter surfaces remain out of scope.
Verification
- Composer validation, Pint, PHPStan, module validation, OpenAPI validation, and Vite build passed.
- Application suite passed with 216 tests, 12 expected skips, 1,243 assertions, and the 100% coverage gate.
- All tag-release checks passed, including dependency audits, tracked package-source consistency, package tests, and release verification.
- The 93 Composer package entries resolve on Packagist; existing package repositories remain the source of truth for independently released packages.
Compatibility
- PHP 8.5, Laravel 13, Filament 5, and Livewire 4.
- Set
SEED_ADMIN_PASSWORDbefore running database seeders in an environment where the seeded administrator must be usable.
Automation Laravel v3.0.0
Liberu Automation v3.0.0 completes the governed Laravel application refactor on the verified main commit. It includes the core foundation, API, Filament, and Livewire module composition; Jetstream teams, tenancy, policy and settings foundations; Automation workflow, approval, AI gateway, connector, media, processing, rules, prompt, and evaluation packages; public Composer/Packagist package releases; deferred presentation technologies remain intentionally out of scope. Verification passed Composer validation, module and OpenAPI validation, Pint, PHPStan, application and package tests, 100% application coverage, frontend build, Docker/install CI, and release checks. Kubernetes validation remains environment-dependent when kubectl is unavailable.
Automation Laravel v2.0.0
What's Changed
- Complete Automation API resource contracts by @curtisdelicata in #513
- Add package-local Automation domain tests by @curtisdelicata in #514
- Complete Automation presentation adapters and release verification by @curtisdelicata in #515
Full Changelog: v1.0.1...v2.0.0
Automation Laravel v1.0.1
Adds typed Automation domain contracts, workflow lifecycle persistence, Packagist-correct package versioning, and updated release documentation.
Automation Laravel v1.0.0
Initial Automation application release with the core, API, Filament, and Livewire package matrix, protected branch promotion, Composer/Packagist publishing, and verified CI coverage.