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-pyy
in peter-wangxu/persist-queue#197- add python3.9~3.12 ci tests by
@peter-wangxu
in peter-wangxu/persist-queue#200- fix inproper log of importing by
@peter-wangxu
in peter-wangxu/persist-queue#203- Remove support for python2 by
@peter-wangxu
in peter-wangxu/persist-queue#201- pre-release of version 1.0.0 by
@peter-wangxu
in peter-wangxu/persist-queue#207- Added py.typed marker by
@bierus
in peter-wangxu/persist-queue#210- [Snyk] Security upgrade cbor2 from 5.4.6 to 5.6.0 by
@peter-wangxu
in peter-wangxu/persist-queue#215- Check to see if these are empty before closing them. by
@plockaby
in peter-wangxu/persist-queue#216- bump version to v1.0.0 by
@peter-wangxu
in peter-wangxu/persist-queue#217New Contributors
@mo-pyy
made their first contribution in peter-wangxu/persist-queue#197@bierus
made their first contribution in peter-wangxu/persist-queue#210@plockaby
made 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-pyy
Bugfixes:
GH-203 fix inproper log of importing
What's Changed
- add sqlite3 cleanup method by
@mo-pyy
in peter-wangxu/persist-queue#197- add python3.9~3.12 ci tests by
@peter-wangxu
in peter-wangxu/persist-queue#200- fix inproper log of importing by
@peter-wangxu
in peter-wangxu/persist-queue#203- Remove support for python2 by
@peter-wangxu
in peter-wangxu/persist-queue#201- pre-release of version 1.0.0 by
@peter-wangxu
in peter-wangxu/persist-queue#207New Contributors
@mo-pyy
made 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.Queue
usingserializer=persistqueue.serializers.pickle
created under python2 was no longer able to be read by persist queue after 1.0.0 as the default pickle version changed from2
to4
Commits
b194f07
Merge pull request #217 from peter-wangxu/bump_v1.03359f85
bump version to v1.0.051684f2
Merge pull request #216 from plockaby/catch-exceptions5cf4501
Check to see if these are empty before closing them.1e973d1
Merge pull request #215 from peter-wangxu/snyk-fix-dae6df23d4e0e30cbc469f0649...3d44117
fix: test-requirements.txt to reduce vulnerabilities22932ad
Merge pull request #210 from bierus/masterae55002
Update setup.py81f4b38
Create py.typed7a66615
Merge 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 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)