Skip to content

Releases: miermans/aio-snowplow-python-tracker

Asyncio Snowplow Python Tracker v1.0.2

Choose a tag to compare

@github-actions github-actions released this 12 Jul 22:04
137d1ae
Asyncio Snowplow Python Tracker v1.0.2

Asyncio Snowplow Python Tracker v1.0.1

Choose a tag to compare

@github-actions github-actions released this 05 Jul 03:40
7962c37

Bug fixes

  • Do not send events multiple times when track calls are chained.

Asyncio Snowplow Python Tracker v1.0.0

Choose a tag to compare

@github-actions github-actions released this 04 Jul 07:19
2c79eea
Asyncio Snowplow Python Tracker v1.0.0

Asyncio Snowplow Python Tracker v1.0.0a3

Choose a tag to compare

@github-actions github-actions released this 04 Jul 06:44
eba8661

Breaking changes

Changed import from snowplow_tracker to aio_snowplow_tracker to support installing both libraries.

Asyncio Snowplow Python Tracker v1.0.0a2

Choose a tag to compare

@github-actions github-actions released this 04 Jul 05:24
3e690ea

Breaking changes

  • Emitter and Tracker leverage asyncio. Tracker.track_* calls must now be awaited.
  • Remove AsyncEmitter. Use asyncio.gather instead.

Asyncio Snowplow Python Tracker v1.0.0a1

Choose a tag to compare

@github-actions github-actions released this 01 Jul 19:33

Breaking changes

  • Drop support for Python < 3.7