v1.0.0-alpha.7
Pre-release
Pre-release
What's Changed
Breaking Changes ⚠️
New Features ✅
- Tournament deletion functionality by @hburn7 in #506
- Game deletion functionality by @hburn7 in #508
- Score deletion functionality by @hburn7 in #509
- Implement match name format warning check by @myssto in #512
- Implement match game count warning check by @myssto in #513
- Add endpoint for adding pooled beatmaps to a tournament by @hburn7 in #518
- Add
DELETE
andGET
operations for pooled beatmaps by @hburn7 in #519 - Introduce
/tournaments/{id}:accept-pre-statuses
by @hburn7 in #521 - Implement and test
GameBeatmapUsageCheck
andMatchBeatmapCheck
by @hburn7 in #523
Code Quality 👨💻
- Add
JetBrains.Annotations
package by @hburn7 in #511 - Fix and improve API rate limiting by @myssto in #514
- Disable Qodana PR comment, add fail threshold of 0 by @hburn7 in #520
Bug Fixes 🔧
- Fix invalid entity field type & fix OAuth issues by @hburn7 in #502
- Encode rate limit override in client access tokens by @myssto in #528
Misc. Fixes 🚧
- Modify default rate limit windows by @hburn7 in #485
- Create
TournamentCompactDTO
and include it inMatchDTO
by @hburn7 in #494 - Add
AdminNotes
toMatchDTO
by @hburn7 in #495 - Add
AdminNotes
toGameDTO
by @hburn7 in #497 - Create new
RateLimitOverrides
onOAuthClient
creation by @hburn7 in #498 - Update example.appsettings.json by @hburn7 in #499
- Include admin notes in GameScoreDTO by @hburn7 in #500
- Match deletion functionality by @hburn7 in #507
- Add support for sorting tournaments by various keys by @hburn7 in #505
- Add CODEOWNERS file by @hburn7 in #529
Full Changelog: v1.0.0-alpha.6...v1.0.0-alpha.7