Changelog#

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Version 1.4.3 (2024-02-21)#

Changed#

Fixed#

Removed#

  • Removed support for python 3.7 as it has reached its end of life. For more information, see PEP 537.

Version 1.4.2 (2023-04-14)#

Fixed#

Version 1.4.1 (2023-02-11)#

Fixed#

Version 1.4.0 (2022-08-19)#

Added#

Removed#

  • Removed support for python 3.6 as it has reached its end of life. For more information, see PEP 494.

Version 1.3.0 (2022-06-21)#

Added#

Changed#

Removed#

  • Removed Notification._raw.

Version 1.2.4 (2022-06-17)#

Fixed#

Version 1.2.3 (2021-11-07)#

Fixed#

  • ImportError of codingame.types submodule when importing codingame, the 1.2.1 and 1.2.2 fixes don’t work.

Version 1.2.2 (2021-11-06)#

Fixed#

  • ImportError of codingame.types submodule when importing codingame.

Version 1.2.1 (2021-11-06)#

Fixed#

Version 1.2.0 (2021-11-04)#

Added#

  • Client.request() to make requests to CodinGame API services that aren’t implemented yet in the library.

Removed#

  • codingame.endpoints submodule.

Version 1.1.0 (2021-11-01)#

Changed#

  • Update Client.login() to bypass captcha on login endpoint with cookie based authentication, see Login.

Version 1.0.1 (2021-07-12)#

Added#

Version 1.0.0 (2021-07-12)#

Added#

Changed#

Removed#

  • Remove argument type validation, not my fault if you can’t read the docs.

Version 0.4.0 (2021-06-19)#

Added#

Changed#

  • Update docs style, code style and tests.

Version 0.3.5 (2020-12-10)#

Added#

  • Get a user with their user ID in Client.get_codingamer().

  • CodinGamer.followers_ids and CodinGamer.following_ids properties to get information about followed users and followers without logging in.

  • CodinGamer.clash_of_code_rank.

Version 0.3.4 (2020-12-01)#

Added#

  • Support for python 3.9.

Version 0.3.3 (2020-11-06)#

Added#

Version 0.3.2 (2020-09-23)#

Added#

Changed#

Version 0.3.1 (2020-09-20)#

Added#

Version 0.3.0 (2020-09-20)#

Added#

Version 0.2.1 (2020-09-16)#

Added#

  • Argument type validation.

Version 0.2.0 (2020-09-13)#

Added#

Changed#

Version 0.1.0 (2020-09-12)#

Added#