Skip to content

Version 2.0.0

Latest

Choose a tag to compare

@DRagssss DRagssss released this 21 Dec 20:56
· 3 commits to main since this release

[2.0.0] - 2025-12-21

Added

  • Added get_blogs_for_year() which basically calls get_blogs_for_year_month() 12 times
  • Added possibility for additional headers and proxies (handled by requests lib)
  • AccountClient object created to interact with account API
  • get_available() created to check if a username is taken
  • Doc-strings for all functions

Breaking Changes

  • Renamed get_blogs_time() to get_blogs_for_year_month()
  • HytaleAPIError now includes the HTTP response status code for improved debugging

Changed

  • Use response headers to determine whether to parse HTTP responses into JSON

Fixed

  • get() can also return list type as JSON can also be a list