Skip to content

Releases: mariusklocke/liga-manager-api

1.24.0

21 Jan 22:07
Compare
Choose a tag to compare
  • Feature: Add user locale for localized emails
  • Improvement: Send emails with additional plaintext content
  • Improvement: Remove doctrine/migrations
  • Improvement: Update composer packages
  • Improvement: Exclude xdebug from docker images
  • Improvement: Remove experimental WebAuthn feature
  • Improvement: Enable Roadrunner metrics

1.23.1

30 Dec 14:37
Compare
Choose a tag to compare
  • Bugfix: Fix email logo not loading in Gmail

1.23.0

27 Dec 18:41
Compare
Choose a tag to compare
  • Feature: Add command for validating config
  • Improvement: Add support for PostgreSQL database
  • Improvement: Modernize email templates
  • Improvement: Use doctrine/orm instead of doctrine/migratios for DB migrations
  • Improvement: Improved support for docker secrets
  • Improvement: Move doctrine proxies to src folder
  • Improvement: Bump MariaDB version to 11.4 in CI actions

1.22.1

09 Dec 17:27
Compare
Choose a tag to compare
  • Improvement: Update docker images to PHP 8.4
  • Improvement: Add proxy support to RateLimitMiddleware
  • Improvement: Make healthchecks optional in docker
  • Improvement: Make EmailHealthCheck a regular healthcheck
  • Improvement: Replace coveralls.io with codecov.io
  • Improvement: Refactor config handling
  • Improvement: Update composer packages

1.22.0

17 Oct 16:58
Compare
Choose a tag to compare
  • Feature: Add command for email health checks
  • Feature: Add commands for uploading and cleaning up team logos
  • Bugfix: Fix missing user/group config for PHP-FPM
  • Bugfix: Fix entrypoint scripts in docker images
  • Improvement: Run tests more similar to production
  • Improvement: Update dependencies

1.21.0

23 Sep 19:42
Compare
Choose a tag to compare
  • Feature: Add commands for DB import/export (XML format)
  • Bugfix: Terminate worker process after internal error
  • Improvement: Refactor API controllers
  • Improvement: Write version to composer.json
  • Improvement: Return GraphQL schema on "GET /api/graphql"
  • Improvement: Add "Content-Length" header to responses

1.20.2

10 Sep 18:37
Compare
Choose a tag to compare
  • Bugfix: Fix config issue for PHP-FPM docker image builds
  • Improvement: Allow toggling maintenance mode without restart
  • Improvement: Update dependencies

1.20.1

02 Sep 17:42
Compare
Choose a tag to compare
  • Bugfix: Fix timezone issue when scheduling all matches in a season
  • Improvement: Speedup builds by installing pre-compiled PHP packages from Alpine repos
  • Improvement: Replace hardcoded values in test by generated values

1.20.0

28 Aug 19:26
Compare
Choose a tag to compare
  • Feature: Allow matches to be moved to another match day
  • Improvement: Update dependencies

1.19.0

30 Jul 20:53
Compare
Choose a tag to compare
  • Feature: Add metrics endpoint
  • Feature: Allow JSON config
  • Improvement: Update dependencies
  • Improvement: Using docker compose during builds