Fix tstamp parameter in track_self_describing_event (#350) (Thanks to @andehen)
Version 1.0.0 (2023-06-16)
Remove Redis and Celery Emitters (#335)
Make tracker namespace mandatory (#337)
Track function to return event_id (#338)
Fix namespace assignment in Snowplow API (#341)
Refactor track_xxx() methods (#343)
Update payload builder to combine event subjects (#347)
Version 0.15.0 (2023-04-19)
Use Requests Session for sending eventss (#221)
Add Redis example app (#322)
Version 0.14.0 (2023-03-21)
Adds deprecation warnings for V1 changes (#315)
Update GH actions to use Node16 (#317)
Adds event store parameter to Snowplow interface (#320)
Adds missing parameters to async emitter (#323)
Version 0.13.0 (2023-01-24)
Adds Snowplow Interface (#295)
Adds retry for failed events (#296)
Adds customisable retry codes (#297)
Adds EventStore with max limit (#309)
Adds Snowplow Example App (#302)
Fix Collector URL with trailing '/' (#300)
Rename unstruct_event to self_describing_event (#298)
Upgrade set-output in cd (#294)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Updates the requirements on snowplow-tracker to permit the latest version.
Changelog
Sourced from snowplow-tracker's changelog.
... (truncated)
Commits
b75934a
Prepare for 1.0.3 release9554954
Fix docs action (close #367)ea634ec
Updateon_success
docstring (close #358)65bdd7b
Add py.typed to package (close #360)f58d845
Update typing6d8d588
FixPagePing
,PageView
, andStructuredEvent
property getters (close #361)cb7e434
Merge branch 'release/1.0.2'7071292
Prepare for 1.0.2 releasedb531d3
Add Python 3.12 to CI tests (close #356)b29a57d
Merge branch 'release/1.0.1'Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show