Skip to content

0.18.1

Latest

Choose a tag to compare

@github-actions github-actions released this 25 Aug 07:17
· 44 commits to main since this release
0.18.1
fc4f913

Changelog

🚀 Features

  • 0077ca1 feat(project): add --file flag to project sql
  • 92e5f1f feat: publish GitHub attestations for release artifacts

🧰 Maintenance

  • d20bb99 Add camelCase project name test case
  • a7c7ac5 Add regression test for user-facing project names
  • 7b9b23b Assert exact sanitized basename in project name regression test
  • 090de94 Inline projectNameFieldDescription helper
  • f414b1e Merge pull request #1426 from shopware/claude/slack-session-1ttcf1
  • 0791c1f Merge pull request #1427 from shopware/refactor/compose-typed-generator
  • 8765000 Merge pull request #1428 from shopware/cursor/project-sql-file-flag-8c71
  • b8fda92 Merge pull request #1433 from shopware/cursor/github-issue-resolution-cc14
  • 373183e Merge pull request #1436 from shopware/cursor/github-issue-resolution-4a8c
  • 0d7c684 Merge pull request #1440 from shopware/dependabot/go_modules/all-0be6698a81
  • 4475f92 Merge pull request #1441 from shopware/dependabot/composer/internal/verifier/php/all-0174a2d5e5
  • 6df3663 Merge pull request #1442 from shopware/dependabot/npm_and_yarn/internal/verifier/js/all-0d65bea298
  • abfc5e9 Merge pull request #1443 from shopware/dependabot/github_actions/all-53fce59a1a
  • 0002c06 Merge pull request #1444 from shopware/ci/update-agentic
  • fc4f913 Merge pull request #1445 from shopware/fix/project-config-top-level-url
  • 88512b4 Remove project name validation against compose project names
  • 6642dd7 Use static Description for project name field
  • 74590ab ci: update gh-aw to v0.86.2 and add copilot setup workflow
  • 1bd0b61 fix(deps): bump the all group in /internal/verifier/php with 2 updates
  • 6b99a43 fix(deps): bump the all group with 3 updates
  • e068008 fix(deps): bump the all group with 4 updates
  • 82a0a26 fix(deps): bump vitest in /internal/verifier/js in the all group
  • e705021 fix(project): reject missing SQL before connecting
  • 8577f13 fix(project): stop writing the deprecated top-level url on create
  • 35689c0 fix(project): treat empty stdin as missing SQL
  • f66ba51 fix: allocate a TTY for interactive docker compose exec
  • 4183e45 fix: keep -T for docker compose exec launched from TUI
  • 6e35dd5 fix: satisfy containedctx and staticcheck on TUI context
  • ec675c5 refactor(docker): generate compose.yaml from Go types instead of yaml.Node tree
  • 6de1a22 refactor: opt into compose TTY via context instead of isatty
  • e751921 refactor: propagate TUI context instead of a global flag
  • d9d7d8f test(smoke): cover Docker project create and dev start