Skip to content

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 12 Jun 13:50
4c8bece

1.0.0 (2026-06-12)

Features

  • add AI agent configuration with security measures (a673cbc)
  • add AI automation guide and Dependabot configuration (94982f9)
  • add comprehensive documentation and Shared Kernel (3514b52)
  • add contribution guidelines and GitHub configuration (81439c5)
  • add Dependabot auto-merge workflow (d2277bc)
  • add Email Value Object to Shared/Domain/ValueObject (cdd1fbb)
  • add Health module and update documentation (ac9be07)
  • add IDE rules and AI Copilot Mode (b188553)
  • add Legacy vs Pragmatic section, pretty CLI, and IDE rules (da9169f)
  • add personal and documentation preferences (18b9839)
  • add PR template and CI workflow for ADR compliance (#12) (0d17003)
  • add slice generation script and make target (7ac8d35)
  • add stale bot workflow (d2cd5f6)
  • ci: agent smoke gate — scaffolded code must pass all gates untouched (a350154)
  • complete development toolchain (a66985c)
  • complete README redesign with Vibe Coding approach (d5a32c1)
  • dx: make init fork identity + capability recipes (ab67cd7)
  • enable Dependabot auto-merge (cd95e31)
  • enhance README with badges, Key Features, and Performance section (5e6b420)
  • messenger: switch async transport to doctrine (3f595a5)
  • ops: production deployment suite ported from real projects (a76759c)
  • port SharedKernel from a real production project (d68caaf)
  • q1: Mercure integration, Event Sourcing Lite, SDK generator (adac6da)
  • quality: raise PHPStan to level 10 (654ce77)
  • scheduler: recurring PurgeCompletedTasks via symfony/scheduler (9637687)
  • supply-chain: attest releases, verify before deploy (ADR-0018) (2fd60c6)
  • Task reference slice — entity to tests, the full vertical (23bb020)

Bug Fixes

  • add composer install to php_dev stage (39e3309)
  • add config/bundles.php for bundle registration (6d0e21f)
  • add continue-on-error to gitleaks step (c78f161)
  • add dockerfile path to CI workflows (c99fd7b)
  • add doctrine/doctrine-bundle and update lock file (544d69e)
  • add doctrine/doctrine-bundle to require (30fdeb7)
  • add missing bin/console file (41b465d)
  • CI pipeline caching, composer install, and codebase issues (96dbfb8)
  • CI steps should not fail on warnings (770a91a)
  • CI toolchain and code style (70859f6)
  • ci: add composer.lock for mercure-bundle, fix PHPStan level 10 (57cd414)
  • ci: add Mercure stub env vars to .env.test (e95fc25)
  • ci: correct nelmio:apidoc:dump command name (a6f382f)
  • ci: register MercureBundle, document env vars in .env.dist (9d73d45)
  • ci: resolve three boot failures in CI pipeline (8935d9c)
  • ci: set MERCURE_* env vars in CI workflow (9009ff1)
  • correct dependabot commit-message syntax (ecde94f)
  • correct dependabot commit-message syntax (705eb66)
  • correct dependabot.yml syntax (33f2135)
  • correct phpunit path to vendor/bin/phpunit (f10b748)
  • disable all caching for dev image build (495d604)
  • disable cache push for dev image to ensure fresh dependencies (531891f)
  • disable Docker cache in OpenAPI workflow (d5611bf)
  • docker: bootable prod image, real Caddyfile with Mercure hub (6d9db9b)
  • docs: make every doc claim match reality (ae15fcd)
  • doctrine: remove auto_generate_proxy_classes, bump server_version to 17 (5dbe13b)
  • ensure composer dependencies are installed in dev image (481061c)
  • env: single source of truth for app config (675facb)
  • exclude more paths from PHPStan analysis (cf0e7bd)
  • exclude vendor from gitleaks scanning (false positives) (8e16938)
  • handle missing OpenAPI spec in CI (19ef3ec)
  • improve CI workflow (7ddf649)
  • include composer.lock in Docker context (9ecbaf4)
  • infra: honour --env in bin/console and isolate the test database (#32) (653bb5c)
  • infra: repair dev healthcheck, smoke, console env and tooling (#31) (f9604d8)
  • init: correct prune leftovers; tolerate empty scheduler in worker (b04a48f)
  • make CI workflows more lenient for dependency updates (3d28522)
  • PHPStan Level 9 compliance (b879423)
  • phpstan: lower to level 7, drop non-existent path entries (89ba797)
  • phpstan: mark non-existent excludePaths entries as optional (95acf51)
  • regenerate composer.lock with correct Symfony 7.2 dependencies (ed66714)
  • remove agents.local.md from git and update references (5b9f40f)
  • remove invalid dependabot security group (6269c29)
  • resolve all PHPStan errors (9831b06)
  • run composer inside Docker in openapi workflow (360fab2)
  • security: remove ghost user provider and dead api firewall rules (94b5157)
  • separate EXPOSE ports to avoid syntax errors (080f2b3)
  • standardize Features folder naming across all documentation (27195b5)
  • style: exclude var/ from Pint, auto-fix 6 source files (af43dc5)
  • style: stop tracking auto-generated config/reference.php (f273e04)
  • test: drop coverage block from phpunit.xml (5f81546)
  • test: make all 4 PHPUnit tests pass (b91a8bd)
  • test: route PaymentProcessed async, add in-memory transport for tests (c0b13c6)
  • tests: recreate test DB per run; refresh lock hash on init (566b53f)
  • tests: register DAMA extension in phpunit.xml, add composer.lock (8406c39)
  • tests: reset test DB via migrations so make test is re-runnable (1f615f5)
  • update phpstan config and CI workflow to not fail on warnings (369213f)
  • use 'file' instead of 'dockerfile' param in CI (6d93ef8)
  • use gitleaks.toml to disable false positive rules (5a4e524)