2.0.0
API Version 5.4.9!
Hondana Changelog
*** Breaking Changes ***
Added
- Small warning (docs) on
Chapter
about how the reference expansions will work when obtained via a feed. (6fa0d71) - Multiple
Enum
types for use all over the library and queries. (1e4b5f1)
Changes
- Removed
user
parameter inClient.get_manga_draft_list
. (211c0f0) - Internal change on how response payloads are handled from the API to minimize object size in memory. (0b4f56c)
- A few internal changes to pre-flight release items and type-checking items.
- Non-impacting change where
extra/tags.json
andClient.update_tags
will now be sorted alphabetically. (23f6e1b) - Any
__repr__
methods that have UUIDs in them will now present these as strings. (4d26167) - Any endpoint that returns a
collection
type from the API now has an appropriateCollection
return type. (498ae19) - Update the examples to account for the above. (b02a39e)
Fixes
- Fix upload process to mention that
scanlator_groups
cannot be an Optional parameter. (d9ce7b4) - Fix in
Manga
whereManga.authors
raise aNameError
. (a7738da) - Fix caching issue in
Manga
whereManga.artists
would NOT be populated with aManga.get_artists
. (a7738da) - Internal fixes for logger formatting. (b1d9d91)
- Some docs fixes. (e69af97 and e8fba94)
- Fix how the MissingSentinel was handled in the query builder. (ee21769)
- Fix underlying HTTP methods for a few items. (73dee86)
- Fix how bools are handled as query parameters. (c5eedd8)
Notes
- Expect a
2.0.1
soon as the settings template change has not been finalized until the front end catches up.