Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update snowplow-tracker requirement from ~=0.9.1 to ~=1.0.2 in /server/vcr-server #772

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 17, 2024

Updates the requirements on snowplow-tracker to permit the latest version.

Changelog

Sourced from snowplow-tracker's changelog.

Version 1.0.2 (2024-02-26)

Add Python 3.12 to CI tests (#356) (Thanks to @​edgarrmondragon)

Version 1.0.1 (2023-07-12)

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)

Version 0.12.0 (2022-11-03)

Adds Domain Session ID and Domain Session Index to Subject class (#282) (Thanks to @​cpnat) Add support for Python 3.11 (#286) Change default protocol to HTTPS in the Emitter (#14) Change default method to POST in the Emitter (#289) Update Docker base image (#283) (Thanks to @​cpnat)

Version 0.11.0 (2022-10-06)

... (truncated)

Commits
  • cb7e434 Merge branch 'release/1.0.2'
  • 7071292 Prepare for 1.0.2 release
  • db531d3 Add Python 3.12 to CI tests (close #356)
  • b29a57d Merge branch 'release/1.0.1'
  • fdc2abc Prepare for 1.0.1 release
  • d236424 Fix tstamp parameter in track_self_describing_event (close #350)
  • f722a96 Merge branch 'release/1.0.0'
  • d4fd76b Prepare for 1.0.0 release
  • 2b7a3dd Update payload builder to combine event subjects (close #347)
  • b55c302 Refactor track_xxx() methods (close #343)
  • Additional commits viewable in compare view

You can trigger a rebase of this PR 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 <dependency name> 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Updates the requirements on [snowplow-tracker](https://github.com/snowplow/snowplow-python-tracker) to permit the latest version.
- [Release notes](https://github.com/snowplow/snowplow-python-tracker/releases)
- [Changelog](https://github.com/snowplow/snowplow-python-tracker/blob/master/CHANGES.txt)
- [Commits](snowplow/snowplow-python-tracker@0.9.1...1.0.2)

---
updated-dependencies:
- dependency-name: snowplow-tracker
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Apr 17, 2024
Copy link
Contributor

@ianco ianco left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Requires some code changes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant