What's Changed
- feature: enable Python 3.13 / 3.14 support by @jakobkogler (#179)
- fix: don't limit listcollection to one page by @jakobkogler (#181)
- fix: year extraction from DOM by @jakobkogler (#183)
- perf: remove redundant
MovieDetailsclass to reduce HTTP requests by @jakobkogler (#184) - perf: delay fetching movie members (lazy loading) by @jakobkogler (#182)
- chore: remove unused class by @jakobkogler (#180)
- chore: upgrade deprecated GitHub Actions to Node.js 24 compatible versions by @jakobkogler (#185)
Highlights
This release brings major performance improvements to the Movie object! Thanks to the removal of redundant HTTP requests and the introduction of lazy loading for movie watchers stats, initializing a Movie is now significantly faster.
Special Thanks
- @jakobkogler: For contributing this massive batch of bug fixes, performance enhancements, and maintenance updates!
Full Changelog: v6.5.6...v6.5.7