-------------------------- Breaking: Changed import from `snowplow_tracker` to `aio_snowplow_tracker` to support installing both libraries.
1.0.0a2
-------------------------- Breaking: Emitter and Tracker leverage asyncio. `Tracker.track_*` calls must now be awaited. Breaking: Remove AsyncEmitter. Use `asyncio.gather` instead.
1.0.0a1
-------------------------- Breaking: Drop support for Python < 3.7
0.10.0
-------------------------- Add Python 3.10 support (254) Add configurable timeout for HTTP requests (258)