Releases: internetarchive/arklet
Releases · internetarchive/arklet
v0.2.1
v0.2.0
- 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
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
- @PieterjanMontens made their first contribution in #1
- @avdempsey made their first contribution in #6
- @cclauss made their first contribution in #8
Full Changelog: https://github.com/internetarchive/arklet/commits/v0.1.0