Releases: startersclan/bf2stats
Releases · startersclan/bf2stats
2.6.0
Changes
This release includes minor fixes for logging. The most notable change is the single docker image instead of separate nginx and php images for both asp
and bf2sclone
, which now support env vars as configuration for simpler deployment.
- Change (docker): Combine nginx and php to a single image for both
ASP
andbf2sclone
with env var support for configuration @leojonathanoh (#133)
🚀 Features
- Enhancement (ci): Use matrix for test jobs @leojonathanoh (#131)
- Enhancement (ci): Refactor Dockerfiles to reduce image size @leojonathanoh (#129)
- Enhancement (ci): Enhance caching between buildx jobs @leojonathanoh (#130)
- Enhancement (ci): Add
release.sh
to create releases @leojonathanoh (#137) - Enhancement (ci): Add
change
label torelease-drafter.yml
@leojonathanoh (#128)
🐛 Bug Fixes
- Fix (tests): Fix integration tests to not use a non-existent image @leojonathanoh (#139)
- Fix (development): Remove unneeded
aibehaviours.ai
andaidefaultstrategies*.ai
bind mounts forbf2
service indocker-compose.yml
@leojonathanoh (#122) - Fix (ci): Fix
docker/metadata-action
invalidimages
@leojonathanoh (#127) - Fix (ASP): Fix
getawardsinfo.aspx
not logging to stderr in docker @leojonathanoh (#134)
🖊️ Refactors
- Refactor (ci): Use
docker/setup-buildx-action@v2
,docker/metadata-action@v4
, anddocker/login-action@v2
@leojonathanoh (#126)
📝 Documentation
- Docs: Move official readmes to
./docs
@leojonathanoh (#136) - Docs (examples): Remove unneeded
aibehaviours-fixloopatwrapper.ai
andaidefaultstrategies*.ai
@leojonathanoh (#124) - Docs (examples): Add
--global.sendanonymoususage=false
totraefik
indocker-compose.yml
@leojonathanoh (#125)
🧰 Maintenance
- Chore: Release 2.6.0 @leojonathanoh (#138)
- Chore (development): Remove unneeded DNS spoofing in
prmasterserver
indocker-compose.yml
@leojonathanoh (#140) - Chore (ci): Add missing
update-dockerhub-description
job @leojonathanoh (#123)
2.5.1
Changes
🐛 Bug Fixes
- Fix (bf2sclone): Write page cache only if
RANKING_REFRESH_TIME > 0
@leojonathanoh (#118)
🧰 Maintenance
- Chore: Bump version to
2.5.1
@leojonathanoh (#119)
2.4.6
Changes
This is a backported release.
🐛 Bug Fixes
- Fix (bf2sclone): Write page cache only if
RANKING_REFRESH_TIME > 0
@leojonathanoh (#118) - Fix (bf2sclone): Fix missing closing tags in html markup @leojonathanoh (#116)
🧰 Maintenance
- Chore: Bump version to
2.4.6
@leojonathanoh (#120)
2.3.8
Changes
This is a backported release.
🐛 Bug Fixes
- Fix (bf2sclone): Write page cache only if
RANKING_REFRESH_TIME > 0
@leojonathanoh (#118) - Fix (bf2sclone): Fix missing closing tags in html markup @leojonathanoh (#116)
🧰 Maintenance
- Chore: Bump version to
2.3.8
@leojonathanoh (#121)
2.5.0
Changes
🚀 Features
- Feature: Add
publicaddress
column inservers
table and ability to manage it inASP
Serverinfo
module @leojonathanoh (#112) - Feature (bf2sclone): Add new
Servers
menu item to view servers @leojonathanoh (#111) - Enhancement: Increase
prefix
column length inservers
table to100
characters @leojonathanoh (#115)
🐛 Bug Fixes
- Fix (bf2sclone): Fix missing closing tags in html markup @leojonathanoh (#116)
🧰 Maintenance
- Chore: Bump version to
2.5.0
@leojonathanoh (#117)
2.4.5
Changes
🐛 Bug Fixes
- Fix (ASP): Speed up
Serverinfo
module determination of server status by avoiding hitting socket timeout when possible @leojonathanoh (#110) - Fix (ASP): Fix
Serverinfo
module parsing of gamespy response and avoid socket timeouts when possible @leojonathanoh (#109)
🧰 Maintenance
- Chore: Bump version to
2.4.5
@leojonathanoh (#113)
2.3.7
Changes
This is a backported release.
🐛 Bug Fixes
- Fix (ASP): Speed up
Serverinfo
module determination of server status by avoiding hitting socket timeout when possible @leojonathanoh (#110) - Fix (ASP): Fix
Serverinfo
module parsing of gamespy response and avoid socket timeouts when possible @leojonathanoh (#109)
🧰 Maintenance
- Chore: Bump version to
2.4.5
@leojonathanoh (#113)
2.4.4
Changes
🐛 Bug Fixes
- Fix (ASP): Fix
Serverinfo
module to use gamespy query instead of Rcon to determine server online status @leojonathanoh (#104) - Fix (ASP): Fix
Serverinfo
module showing junk characters in player table @leojonathanoh (#106)
🧰 Maintenance
- Chore: Bump version to
2.4.4
@leojonathanoh (#107)
2.4.3
Changes
🐛 Bug Fixes
- Fix (ci): Use proper
restore-keys
to restoredocker
cache @leojonathanoh (#102) - Fix (ci): Use matrix build job for faster builds @leojonathanoh (#100)
- Fix (ci): Fix interpolation in
master
andtags
steps ofbuild
jobs @leojonathanoh (#101) - Fix (ci): Fix caching for
docker buildx
@leojonathanoh (#99) - Fix (ASP): Log
php
errors tostderr
when running indocker
@leojonathanoh (#97) - Fix (ASP): Fix undefined variable
$nick
ingetunlocksinfo.aspx
@leojonathanoh (#98) - Fix (ASP): Fix
Installdb
module to autofill values usingconfig.php
to easily set up the DB @leojonathanoh (#96)
🧰 Maintenance
- Chore: Bump version to
2.4.3
@leojonathanoh (#103)