Skip to content

0.18.0

Choose a tag to compare

@github-actions github-actions released this 24 Aug 08:09
· 50 commits to main since this release
0.18.0
d3615fd

Changelog

🚀 Features

🧰 Maintenance

  • dd5fbbd Change egress policy from audit to block
  • d1f1fdb Change egress policy from block to audit
  • 2fd6f2b Increase golangci-lint timeout to 10 minutes
  • 2be92d1 Merge branch 'main' into cursor/github-issue-resolution-8c1b
  • e59c875 Merge branch 'main' into docs/project-dump-restore-adr
  • 0978ec0 Merge branch 'main' into fix/project-env-flag-admin-api
  • a234be5 Merge branch 'main' into fix/project-env-flag-admin-api
  • 40a26d8 Merge branch 'main' into fix/project-env-flag-admin-api
  • b40c534 Merge branch 'main' into fix/project-env-flag-admin-api
  • b31e06d Merge pull request #1257 from shopware/fix/project-env-flag-admin-api
  • 53075d8 Merge pull request #1356 from shopware/docs/project-dump-restore-adr
  • c06740d Merge pull request #1358 from shopware/refactor/dump-command
  • 64ee786 Merge pull request #1364 from shopware/feat/issue-1091-tui-update-hint
  • 221875b Merge pull request #1396 from shopware/dependabot/go_modules/all-066cdd50b5
  • fe967d5 Merge pull request #1397 from shopware/dependabot/npm_and_yarn/internal/verifier/js/all-620137ce3e
  • ac3ad5c Merge pull request #1398 from shopware/dependabot/github_actions/all-c498d9d61c
  • 5e6170f Merge pull request #1400 from shopware/ci/gh-aw-v0.86.2
  • c28f307 Merge pull request #1403 from shopware/cursor/deprecate-jwt-and-prepare-a63c
  • d3615fd Merge pull request #1404 from shopware/cursor/github-issue-resolution-8c1b
  • d7de2c5 Merge pull request #1405 from shopware/cursor/github-issue-resolution-d599
  • 76d12b2 Merge pull request #1409 from shopware/chore/update-contributing-guide-with-branching-and-release-strategy
  • dcca23c Merge pull request #1413 from shopware/chore/go-1.27
  • 3507790 Merge pull request #1415 from shopware/shyim-patch-1
  • c3b21cf Merge pull request #1417 from shopware/next
  • df932bc Merge pull request #1418 from shopware/chore/retire-next
  • 3ca2566 Merge remote-tracking branch 'origin/main' into next
  • 5856b66 Remerge Feat/local proxy multiple shops (#1414)
  • 165aec3 Remove install-mode from golangci-lint action
  • bb40b5e Update 0002-project-dump-restore.md
  • 793b4b0 Update cmd/extension/extension_prepare.go
  • d95a27f Update cmd/project/project_generate_jwt.go
  • d8ff08a Update docs/adr/0002-project-config-dot-config.md
  • f491f2c Update golangci-lint version to 2.13.1
  • b24059a Update golangci-lint version to v2.12.2
  • 9860586 avoid Deprecated godoc on still-used shop config fields
  • e4a6a68 chore: adjust spelling
  • 8f9842b chore: deprecate project generate-jwt and extension prepare
  • 148dc73 chore: retire next branch, use main only
  • 4386f54 chore: update contributing guide with branching and release strategy
  • 32bd1e4 ci: bump Go to 1.27 and golangci-lint to 2.13.0
  • 7fc885d ci: recompile gh-aw workflows with v0.86.2
  • cef5f72 ci: resolve merge conflicts with main
  • 63a98b5 deprecate top-level url and admin_api in favor of environments
  • 2e74617 fix comments
  • cad1250 fix(deps): bump the all group in /internal/verifier/js with 3 updates
  • 883ae69 fix(deps): bump the all group with 2 updates
  • 1005ae2 fix(deps): bump the all group with 5 updates
  • dedc2b7 fix(project): freeze row-limit kept-set into staging tables
  • c06c341 fix(project): improve error handling and simplify project root resolution
  • 6911e41 fix(project): keep ancestors of self-referencing rows in dump limits
  • 45c3438 fix(project): pass allowFallback to findClosestShopwareProject in proxy cmds
  • 38f89d9 fix(project): require staging tables for --limit instead of falling back
  • 0c89454 fix(project): resolve -e/--env for all Admin-API commands
  • 6f459b2 fix(project): resolve -e/--env through a single executor path
  • e3f6109 fix(project): skip table locks for row-limited tables in dump
  • 9b718b9 fix: add missing tests
  • d3526eb fix: linter issues
  • 0c51e3b fix: reject environment entries without configuration
  • d2d9d74 fix: simplify notification handling
  • 1fe894b refactor(project): improve comments and simplify condition handling in limit functions
  • c0cd0db refactor(project): move dump logic into internal packages
  • 9815c05 refactor(project): reuse mysqldump.TableLimit in shop dump config
  • 090a76b refactor(project): simplify dump limit where combination
  • 6c2c87c refactor: remove background update command from TUI options and simplify update handling
  • f951dbf test env flag help without requiring command registration