Skip to content

Releases: JamesMCo/python_mcc_api

v1.0.5

24 Jul 20:59
v1.0.5
e6e22ac

Choose a tag to compare

  • Add optional timeout parameter to get_event, get_hall_of_fame, get_rundown, and get_participants to specify the number of seconds before timing out requests to the MCC API (defaults to 5)

v1.0.4

25 Apr 00:53
v1.0.4
9e230c8

Choose a tag to compare

  • Fix Hall of Fame deprecation warning not showing

v1.0.3

21 Apr 01:09
v1.0.3
537d3d7

Choose a tag to compare

  • Fix several incompatibilities with Python 3.10
    • Use of enum.StrEnum (added in Python 3.11)
    • Use of typing.Self (added in Python 3.11)
    • Use of datetime.fromisoformat to parse a Javascript Date format date string (support for all valid ISO 8601 formats added in Python 3.11)

v1.0.2

16 Apr 03:16
v1.0.2
d9805e3

Choose a tag to compare

  • Fix __all__ not including get_event, get_hall_of_fame, get_rundown, and get_participants (and thus not being included when using from mcc_api import *)

v1.0.1

07 Apr 23:45
v1.0.1
205887d

Choose a tag to compare

  • Fix rate limit errors from the MCC API raising KeyError exceptions, instead of mcc_api.exceptions.RateLimitError exceptions.

v1.0.0

06 Apr 01:22
v1.0.0
6ee4e88

Choose a tag to compare

  • Initial release