Tags: lichess-org/berserk
Tags
berserk v0.14.0 * Deprecate Python 3.8 support - minimum required version is now Python 3.9+. This does not mean the library will not work with Python 3.8, but it will not be tested against it anymore. * Fixed ``wbtime`` and ``btime`` for all endpoints returning a ``GameState``. * Added ``sheet`` optional parameter to ``Tournaments.stream_results``, and fix returned typed dict. * Added ``studies.import_pgn`` to import PGN to study * Added ``tv.stream_current_game_of_channel`` to stream the current TV game of a channel * Added ``client.fide.get`` to retrieve detailed data about a FIDE player by ID * Added ``client.fide.search`` to search for FIDE players by name * Added ``client.puzzles.get_next`` to get a new puzzle * Fixed ``client.broadcasts.push_pgn_update`` endpoint URL. * Updated ``finished`` patameter to ``status`` in ``client.broadcasts.update_round``. Thanks to @nicvagn, @tors42, @fitztrev, @trevorbayless, @Looki2000 and @stafot for their contributions to this release
`v0.13.1`
* Added::
client.challenges.get_mine
client.challenges.cancel
client.challenges.start_clocks
client.challenges.add_time_to_opponent_clock
client.challenges.create_tokens_for_multiple_users
client.explorer.get_otb_master_game
client.external_engine.get
client.external_engine.get_by_id
client.external_engine.create
client.external_engine.update
client.external_engine.delete
client.puzzles.create_race
client.tournaments.edit_swiss
client.tournaments.get_swiss
client.tournaments.get_team_standings
client.tournaments.join_arena
client.tournaments.join_swiss
client.tournaments.schedule_swiss_next_round
client.tournaments.stream_swiss_results
client.tournaments.terminate_arena
client.tournaments.terminate_swiss
client.tournaments.update_team_battle
client.tournaments.withdraw_arena
client.tournaments.withdraw_swiss
client.users.get_by_autocomplete
Thanks to @handsamtw and @Anupya for their contributions to this release.
PreviousNext