Releases: takos22/codingame
codingame 1.4.3
Version 1.4.3
Changelog
Changed
- Every
datetime.datetimeis now timezone aware, using the CodinGame timezone (UTC). ClashOfCode.creation_timecan beNonebecause of an API change by CodinGame.
Fixed
KeyErrorwas raised when usingClient.get_clash_of_codebecause of an API change by CodinGame. Closes #29.
Removed
- Removed support for python 3.7 as it has reached its end of life. For more information, see PEP 537.
Update
Update the module by doing pip install codingame --upgrade
Links
PyPi: https://pypi.org/project/codingame
Docs: https://codingame.readthedocs.io
codingame 1.4.2
Version 1.4.2
Changelog
Fixed
KeyErrorwas raised when usingClient.get_challenge_leaderboardinstead ofNotFoundbecause of an API change by CodinGame. (Issue #26)
Update
Update the module by doing pip install codingame --upgrade
Links
PyPi: https://pypi.org/project/codingame
Docs: https://codingame.readthedocs.io
codingame 1.4.1
Version 1.4.1
Changelog
Fixed
ValueErrorwhen usingClient.get_pending_clash_of_codebecause of a change in datetime format by CodinGame.
Update
Update the module by doing pip install codingame --upgrade
Links
PyPi: https://pypi.org/project/codingame
Docs: https://codingame.readthedocs.io
codingame 1.4.0
Version 1.4.0
Changelog
Added
Client.mark_notifications_as_seenandClient.mark_notifications_as_read.Notification.mark_as_seenandNotification.mark_as_read.
Removed
- Removed support for python 3.6 as it has reached its end of life. For more information, see PEP 494.
Update
Update the module by doing pip install codingame --upgrade
Links
PyPi: https://pypi.org/project/codingame
Docs: https://codingame.readthedocs.io
codingame 1.3.0
Version 1.3.0
Changelog
Added
Client.get_unread_notifications.Client.get_read_notifications.PartialCodinGamer.Notification.codingamer.Notification.seen,Notification.seen_date,Notification.readandNotification.read_date.NotificationTypeandNotificationTypeGroupenums forNotification.typeandNotification.type_group.NotificationDataand subclasses.
Changed
- Deprecated
Notification.creation_timein favor ofNotification.date
Removed
- Removed
Notification._raw.
Update
Update the module by doing pip install codingame --upgrade
Links
PyPi: https://pypi.org/project/codingame
Docs: https://codingame.readthedocs.io
codingame 1.2.4
Version 1.2.4
Changelog
Fixed
CodinGamer.get_followersandCodinGamer.get_followednow work while being logged in as any user, not just as the user you want to get the followers of.
Update
Update the module by doing pip install codingame --upgrade
Links
PyPi: https://pypi.org/project/codingame
Docs: https://codingame.readthedocs.io
codingame 1.2.3
Version 1.2.3
Changelog
Fixed
ImportErrorofcodingame.typessubmodule when importingcodingame, the1.2.1and1.2.2fixes don't work.
Update
Update the module by doing pip install codingame --upgrade
Links
PyPi: https://pypi.org/project/codingame
Docs: https://codingame.readthedocs.io
codingame 1.2.2
Version 1.2.2
Changelog
Fixed
ImportErrorofcodingame.typessubmodule when importingcodingame.
Update
Update the module by doing pip install codingame --upgrade
Links
PyPi: https://pypi.org/project/codingame
Docs: https://codingame.readthedocs.io
codingame 1.2.1
Version 1.2.1
Changelog
Fixed
ModuleNotFoundErrorofcodingame.typessubmodule when importingcodingame.
Update
Update the module by doing pip install codingame --upgrade
Links
PyPi: https://pypi.org/project/codingame
Docs: https://codingame.readthedocs.io
codingame 1.2.0
Version 1.2.0
Changelog
Added
Client.requestto make requests to CodinGame API services that aren't implemented yet in the library.
Removed
codingame.endpointssubmodule.
Update
Update the module by doing pip install codingame --upgrade
Links
PyPi: https://pypi.org/project/codingame
Docs: https://codingame.readthedocs.io