Skip to content

Store package version release date in DB (fixes #1295)#2246

Open
abhey8 wants to merge 2 commits intoaboutcode-org:mainfrom
abhey8:codex/issue-1295-package-release-date
Open

Store package version release date in DB (fixes #1295)#2246
abhey8 wants to merge 2 commits intoaboutcode-org:mainfrom
abhey8:codex/issue-1295-package-release-date

Conversation

@abhey8
Copy link
Copy Markdown

@abhey8 abhey8 commented Mar 31, 2026

This PR adds support for persisting package version release dates.

Changes

  • Added nullable/indexed release_date to:
  • Package
  • PackageV2
  • Added migration: 0117_package_release_date.py
  • Updated ValidVersionImprover.get_package_versions() to save fetched release dates to matching package versions.
  • Added a regression test to confirm release dates are stored for both Package and PackageV2.

Closes #1295

abhey8 added 2 commits March 31, 2026 16:51
Signed-off-by: abhey8 <abheyabhey842@gmail.com>
Signed-off-by: abhey8 <abheyabhey842@gmail.com>
@abhey8 abhey8 force-pushed the codex/issue-1295-package-release-date branch from 9311e77 to ade9fd3 Compare March 31, 2026 11:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Store date of release in database for versions of package

1 participant