halfapi/CHANGELOG.md

655 B

HalfAPI

0.6.10

  • Add "x-out" field in HTTP headers when "out" parameters are specified for a route
  • Add "out" kwarg for not-async functions that specify it

0.6.9

  • Hide data fields in args_check logs

0.6.8

  • Fix testing lib for domains (add default secret and debug option)

0.6.2

  • Domains now need to include the following variables in their init.py
    • name (str, optional)
    • id (str, optional)
  • halfapi domain

## 0.1.0

  • Mounts domain routers with their ACLs as decorator
  • Configuration example files for systemd and a system-wide halfapi install
  • Runs projects
  • Handles JWT authentication middleware