Skip to content
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.

Latest commit

 

History

History
157 lines (118 loc) · 10.8 KB

CHANGELOG.md

File metadata and controls

157 lines (118 loc) · 10.8 KB

Changelog

v0.13.1 (2022-11-24)

Fix

  • testing: Fix GenericMockRepository collections. (#136) (246c103)

v0.13.0 (2022-11-21)

Feature

Breaking

v0.12.1 (2022-11-21)

Fix

  • log: Exclude compressed body from log output. (4d47df5)

Documentation

  • readme: Add coverage badge. (3c44375)

v0.12.0 (2022-11-17)

Feature

  • worker: Set queue name so saq keys unique to application (c56a12f)

v0.11.0 (2022-11-17)

Feature

  • dto: Relationship support + test for forward refs (1bb3fb3)
  • logging: Configurable dependency log levels. (a4fda6d)

v0.10.0 (2022-11-17)

Feature

  • service: class_getitem sets repository_type on service. (4127f3a)
  • repository: class_getitem sets model_type on repo. (d81e6c6)

v0.9.0 (2022-11-17)

Feature

  • logging: Improve dev logging experience (fc04a99)
  • plugin: Set starlite debug (1a9e01d)

Fix

  • logging: Don't log exceptions that are http and < 500 status (6b42e48)
  • logging: Don't log exceptions that are http and < 500 status (bce531d)

v0.8.1 (2022-11-16)

Fix

  • scripts: Set factory setting on uvicorn config. (bce93f3)

v0.8.0 (2022-11-16)

Feature

  • app: Support for using app factory. (a176908)

v0.7.2 (2022-11-14)

Fix

  • saq: Upgrade to typed release. (7ac37c3)

v0.7.1 (2022-11-14)

Fix

  • run_app: Fix run app script. (db1ecca)

v0.7.0 (2022-11-14)

Feature

  • app: Startup script. (1781c7a)
  • config: Add uvicorn/uvloop deps and configuration. (06b6036)

v0.6.0 (2022-11-14)

Feature

  • config: Support loading .env files. (9d3a505)

v0.5.0 (2022-11-13)

Breaking

  • flatten structure (2ba37be)
  • move sqlalchemy config into db sub-package. (fd3b6f6)

v0.4.0 (2022-11-11)

Feature

  • service: Removes the service authorization methods. (e7fcc2d)

Breaking

  • removes the service authorization methods. (e7fcc2d)

Documentation

v0.3.0 (2022-11-07)

Feature

  • dto: Dto.DTOField and dto.Mark. (ca47028)

Fix

  • log: Fix dev config write to bytes logger. (2d8c69e)
  • Removes static files config. (bdf5ea5)

Breaking

  • dto.DTOField and dto.Mark. (ca47028)
  • removes static files config. (bdf5ea5)

Documentation

  • Restructures and adds to documentation (2f8875c)

v0.2.0 (2022-11-05)

Feature

  • worker: Improves the worker pattern. (#90) (32714a5)
  • logs: Structlog configuration. (#86) (7d87b96)
  • testing: Create a testing sub-package. (#85) (9dfda10)
  • response: Makes serializer configurable. (#84) (3439d26)
  • repository: Make abc more general. (#82) (9e89434)

Documentation

v0.1.8 (2022-10-30)

Fix

Documentation

v0.1.7 (2022-10-30)

Fix

  • docs: Removes patch version from docs tag (#32) (ffcc647)

v0.1.6 (2022-10-30)

Fix

v0.1.5 (2022-10-30)

Fix

  • docs: Passenv HOME for locating git config (#30) (164ddf0)

v0.1.4 (2022-10-30)

Fix

v0.1.3 (2022-10-30)

Fix

  • build: Remove invalid classifier (#27) (76386a1)

v0.1.2 (2022-10-30)

Fix

v0.1.1 (2022-10-29)

Fix

v0.1.0 (2022-10-29)

Feature

Documentation

  • Build on tag and use github.ref_name for version. (#20) (d5733e3)

v0.0.1 (2022-10-24)

Fix