Skip to content

Releases: Baaarbz/sports-elo

3.0.2

26 Mar 22:54
b91878b
Compare
Choose a tag to compare

Fix elo calculation error

3.0.1

24 Mar 22:23
91166f4
Compare
Choose a tag to compare

Fix errors deployment

Full Changelog: 3.0.0...3.0.1

Project scope

24 Mar 22:12
b48a91c
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump openjdk from 21-jdk to 25-jdk by @dependabot in #33
  • chore(deps): bump io.micrometer:micrometer-registry-prometheus from 1.14.1 to 1.14.2 by @dependabot in #34
  • chore(deps): bump org.assertj:assertj-core from 3.26.3 to 3.27.0 by @dependabot in #36
  • chore(deps): bump io.spring.dependency-management from 1.1.6 to 1.1.7 by @dependabot in #37
  • chore(deps): bump org.assertj:assertj-core from 3.27.0 to 3.27.2 by @dependabot in #40
  • chore(deps): bump io.mockk:mockk from 1.13.13 to 1.13.16 by @dependabot in #42
  • chore(deps): bump io.micrometer:micrometer-registry-prometheus from 1.14.2 to 1.14.3 by @dependabot in #45
  • chore(deps): bump org.assertj:assertj-core from 3.27.2 to 3.27.3 by @dependabot in #46
  • chore(deps): bump org.springframework.boot from 3.4.0 to 3.4.1 by @dependabot in #38
  • chore(deps): bump kotlinPluginVersion from 2.1.0 to 2.1.10 by @dependabot in #48
  • chore(deps): bump org.springframework.boot from 3.4.1 to 3.4.2 by @dependabot in #50
  • chore(deps): bump org.jetbrains.gradle.plugin.idea-ext from 1.1.9 to 1.1.10 by @dependabot in #51
  • chore(deps): bump com.tngtech.archunit:archunit-junit5 from 1.3.0 to 1.4.0 by @dependabot in #53
  • chore(deps): bump io.micrometer:micrometer-registry-prometheus from 1.14.3 to 1.14.4 by @dependabot in #52
  • chore(deps): bump io.rest-assured:rest-assured from 5.5.0 to 5.5.1 by @dependabot in #55
  • chore(deps): bump org.springframework.boot from 3.4.2 to 3.4.3 by @dependabot in #58
  • chore(deps): bump org.awaitility:awaitility from 4.2.2 to 4.3.0 by @dependabot in #59
  • chore(deps): bump appleboy/ssh-action from 1.2.0 to 1.2.1 by @dependabot in #60
  • chore(deps): bump io.mockk:mockk from 1.13.16 to 1.13.17 by @dependabot in #61
  • chore(deps): bump appleboy/ssh-action from 1.2.1 to 1.2.2 by @dependabot in #62
  • chore(deps): bump io.micrometer:micrometer-registry-prometheus from 1.14.4 to 1.14.5 by @dependabot in #63
  • feat: change scope project by @Baaarbz in #64

Full Changelog: 2.0.3...3.0.0

v2.0.3

15 Dec 16:29
431242b
Compare
Choose a tag to compare

Fixes reset elo/rating drivers not working

Full Changelog: 2.0.2...2.0.3

v2.0.2

15 Dec 15:54
2bc0670
Compare
Choose a tag to compare

Fixes calculation errors in iRating, when a drivers gets his iRating calculated, he endup with the delta as his current iRating instead of sum the delta to his current rating.

Full Changelog: 2.0.1...2.0.2

v2.0.1

15 Dec 12:41
672c7a9
Compare
Choose a tag to compare

Fix bugs related with the listing of drivers and retrieve driver

Full Changelog: 2.0.0...2.0.1

v2.0.0

15 Dec 10:22
bcf43f2
Compare
Choose a tag to compare

What has been added

iRating support!
Mechanism to reprocess data of drivers, in order to recalculate or add new systems

What's Changed

  • chore(deps): bump org.springframework.cloud:spring-cloud-contract-wiremock from 4.1.5 to 4.2.0 by @dependabot in #28
  • docs: update readme and iRating system by @Baaarbz in #29
  • feat: reprocess data mechanism by @Baaarbz in #30
  • feat: irating calculator by @Baaarbz in #31
  • feat: use case to calculate irating by @Baaarbz in #32

Full Changelog: 1.2.0...2.0.0

v1.2.0

09 Dec 23:02
adc2b87
Compare
Choose a tag to compare

What is new in this releade?

This new release includes support to new different features for theoretical performance been able to retrieve the theoretical performance giving a season and delete data about a season

What's Changed

  • feat: add origin of the analysed data by @Baaarbz in #24
  • feat: add architecture tests by @Baaarbz in #25
  • feat: add delete theroretical performance by season year by @Baaarbz in #26
  • feat: add get theoretical performance by @Baaarbz in #27

Full Changelog: 1.1.0...1.2.0

v1.1.0

08 Dec 22:14
8f4b92b
Compare
Choose a tag to compare

What is new in this release

Include support to theoretical performance to constructors over the season, also we are able to distinguish if the data had been analysed or just using WCC.
Also it is included the skeleton for future developments related with the theoretical performance review

What's Changed

  • chore(deps): bump org.springframework.cloud:spring-cloud-contract-wiremock from 4.1.4 to 4.1.5 by @dependabot in #21
  • chore(deps): bump kotlinPluginVersion from 2.0.21 to 2.1.0 by @dependabot in #20
  • feat(theoretical-performance): add constructor theoretical performance support by @Baaarbz in #22
  • feat(theoretical-performance): save theoretical performance by @Baaarbz in #23

Full Changelog: 1.0.0...1.1.0

v1.0.0

28 Nov 21:23
9f9622a
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump com.willowtreeapps.assertk:assertk from 0.28.0 to 0.28.1 by @dependabot in #1
  • chore(deps): bump org.jetbrains.gradle.plugin.idea-ext from 1.1.7 to 1.1.9 by @dependabot in #2
  • chore(deps): bump org.springframework.boot from 3.3.4 to 3.3.5 by @dependabot in #3
  • chore(deps): bump com.ncorti.ktfmt.gradle from 0.20.1 to 0.21.0 by @dependabot in #4
  • chore(deps): bump org.springdoc:springdoc-openapi-starter-webmvc-ui from 2.5.0 to 2.6.0 by @dependabot in #5
  • feat(prometheus): add actuator, metrics and prometheus by @Baaarbz in #6
  • chore(deps): bump io.micrometer:micrometer-registry-prometheus from 1.13.6 to 1.14.1 by @dependabot in #12
  • chore(deps): bump appleboy/ssh-action from 1.0.3 to 1.2.0 by @dependabot in #11
  • chore(deps): bump org.springdoc:springdoc-openapi-starter-common from 2.1.0 to 2.6.0 by @dependabot in #10
  • feat(drivers-listing): add drivers paginated service by @Baaarbz in #13
  • feat: add sorting to drivers listing by @Baaarbz in #14
  • feat(get-driver-by-id): use case and endpoint to get driver by id by @Baaarbz in #15
  • chore(deps): bump org.springframework.boot from 3.3.5 to 3.4.0 by @dependabot in #16
  • chore(deps): bump io.rest-assured:rest-assured from 5.4.0 to 5.5.0 by @dependabot in #17

New Contributors

Full Changelog: https://github.com/Baaarbz/f1-elo/commits/1.0.0