gcp-ingestion
gcp-ingestion copied to clipboard
Bump persist-queue from 0.8.1 to 1.0.0 in /ingestion-edge
Bumps persist-queue from 0.8.1 to 1.0.0.
Release notes
Sourced from persist-queue's releases.
v1.0.0
What's Changed
- add sqlite3 cleanup method by
@mo-pyyin peter-wangxu/persist-queue#197- add python3.9~3.12 ci tests by
@peter-wangxuin peter-wangxu/persist-queue#200- fix inproper log of importing by
@peter-wangxuin peter-wangxu/persist-queue#203- Remove support for python2 by
@peter-wangxuin peter-wangxu/persist-queue#201- pre-release of version 1.0.0 by
@peter-wangxuin peter-wangxu/persist-queue#207- Added py.typed marker by
@bierusin peter-wangxu/persist-queue#210- [Snyk] Security upgrade cbor2 from 5.4.6 to 5.6.0 by
@peter-wangxuin peter-wangxu/persist-queue#215- Check to see if these are empty before closing them. by
@plockabyin peter-wangxu/persist-queue#216- bump version to v1.0.0 by
@peter-wangxuin peter-wangxu/persist-queue#217New Contributors
@mo-pyymade their first contribution in peter-wangxu/persist-queue#197@bierusmade their first contribution in peter-wangxu/persist-queue#210@plockabymade their first contribution in peter-wangxu/persist-queue#216Full Changelog: https://github.com/peter-wangxu/persist-queue/compare/v0.8.1...v1.0.0
persist-queue: v1.0.0-alpha
Features:
GH-201 Remove support for python2 GH-197 add sqlite3 cleanup method
@mo-pyyBugfixes:
GH-203 fix inproper log of importing
What's Changed
- add sqlite3 cleanup method by
@mo-pyyin peter-wangxu/persist-queue#197- add python3.9~3.12 ci tests by
@peter-wangxuin peter-wangxu/persist-queue#200- fix inproper log of importing by
@peter-wangxuin peter-wangxu/persist-queue#203- Remove support for python2 by
@peter-wangxuin peter-wangxu/persist-queue#201- pre-release of version 1.0.0 by
@peter-wangxuin peter-wangxu/persist-queue#207New Contributors
@mo-pyymade their first contribution in peter-wangxu/persist-queue#197Full Changelog: https://github.com/peter-wangxu/persist-queue/compare/v0.8.1...v1.0.0-alpha
Changelog
Sourced from persist-queue's changelog.
1.0.0-alpha
Only Python3.x series are offically supported by persistqueue, since Python 2 was no longer under maintenance since 2020
persistqueue.Queueusingserializer=persistqueue.serializers.picklecreated under python2 was no longer able to be read by persist queue after 1.0.0 as the default pickle version changed from2to4
Commits
b194f07Merge pull request #217 from peter-wangxu/bump_v1.03359f85bump version to v1.0.051684f2Merge pull request #216 from plockaby/catch-exceptions5cf4501Check to see if these are empty before closing them.1e973d1Merge pull request #215 from peter-wangxu/snyk-fix-dae6df23d4e0e30cbc469f0649...3d44117fix: test-requirements.txt to reduce vulnerabilities22932adMerge pull request #210 from bierus/masterae55002Update setup.py81f4b38Create py.typed7a66615Merge pull request #207 from peter-wangxu/prerelease_1.0.0- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 75.72%. Comparing base (
79aad25) to head (c6d016b).
Additional details and impacted files
@@ Coverage Diff @@
## main #2681 +/- ##
=========================================
Coverage 75.72% 75.72%
Complexity 821 821
=========================================
Files 118 118
Lines 4976 4976
Branches 502 502
=========================================
Hits 3768 3768
Misses 1065 1065
Partials 143 143
| Flag | Coverage Δ | |
|---|---|---|
| ingestion_edge | 100.00% <ø> (ø) |
Flags with carried forward coverage won't be shown. Click here to find out more.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
We should be careful bumping and deploying this - persist-queue is used as a buffer in case of Pub/Sub unavailability.
Superseded by #2852.