Releases: mariusklocke/liga-manager-api
Releases · mariusklocke/liga-manager-api
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
1.18.1
- Bugfix: Fix links in mails
- Improvement: Update dependencies
1.18.0
- Feature: Ship Roadrunner as alternative runtime to PHP-FPM for docker images
1.17.0
- Improvement: Update
doctrine/orm
to 3.0 - Improvement: Update
doctrine/dbal
to 4.0 - Improvement: Improve security in docker image
- Improvement: Minor refactorings