-
activate-account-bot authoredactivate-account-bot authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
To find the state of this project's repository at the time of any of these versions, check out the tags.
- Changelog
- 0.8.0 (2024-11-28)
- Features
- 0.7.0 (2024-11-27)
- Features
- Bug Fixes
- 0.6.0 (2024-11-13)
- Features
- 0.5.0 (2024-11-11)
- Features
- 0.4.1 (2024-11-11)
- Bug Fixes
- 0.4.0 (2024-11-01)
- Features
- Bug Fixes
- 0.3.1 (2024-10-30)
- Bug Fixes
- 0.3.0 (2024-10-28)
- Features
- 0.2.1 (2024-10-28)
- Bug Fixes
- 0.2.0 (2024-10-17)
- Features
- Bug Fixes
CHANGELOG.md 7.05 KiB
Changelog
0.8.0 (2024-11-28)
Features
- add the bones of an OpenAPI client generation mechanism (929894f), closes #24 (closed)
0.7.0 (2024-11-27)
Features
- add
generate-schema
task to Poe configuration (5e9325e) - add custom MethodNotAllowedErrorSerializer (412e468)
- add generated openapi.yaml (b092c51)
- add openapi-spec-validator (11cc102)
- add operation IDs to API endpoints for enhanced documentation clarity (f9d6e61)
- add TokenResponseSerializer & extend_schema for LoginView (64495fe)
-
api: add
TokenAuthenticationExtension
for OpenAPI schema support (28c8f40) - api: enhance AccountDetailsView with detailed OpenAPI response schemas (fa5f170)
-
auth: add
EmptySerializer
to token management views (1306986) - authentication: add TokenErrorSerializer for OAuth2 error handling (8d36fb2)
- authentication: enhance LogoutView & LogoutAllView with detailed OpenAPI response schemas (df6038f)
- docs: add OpenAPI specification generation instructions (4307935)
-
settings: add version retrieval from
pyproject.toml
(0b88af1) - update based on review (6e41ad7)
Bug Fixes
- api: update version of api in path (7dc591f)
- openapi: set DEFAULT_VERSION to v1alpha1 to fix missing account endpoints in spec (c546ab7)
- update description of 405 error (72a9f43)
- update formatting (e08d42c)
- update isort formatting (614a83c)
0.6.0 (2024-11-13)
Features
- config: update token TTL and auto-refresh max TTL in REST_KNOX (9828489)
0.5.0 (2024-11-11)
Features
- add management command to delete accounts (c3c9bb9)
0.4.1 (2024-11-11)
Bug Fixes
- enhance AccountFactory attributes and update README.md (a521545)
0.4.0 (2024-11-01)
Features
- ensure crsid field is always lower cased (8ce476a)
Bug Fixes
- add posargs to tox config (9618ce1)
0.3.1 (2024-10-30)
Bug Fixes
0.3.0 (2024-10-28)
Features
- add account details model (bf1cfdf)
- add session creation and return mechanism to API
0.2.1 (2024-10-28)
Bug Fixes
- tox.ini: set build dir to match where CI jobs expect it to be (7aee8ff)
0.2.0 (2024-10-17)
Features
- update renovate-bot config (5042acf)
Bug Fixes
- correct renovate config (c41f624)