Skip to content

Releases: internetarchive/arklet

v0.2.1

25 Feb 23:16

Choose a tag to compare

This release adds the ability to mint ARKs from the Django admin.

v0.2.0

11 Dec 00:29

Choose a tag to compare

  • Switch to uv
  • Switch to src package project layout
  • Update to django 5.2 (latest LTS)
  • Add new APIKey model
    • The old Key model is still supported to make it easy to switch over
  • Prefer using the APIKey model for better security
  • Add nullable created_at and updated_at fields to Ark
  • Several security improvements

Initial Release

17 Jun 07:00

Choose a tag to compare

This initial release of Arklet is in production use at Internet Archive. It can run as a standalone Django project, or included as a reusable app in an existing Django project.

What's Changed

  • Adding full docker development (& prod) files, including docker-compose, and updating to 12-factor by @PieterjanMontens in #1
  • Adding setup.cfg config file (flake8 & isort) and poetry script commands by @PieterjanMontens in #7
  • Add poetry and several dev tools by @avdempsey in #6
  • GitHub Action to lint and test Python code by @cclauss in #8
  • Remove TimeLimitedPaginator since not DB agnostic by @avdempsey in #9

New Contributors

Full Changelog: https://github.com/internetarchive/arklet/commits/v0.1.0