Releases: Syriiin/difficalcy
Releases · Syriiin/difficalcy
v0.10.0
Breaking Changes
-
mods
input parameter is now a list of objects that specify the mod acronym and any optional settings -
eg.
POST /api/batch/calculation
[ { "beatmapId": "1256809", "mods": [ { "acronym": "DT", "settings": { "speed_change": "1.7" } }, { "acronym": "CL" } ] } ]
What's Changed
- Add release guardrail against uncommitted changes by @Syriiin in #90
- Bump mkdocs-material from 9.5.42 to 9.5.43 in /docs by @dependabot in #91
- Bump mkdocs-material from 9.5.43 to 9.5.44 in /docs by @dependabot in #93
- Log status code for beatmap download 5xx errors by @Syriiin in #94
- Reduce dependabot frequency to weekly by @Syriiin in #95
- Implement new mod format by @Syriiin in #96
- Add code formatter by @Syriiin in #97
- Update docs with redis conf and batch endpoint examples by @Syriiin in #98
- Bump the osu-rulesets group across 8 directories with 4 updates by @dependabot in #92
Full Changelog: v0.9.0...v0.10.0
v0.9.0
What's Changed
- Add xunit group for dependabot by @Syriiin in #28
- Fix dependabot group pattern by @Syriiin in #32
- Bump the xunit group across 5 directories with 2 updates by @dependabot in #48
- Add dependabot group for osu rulesets by @Syriiin in #63
- Bump StackExchange.Redis from 2.7.33 to 2.8.16 in /Difficalcy by @dependabot in #33
- Bump Swashbuckle.AspNetCore from 6.6.2 to 6.9.0 in /Difficalcy by @dependabot in #34
- Update to lazer 2024.1009.1 by @Syriiin in #66
- Add reset-dev command to fully reset dev by @Syriiin in #67
- Bump the osu-rulesets group across 8 directories with 4 updates by @dependabot in #68
- Add Microsoft.NET.Test.Sdk to test-tools group by @Syriiin in #74
- Bump the test-tools group across 5 directories with 1 update by @dependabot in #75
- Enable dependabot updates for pip in /docs by @Syriiin in #77
- Bump the osu-rulesets group across 8 directories with 4 updates by @dependabot in #76
- Enable dependabot docker updates by @Syriiin in #83
- Update docs packages by @Syriiin in #84
- Add simple logging for beatmap downloads by @Syriiin in #85
- Use poetry for docs dependency management by @Syriiin in #87
- Bump markupsafe from 2.1.5 to 3.0.2 in /docs by @dependabot in #86
- Add dependabot for github actions by @Syriiin in #88
- Bump actions/checkout from 3 to 4 in /.github/workflows by @dependabot in #89
Full Changelog: v0.8.1...v0.9.0
v0.8.1
v0.8.0
v0.7.0
v0.6.1
v0.6.0
v0.5.2
What's Changed
- Add docs deployment by @Syriiin in #8
- Only run deploy-docs workflow on master by @Syriiin in #9
- Fix typo in docs by @Syriiin in #10
- Add dependabot config by @Syriiin in #11
- Bump xunit.runner.visualstudio from 2.4.3 to 2.8.0 in /Difficalcy.Tests by @dependabot in #14
- Bump coverlet.collector from 3.1.2 to 6.0.2 in /Difficalcy.Tests by @dependabot in #15
- Update packages and cleanup docker compose files by @Syriiin in #16
New Contributors
- @dependabot made their first contribution in #14
Full Changelog: v0.5.1...v0.5.2