Skip to content
This repository was archived by the owner on Dec 12, 2023. It is now read-only.

v0.5.4

Choose a tag to compare

@sumnerevans sumnerevans released this 15 Mar 04:14
· 33 commits to master since this release
v0.5.4
5d53da6
  • Fix the __license__ property in the package.

  • Added some objects to support posts media. Contributed by @mehdiirh in #5.

  • Dropped support for the STREAM_ERROR and TIMEOUT special events. Consumers of that API should just handle errors thrown by the start_listener call and perform the appropriate error mitigations.

  • Examples

    • Add ALL_EVENTS listener example.
  • 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.