2.11.0
over 5 years ago by Milinda na Champassak
This patch releases enhancements on CS:GO endpoints and a filter by time on stats endpoints.
Additions
- New CS:GO stats endpoints:
&from=<DATE>
and/or&to=<DATE>
filters added to some of our stats endpoints:- https://developers.pandascore.co/doc/#operation/get_dota2_players_playerIdOrSlug_stats
- https://developers.pandascore.co/doc/#operation/get_dota2_teams_teamIdOrSlug_stats
- https://developers.pandascore.co/doc/#operation/get_lol_players_playerIdOrSlug_stats
- https://developers.pandascore.co/doc/#operation/get_lol_teams_teamIdOrSlug_stats
- See for example how Fnatic has been doing since January:
https://api.pandascore.co/lol/teams/fnatic/stats?from=2019-01-01
- Fields
end_at
&forfeit
to matches shown in tournament brackets - CS:GO games have a
rounds_score
field that describes the number of rounds won per team:
Fixes
- Fixed cache eviction issue which would miss changes to a document made within the same second
- Fixed a bug where in some circonstances data fields on
/lol/champions
would go missing