Skip to content

Latest commit

History

History
59 lines (41 loc) 路 1.21 KB

CHANGELOG.md

File metadata and controls

59 lines (41 loc) 路 1.21 KB

Changelog

[Unreleased]

[v1.0.2] - 2023-09-16

  • Fix rotation command

[v1.0.1] - 2023-09-16

  • Configure documentation

[v1.0.0] - 2023-09-16

  • Migrate to Django 4.2 LTS (#46)
  • Key rotation (#42)
  • Add an example project showcasing how to use the package (#45)

[v0.1.2] - 2023-04-21

  • Add an example project to the package (#29)

  • Fixed: DoesNotExist error not related to custom model (#38)

[v0.1.1] - 2023-02-26

  • Minor refactoring (#35)

[v0.1.0] - 2023-02-06

  • Add a script to generate a Fernet key (#21)
  • Add templates for issues and pull requests (#24)
  • Add documentation for the package (#10)

[v0.0.3] - 2023-02-05

  • Bug: Default settings are not loaded in the project (#25)

[v0.0.2] - 2023-02-04

  • Fix typo on admin expiry_date <- expires_at (#4)

[v0.0.1] - 2023-02-04

  • Add apikey model (#9)
  • Add Django admin to manage API keys (#11)
  • Add authentication backend (#12)
  • Add default permissions classes (#13)
  • Add creation date field on ApiKey (#14)
  • Add package for linting, coverage and syntax checker (#18)