Releases: cetteup/playerpath
Releases · cetteup/playerpath
playerpath v0.4.0
This is the 0.4.0 release of playerpath.
Features
- transform BF2Hub player verification response to standard format
- include provider when logging request details
- remove connection lifetime limit
- increase maximum number of open/idle connections
- remove api
- support importing players from bf2.co registry API
- close idle database connections after 15 minutes
- import new players in regular intervals
- add docker compose setup
- handle getrankstatus.aspx abort using nginx reverse proxy in docker compose setup
- add support for Gameppy as a provider
Fixes
- add provider to request context when handling static forward
- re-generate provider strings
- don't unescape query parameters when modifying verification response
- handle query parameter syntax characters in VerifyPlayer query parameter values
- convert provider names to lower case for opendata/registry import
Maintenance
- fix(deps): update module github.com/go-playground/validator/v10 to v10.30.1
- update module github.com/rs/zerolog to v1.35.0
- update golang docker tag to v1.26.1
- update module github.com/labstack/echo/v4 to v4.15.1
- update module golang.org/x/tools to v0.43.0
- update dependency go to v1.26.1
Full Changelog: v0.3.3...v0.4.0
playerpath v0.3.3
This is the 0.3.3 release of playerpath.
Fixes
- copy content-type header for forwarded requests
- set content length on forwarded requests to avoid chunked encoding
- disable compression for handler HTTP client
Maintenance
- update golang docker tag to v1.25.4
- update dependency go to v1.25.4
- update module github.com/go-playground/validator/v10 to v10.28.0
Full Changelog: v0.3.2...v0.3.3
playerpath v0.3.2
This is the v0.3.2 release of playerpath.
Fixes
Maintenance
- update module github.com/rs/zerolog to v1.34.0
- update module github.com/go-sql-driver/mysql to v1.9.3
- update golang docker tag to v1.24.5
- update dependency go to v1.24.5
- update module github.com/labstack/echo/v4 to v4.13.4
- update module github.com/go-playground/validator/v10 to v10.27.0
Full Changelog: v0.3.1...v0.3.2
playerpath v0.3.1
playerpath v0.3.0
This is the v0.3.0 release of playerpath.
Features
- Add player verification endpoint (#5)
- Add support for server-specific default provider configuration (#6)
Fixes
Full Changelog: v0.2.0...v0.3.0
playerpath v0.2.0
playerpath v0.1.1
playerpath v0.1.0
This is the initial release of playerpath.