Skip to content

3.4.7

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Jan 05:22
· 125 commits to main since this release

API Version 5.9.0

Hondana Changelog

API Release - more below!

Added

  • Forum/Thread/Comment api capability
    • Added various objects and methods, namely hondana.ForumThread, hondana.MangaComments (also Chapter and ScanlatorGroup), Client.create_forum_thread and get_statistics on Chapter and ScanlatorGroup objects. (2ab4ab4 and e45fb24 primarily)

Changes

  • Remove Client.find_manga_statistics in favour of combining it with Client.get_manga_statistics and using two optional params for singular and plural. (e45fb24)
  • Update library dependencies. (a1e8c92)

Fixes

  • GH Actions now have the --pythonversion flag for pyright workflows as per their matrix. Probably optional but wanted to cover it. (7850d34)

Notes

Added a warning and also a section on the README about the upcoming basic authentication deprecation on MangaDex's side.
The gist of which is that user/email and pass authentication will no longer be supported at an approaching but unspecified future date.
I am actively enquiring about getting the Client Credentials oauth2 flow enabled. See the library README for more info.

Noted Contributors