Logo
Explore Help
Register Sign In
lille-vemmelund/python-repositories
Watch 2
Star 0
Fork 0
Code Issues 3 Pull Requests 1 Actions Packages Releases 17 Activity

17 Releases 22 Tags

RSS Feed
  • v2.3.0 bcc81ca4d8
    Compare

    v2.3.0 — Add QueueRepositoryInterface with memory and file-backed adapters Stable

    ci-bot released this 2026-07-16 21:28:05 +02:00 | 0 commits to main since this release

    Summary

    Add QueueRepositoryInterface with memory and file-backed adapters

    Changes since v2.2.0

    • ac82f71 Merge pull request '[minor] Add QueueRepositoryInterface with memory and file-backed adapters' (#62) from cursor/queue-adapters into main
    • 24d5ea1 Apply Prettier formatting to README and CHANGELOG.
    • b8d8176 Align changelog section headings with Prettier markdown spacing.
    • a78320b Move queue helper functions to staticmethods on their adapters.
    • 1822d88 Apply ruff formatting to queue adapter and tests.
    • 4f58c32 Add QueueRepositoryInterface with memory and file-backed adapters.
    • 88ea7f0 Merge pull request 'chore(deps): update dependencies' (#61) from renovate/auto-deps-update into main
    • 2b5718b chore(deps): update dependencies [automated]
    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v2.2.0 b6538f9e91
    Compare

    v2.2.0 — Add Postgres table adapter with TableRepositoryInterface Stable

    ci-bot released this 2026-07-12 18:52:22 +02:00 | 9 commits to main since this release

    Summary

    Add Postgres table adapter with TableRepositoryInterface

    Changes since v2.1.0

    • b37b2e6 Merge pull request '[minor] Add Postgres table adapter with TableRepositoryInterface' (#58) from cursor/postgres-table-adapter into main
    • 1babb52 Apply ruff formatting to postgres adapter and tests.
    • 63ee17d Apply prettier formatting to README and CHANGELOG.
    • 2e38bd2 Fix ruff import ordering in postgres test files.
    • dc6f8a3 Add Postgres table adapter with TableRepositoryInterface.
    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v2.1.0 f28d3c4844
    Compare

    v2.1.0 — Add runtime-checkable Protocol typing to public interfaces Stable

    ci-bot released this 2026-07-11 10:56:19 +02:00 | 15 commits to main since this release

    Summary

    Add runtime-checkable Protocol typing to public interfaces

    Changes since v2.0.5

    • 1cbcc1c Merge pull request '[minor] Add runtime-checkable Protocol typing to public interfaces' (#57) from cursor/protocol-abc-interfaces into main
    • a0e5c9d Document test organization and add Cursor workflow rules.
    • 44b15cb Move structural typing tests into interface unit test files.
    • f6ee9a3 Add runtime-checkable Protocol typing to all public interfaces.
    • 0829354 Merge pull request 'Add async future note and remove redundant pytest pythonpath' (#56) from cursor/readme-async-and-test-path-cleanup into main
    • a0d509a Format CHANGELOG.md with Prettier.
    • 9b7b15a Document possible async support and drop redundant pytest pythonpath.
    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v2.0.5 cd5b84b88e
    Compare

    v2.0.5 — Allow empty payloads in Redis and MinIO adapters Stable

    ci-bot released this 2026-07-10 21:44:15 +02:00 | 23 commits to main since this release

    Summary

    Allow empty payloads in Redis and MinIO adapters

    Changes since v2.0.4

    • 6d02f32 Merge pull request '[patch] Allow empty payloads in Redis and MinIO adapters' (#55) from cursor/allow-empty-payloads into main
    • 57b396b Allow empty payloads in Redis and MinIO adapters.
    • 093e538 Merge pull request '[chore] Scope integration fixtures per backend subdirectory' (#54) from cursor/scoped-integration-fixtures into main
    • b28ac6e Scope integration fixtures per backend subdirectory.
    • 6c66fe4 Merge pull request 'Add consumer-facing CHANGELOG.md maintained by release CI' (#53) from cursor/consumer-changelog into main
    • 089a128 Format CHANGELOG.md with Prettier
    • 0a5bd39 Add consumer-facing CHANGELOG.md maintained by release CI.
    • 683ee33 Merge pull request '[chore] add repository URL and Python 3.12 packaging metadata' (#52) from cursor/add-packaging-metadata into main
    • 9df5032 Add repository URL and Python 3.12 packaging metadata.
    • 4f6f33f Merge pull request 'Drop types-redis in favor of redis inline types' (#51) from cursor/drop-types-redis into main
    • 10d43ce Drop types-redis in favor of redis inline types.
    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v2.0.4 4f7b67203a
    Compare

    v2.0.4 — Include optional dependencies in security audit Stable

    ci-bot released this 2026-07-10 14:47:15 +02:00 | 35 commits to main since this release

    Summary

    Include optional dependencies in security audit

    Changes since v2.0.3

    • a27e9e5 Merge pull request '[fix] Include optional dependencies in security audit' (#50) from cursor/security-audit-all-extras into main
    • fd0045d Include optional dependencies in security audit.
    • 515f4bb Merge pull request 'revert 707f11f578f007c7152582ea524b66dacea50111' (#49) from brian-patch-1 into main
    • ef31fb4 revert 707f11f578
    • 707f11f chore: release v2.0.4 [skip ci]
    • b1d34f8 Merge 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 main
    • 565879d Unify dev tooling via uv so pre-commit, CI, and the update bot stay aligned.
    • 0d0f430 Merge pull request 'Fix automated package publishing in release workflow' (#47) from fix/release-workflow-publish into main
    • 5ac40b1 Publish packages from the release workflow so automated releases reach the registry.
    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v2.0.3 fa4ff1f03c
    Compare

    v2.0.3 — Use structured fields for adapter debug and info logs Stable

    ci-bot released this 2026-07-10 14:06:36 +02:00 | 45 commits to main since this release

    Summary

    Use structured fields for adapter debug and info logs

    Changes since v2.0.2

    • 0a39151 Merge pull request '[patch] Use structured fields for adapter debug and info logs' (#46) from cursor/structured-adapter-logging into main
    • 82a702d Fix mypy error in Minio adapter log assertion.
    • b886a7c Use structured fields for adapter debug and info logs.
    • 4518a93 Merge pull request 'Migrate Python workflows to python-repositories-ci runner' (#41) from cursor/migrate-python-repositories-ci into main
    • a8b7b59 Migrate Python workflows to python-repositories-ci runner label.
    • 0e6941d Merge pull request 'Use lowercase CI image registry owner for Docker compatibility' (#45) from cursor/fix-ci-registry-owner-lowercase into main
    • a6428cc Use lowercase CI image registry owner for Docker compatibility.
    • 655fdc4 Merge pull request 'Fix CI image registry owner to match Gitea org slug' (#44) from cursor/fix-ci-registry-owner-case into main
    • e031c54 Fix CI image registry owner to match Gitea org slug.
    • 49b6238 Merge pull request 'Rename CI registry owner from brian to lille-vemmelund' (#43) from cursor/rename-ci-owner-to-lille-vemmelund into main
    • 0549358 Keep python-utils package index under brian owner.
    • 33efbd1 Update CI registry owner from brian to lille-vemmelund.
    • 24126e4 Merge pull request 'Fix CI image build failures on runners with isolated DinD DNS' (#42) from fix/ci-image-build-dns into main
    • f3b6cdb Fix CI image build failures on runners with isolated DinD DNS.
    • fa2554e Merge pull request 'Add nightly CI base image and migrate workflows to python-repositories-ci' (#40) from cursor/ci-base-image into main
    • b21fd24 Revert workflows to ubuntu-latest until CI image is seeded.
    • 441a212 Add local CI image build script and document bootstrap flow.
    • f2a8581 Read Python version from .python-version in CI image build.
    • 3b05260 Add nightly CI base image and migrate workflows to python-repositories-ci.
    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v2.0.2 369295b8ae
    Compare

    v2.0.2 — Use dict[str, Any] for JSON repository document types Stable

    ci-bot released this 2026-07-09 18:45:24 +02:00 | 65 commits to main since this release

    Summary

    Use dict[str, Any] for JSON repository document types

    Changes since v2.0.1

    • 95c7859 Merge pull request '[patch] Use dict[str, Any] for JSON repository document types' (#38) from cursor/json-dict-str-any-typing into main
    • 42e885e Use dict[str, Any] for JSON repository document types.
    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v2.0.1 bd4794d1c0
    Compare

    v2.0.1 — Align Redis and MinIO connect() idempotency Stable

    ci-bot released this 2026-07-09 16:38:25 +02:00 | 68 commits to main since this release

    Summary

    Align Redis and MinIO connect() idempotency

    Changes since v2.0.0

    • 3dc412c Merge pull request '[patch] Align Redis and MinIO connect() idempotency' (#37) from cursor/connect-idempotency-alignment into main
    • b8d88e6 Cover injected-client connect when client was cleared by disconnect.
    • 67bb88f Align Redis and MinIO connect() idempotency in ConnectionAwareAdapter.
    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v2.0.0 c2e6a96c5d
    Compare

    v2.0.0 — Make MinIO bucket creation opt-in with production-safe defaults Stable

    ci-bot released this 2026-07-09 15:17:19 +02:00 | 72 commits to main since this release

    Summary

    Make MinIO bucket creation opt-in with production-safe defaults

    Changes since v1.1.0

    • 547a1b3 Merge pull request '[breaking] Make MinIO bucket creation opt-in with production-safe defaults' (#36) from cursor/minio-bucket-creation-opt-in into main
    • 39baf9b Fix examples integration test by provisioning MinIO bucket in fixture.
    • 4a5b3b6 Make MinIO bucket creation opt-in with production-safe defaults.
    • 1431f45 Merge pull request 'Move Redis test container helpers into integration conftest' (#35) from cursor/move-redis-container-to-conftest into main
    • eafc717 Move Redis test container helpers into integration conftest.
    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v1.1.0 9a9b7b2985
    Compare

    v1.1.0 — Add Redis scan_keys iterator API Stable

    ci-bot released this 2026-07-08 21:15:45 +02:00 | 78 commits to main since this release

    Summary

    Add Redis scan_keys iterator API

    Changes since v1.0.0

    • 5b9573d Merge pull request '[minor] Add Redis scan_keys iterator API' (#34) from cursor/redis-scan-keys into main
    • 50444af Add Redis scan_keys iterator API.
    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
First Previous 1 2 Next Last
Powered by Gitea Version: 1.27.0 Page: 384ms Template: 6ms
Auto
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API