Skip to content
This repository has been archived by the owner on Jun 23, 2022. It is now read-only.

1.3.0

Latest
Compare
Choose a tag to compare
@valentin-chaplean valentin-chaplean released this 05 Jun 08:03
c697c89

New features:

  • Add a getName in AbstractApi, by default it returns the snake_case class name. It's used in the new feature of enable_database_logging and enable_email_logging (see below).
  • New values possible for enable_database_logging and enable_email_logging, you can list the names of the APIs (see new AbstractApi:getName) that you want enabled or not.
    • Possible values:
      • ~: active logging for all API
      • Deprecated true: same ~
      • ['foo_api']: active logging only for foo_api
      • ['!foo_api']: disable logging only for foo_api
      • key not present: disable logging for all