Skip to content

0.2.0

Compare
Choose a tag to compare
@igorbenav igorbenav released this 28 Oct 07:26
· 210 commits to main since this release
4674656

Summary

ENVIRONMENT variable in .env added for security.
It can be one of local, staging and production, defaults to local, and changes the behavior of api docs endpoints:

  • local: /docs, /redoc and /openapi.json available
  • staging: /docs, /redoc and /openapi.json available for superusers
  • production: /docs, /redoc and /openapi.json not available

Some other changes:

  • bigger threadpool by default
  • easier option to change the number of tokens
  • Packages updated

What's Changed

New Contributors

Full Changelog: v0.1.0...v0.2.0