Skip to content

1.0.0

Compare
Choose a tag to compare
@thesadru thesadru released this 13 Apr 20:45
· 381 commits to master since this release

What's new

  • Added honkai endpoints.
  • Added login with username and password (Client.login_with_password)
  • Made the entire project be mypy and pyright strict compliant.

Changes

  • Caching is now handled through Client.cache
  • Moved MultiCookieClient functionality to Client.cookie_manager

Fixes

  • Reduced the amount of unexpected ratelimit exceptions
  • Made every single model be re-serializable.

Deprecation

  • GenshinClient.cookies were removed in favor of cookie_manager
  • GenshinClient and subclasses were merged into Client
  • genshin_accounts -> get_game_accounts
  • get_record_card -> get_record_cards
  • get_[partial|full]_user -> get_[partial|full]_genshin_user