Releases: aioqzone/aioqzone-feed
Releases · aioqzone/aioqzone-feed
0.13.4.dev3
fix: cellid reference in model constructing
0.13.4.dev2
build(deps): remove sleep from deps
0.13.4.dev1: Simplify `heartbeat_refresh` (#98)
* build: do not handle aioqzone extras * feat: heartbeat is simplified * ci: fix extras not installed to poetry venv * test: fix unexpected param --------- Co-authored-by: JamzumSum <[email protected]>
0.13.3.dev1: Support "Get More" when using H5 (#97)
* feat: h5 supports "get more" * ci: update dependabot.yml * relock * fix dependabot syntax * relock --------- Co-authored-by: JamzumSum <[email protected]>
0.13.2.dev4
fix: from_feed didn't set unikey, curkey, islike from FeedData
0.13.2.dev3: Add log points to print attach_info (#93)
* chore: add a log point to print attach_info * fix: fix Userbreak not caught by KeyboardInterrupt --------- Co-authored-by: JamzumSum <[email protected]>
0.13.2.dev2
feat(exc): only specific error will be caught
0.13.2.dev1: feat: max error times for h5 feed api (#90)
* feat: max error times for h5 feed api * fix: exceptiongroup not in main group --------- Co-authored-by: JamzumSum <[email protected]>
0.13.1.dev1
feat(type): use dataclass instead of pydantic
0.13.0.dev1: aioqzone H5 APIs support (#88)
* feat!: support aioqzone h5 api * test: add login manager for heartbeat test * test: fix heartbeat mock object * test: simplify fixture using .h5() from aioqzone --------- Co-authored-by: JamzumSum <[email protected]>