This repository was archived by the owner on Dec 12, 2023. It is now read-only.
v0.5.4
-
Fix the
__license__property in the package. -
Added some objects to support posts media. Contributed by @mehdiirh in #5.
-
Dropped support for the
STREAM_ERRORandTIMEOUTspecial events. Consumers of that API should just handle errors thrown by thestart_listenercall and perform the appropriate error mitigations. -
Examples
- Add
ALL_EVENTSlistener example.
- Add
-
Internal:
- Convert to flit for managing the package and dependencies.
-
Developer experience:
- Add dependabot for GitHub Actions and Python requirements.
- Use pre-commit/action for linting in CI.
- Update all of the pre-commit hooks.