FAQ | This is a LIVE service | Changelog

Skip to content

chore(release): 0.7.0

activate-account-bot requested to merge release-it--main into main

🚀 This is an automated release merge request. For more information, see the GitLab Release Automation section in the Guidebook.

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)

Merge request reports

Loading