-
released this
2026-07-16 21:28:05 +02:00 | 0 commits to main since this releaseSummary
Add QueueRepositoryInterface with memory and file-backed adapters
Changes since v2.2.0
ac82f71Merge pull request '[minor] Add QueueRepositoryInterface with memory and file-backed adapters' (#62) from cursor/queue-adapters into main24d5ea1Apply Prettier formatting to README and CHANGELOG.b8d8176Align changelog section headings with Prettier markdown spacing.a78320bMove queue helper functions to staticmethods on their adapters.1822d88Apply ruff formatting to queue adapter and tests.4f58c32Add QueueRepositoryInterface with memory and file-backed adapters.88ea7f0Merge pull request 'chore(deps): update dependencies' (#61) from renovate/auto-deps-update into main2b5718bchore(deps): update dependencies [automated]
Downloads
-
released this
2026-07-12 18:52:22 +02:00 | 9 commits to main since this releaseSummary
Add Postgres table adapter with TableRepositoryInterface
Changes since v2.1.0
b37b2e6Merge pull request '[minor] Add Postgres table adapter with TableRepositoryInterface' (#58) from cursor/postgres-table-adapter into main1babb52Apply ruff formatting to postgres adapter and tests.63ee17dApply prettier formatting to README and CHANGELOG.2e38bd2Fix ruff import ordering in postgres test files.dc6f8a3Add Postgres table adapter with TableRepositoryInterface.
Downloads
-
released this
2026-07-11 10:56:19 +02:00 | 15 commits to main since this releaseSummary
Add runtime-checkable Protocol typing to public interfaces
Changes since v2.0.5
1cbcc1cMerge pull request '[minor] Add runtime-checkable Protocol typing to public interfaces' (#57) from cursor/protocol-abc-interfaces into maina0e5c9dDocument test organization and add Cursor workflow rules.44b15cbMove structural typing tests into interface unit test files.f6ee9a3Add runtime-checkable Protocol typing to all public interfaces.0829354Merge pull request 'Add async future note and remove redundant pytest pythonpath' (#56) from cursor/readme-async-and-test-path-cleanup into maina0d509aFormat CHANGELOG.md with Prettier.9b7b15aDocument possible async support and drop redundant pytest pythonpath.
Downloads
-
released this
2026-07-10 21:44:15 +02:00 | 23 commits to main since this releaseSummary
Allow empty payloads in Redis and MinIO adapters
Changes since v2.0.4
6d02f32Merge pull request '[patch] Allow empty payloads in Redis and MinIO adapters' (#55) from cursor/allow-empty-payloads into main57b396bAllow empty payloads in Redis and MinIO adapters.093e538Merge pull request '[chore] Scope integration fixtures per backend subdirectory' (#54) from cursor/scoped-integration-fixtures into mainb28ac6eScope integration fixtures per backend subdirectory.6c66fe4Merge pull request 'Add consumer-facing CHANGELOG.md maintained by release CI' (#53) from cursor/consumer-changelog into main089a128Format CHANGELOG.md with Prettier0a5bd39Add consumer-facing CHANGELOG.md maintained by release CI.683ee33Merge pull request '[chore] add repository URL and Python 3.12 packaging metadata' (#52) from cursor/add-packaging-metadata into main9df5032Add repository URL and Python 3.12 packaging metadata.4f6f33fMerge pull request 'Drop types-redis in favor of redis inline types' (#51) from cursor/drop-types-redis into main10d43ceDrop types-redis in favor of redis inline types.
Downloads
-
released this
2026-07-10 14:47:15 +02:00 | 35 commits to main since this releaseSummary
Include optional dependencies in security audit
Changes since v2.0.3
a27e9e5Merge pull request '[fix] Include optional dependencies in security audit' (#50) from cursor/security-audit-all-extras into mainfd0045dInclude optional dependencies in security audit.515f4bbMerge pull request 'revert 707f11f578f007c7152582ea524b66dacea50111' (#49) from brian-patch-1 into mainef31fb4revert707f11f578707f11fchore: release v2.0.4 [skip ci]b1d34f8Merge pull request '[patch] Unify dev tooling via uv so pre-commit, CI, and the update bot stay aligned' (#48) from chore/align-dev-tooling-via-uv into main565879dUnify dev tooling via uv so pre-commit, CI, and the update bot stay aligned.0d0f430Merge pull request 'Fix automated package publishing in release workflow' (#47) from fix/release-workflow-publish into main5ac40b1Publish packages from the release workflow so automated releases reach the registry.
Downloads
-
released this
2026-07-10 14:06:36 +02:00 | 45 commits to main since this releaseSummary
Use structured fields for adapter debug and info logs
Changes since v2.0.2
0a39151Merge pull request '[patch] Use structured fields for adapter debug and info logs' (#46) from cursor/structured-adapter-logging into main82a702dFix mypy error in Minio adapter log assertion.b886a7cUse structured fields for adapter debug and info logs.4518a93Merge pull request 'Migrate Python workflows to python-repositories-ci runner' (#41) from cursor/migrate-python-repositories-ci into maina8b7b59Migrate Python workflows to python-repositories-ci runner label.0e6941dMerge pull request 'Use lowercase CI image registry owner for Docker compatibility' (#45) from cursor/fix-ci-registry-owner-lowercase into maina6428ccUse lowercase CI image registry owner for Docker compatibility.655fdc4Merge pull request 'Fix CI image registry owner to match Gitea org slug' (#44) from cursor/fix-ci-registry-owner-case into maine031c54Fix CI image registry owner to match Gitea org slug.49b6238Merge pull request 'Rename CI registry owner from brian to lille-vemmelund' (#43) from cursor/rename-ci-owner-to-lille-vemmelund into main0549358Keep python-utils package index under brian owner.33efbd1Update CI registry owner from brian to lille-vemmelund.24126e4Merge pull request 'Fix CI image build failures on runners with isolated DinD DNS' (#42) from fix/ci-image-build-dns into mainf3b6cdbFix CI image build failures on runners with isolated DinD DNS.fa2554eMerge pull request 'Add nightly CI base image and migrate workflows to python-repositories-ci' (#40) from cursor/ci-base-image into mainb21fd24Revert workflows to ubuntu-latest until CI image is seeded.441a212Add local CI image build script and document bootstrap flow.f2a8581Read Python version from .python-version in CI image build.3b05260Add nightly CI base image and migrate workflows to python-repositories-ci.
Downloads
-
released this
2026-07-09 18:45:24 +02:00 | 65 commits to main since this releaseSummary
Use dict[str, Any] for JSON repository document types
Changes since v2.0.1
Downloads
-
released this
2026-07-09 16:38:25 +02:00 | 68 commits to main since this releaseSummary
Align Redis and MinIO connect() idempotency
Changes since v2.0.0
Downloads
-
released this
2026-07-09 15:17:19 +02:00 | 72 commits to main since this releaseSummary
Make MinIO bucket creation opt-in with production-safe defaults
Changes since v1.1.0
547a1b3Merge pull request '[breaking] Make MinIO bucket creation opt-in with production-safe defaults' (#36) from cursor/minio-bucket-creation-opt-in into main39baf9bFix examples integration test by provisioning MinIO bucket in fixture.4a5b3b6Make MinIO bucket creation opt-in with production-safe defaults.1431f45Merge pull request 'Move Redis test container helpers into integration conftest' (#35) from cursor/move-redis-container-to-conftest into maineafc717Move Redis test container helpers into integration conftest.
Downloads
-
released this
2026-07-08 21:15:45 +02:00 | 78 commits to main since this releaseSummary
Add Redis scan_keys iterator API
Changes since v1.0.0
Downloads