Skip to content

Releases: tybug/ossapi

v2.0.0beta1

24 Mar 05:03
Compare
Choose a tag to compare

This is a beta release with support for some api v2 endpoints. Work on api v2 endpoints is ongoing and unstable (as api v2 itself is unstable).

See #14 for the latest status on implementation of api v2 endpoints.

v1.3.0

06 May 19:47
4e25ccd
Compare
Choose a tag to compare
  • rename ossapi to Ossapi (ossapi left as deprecated)
  • use groups for endpoint's required parameters, where only one group must be satisfied (eg you must pass user and beatmap, or just score id)
  • allow mods in get_beatmaps
  • allow type and s in get_replay

v1.2.3

20 Mar 12:51
0e3e762
Compare
Choose a tag to compare
  • use 15 second timeout for requests

v1.2.2

10 Aug 19:11
Compare
Choose a tag to compare
  • Fix v1.2.1 fatal erroring on every request (because of left in testing code)

v1.2.1

07 Aug 19:40
Compare
Choose a tag to compare
  • Return custom response for JSONDecodeError when api returns invalid json

v1.2.0

06 Mar 19:03
Compare
Choose a tag to compare
  • remove "m" as a required parameter for get_user_best

v1.1.1

02 Mar 01:18
Compare
Choose a tag to compare

Hotfix for v1.1.0 in which the version wasn't bumped

v1.1.0

01 Mar 20:00
Compare
Choose a tag to compare
  • Filter None values instead of None keys

v1.0

24 Feb 00:35
4c1ced0
Compare
Choose a tag to compare

All api endpoints implemented