Skip to content

Releases: Syriiin/difficalcy

v0.10.0

12 Nov 11:36
4343fda
Compare
Choose a tag to compare

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

24 Oct 13:26
00507dd
Compare
Choose a tag to compare

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

07 Jun 09:59
0848c34
Compare
Choose a tag to compare

What's Changed

  • Handle zero object maps by defaulting acc to 100% by @Syriiin in #27

Full Changelog: v0.8.0...v0.8.1

v0.8.0

25 May 08:22
ee6597b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.0...v0.8.0

v0.7.0

18 May 13:40
a3f13f3
Compare
Choose a tag to compare

What's Changed

  • Fix crashing on missing beatmaps by @Syriiin in #19
  • Add DOWNLOAD_MISSING_BEATMAPS env var by @Syriiin in #20

Full Changelog: v0.6.1...v0.7.0

v0.6.1

16 May 12:00
5506dfd
Compare
Choose a tag to compare

What's Changed

  • Fix beatmaps being read from the wrong path by @Syriiin in #18

Full Changelog: v0.6.0...v0.6.1

v0.6.0

16 May 11:06
b703244
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.2...v0.6.0

v0.5.2

15 May 13:50
fcf34d5
Compare
Choose a tag to compare

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

Full Changelog: v0.5.1...v0.5.2

v0.5.1

06 May 12:26
1bcc1b5
Compare
Choose a tag to compare

What's Changed

  • Widen beatmap volume permissions by @Syriiin in #7

Full Changelog: v0.5.0...v0.5.1

v0.5.0

02 May 14:49
414120a
Compare
Choose a tag to compare

What's Changed

  • Add custom calc docs and other cleanup to prepare to release by @Syriiin in #6

Full Changelog: v0.4.0...v0.5.0