Releases: mariusklocke/liga-manager-api
Releases · mariusklocke/liga-manager-api
1.24.0
- 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
- Bugfix: Fix email logo not loading in Gmail
1.23.0
- Feature: Add command for validating config
- Improvement: Add support for PostgreSQL database
- Improvement: Modernize email templates
- Improvement: Use
doctrine/orm
instead ofdoctrine/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
- 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
- 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
- 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
- Bugfix: Fix config issue for PHP-FPM docker image builds
- Improvement: Allow toggling maintenance mode without restart
- Improvement: Update dependencies
1.20.1
- 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
- Feature: Allow matches to be moved to another match day
- Improvement: Update dependencies
1.19.0
- Feature: Add metrics endpoint
- Feature: Allow JSON config
- Improvement: Update dependencies
- Improvement: Using
docker compose
during builds