Releases: FAForever/faf-league-service
Releases · FAForever/faf-league-service
Version 1.6.1
What's Changed
Fix problem with RabbitMQ messages by @BlackYps in #73
The last release was broken because RabbitMQ messages where not acknowledged anymore.
Full Changelog: 1.6.0...1.6.1
Version 1.6.0
Version 1.5.0
Requires lobby server v1.13.1
Adds a game id column to the league score journal, so we can actually match historical league scores to concrete games.
What's Changed
- Bump certifi from 2023.5.7 to 2023.7.22 by @dependabot in #64
- Add Game id column to journal by @BlackYps in #66
- Improve documentation by @BlackYps in #65
Full Changelog: 1.4.0...1.5.0
Version 1.4.0
What's Changed
This release adds the 3v3 league and initializes it with a season that starts at the day of deployment and ends at 2023-06-30.
This release also features a new config value that determines the number of months a season should last.
- Update package info by @BlackYps in #61
- Add 3v3 league and season by @BlackYps in #59
- Handle season generation in python instead of sql by @BlackYps in #60
- Bump certifi from 2022.6.15.1 to 2022.12.7 by @dependabot in #56
- Bump requests from 2.29.0 to 2.31.0 by @dependabot in #63
- Bump sqlparse from 0.4.3 to 0.4.4 by @dependabot in #57
Full Changelog: 1.3.0...1.4.0
Version 1.3.0
Version 1.2.0
Version 1.1.0
- Publish schemaspy to github pages #47
- Setup db and migrations for schemaspy #48
- Change db image to mariadb
- Add second season #50
- Lower placement games for returning players #51
Full Changelog: 1.0.0...1.1.0
Version 1.0.0
- Drop test data and add first offical season for 1v1, 2v2, and the two new 4v4 queues
Version 0.1.8
- Make rabbitmq queue consumer exclusive and durable
Version 0.1.7
- Add season_number column #45