0.2.0
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
- todo list added to docs by @igorbenav in #22
- update: remove lock file also add it in git ignore by @AhsanSheraz in #23
- Update README.md by @igorbenav in #24
- Update README.md by @igorbenav in #25
- Password hidden docs by @igorbenav in #26
- threadpool options, bug fixes by @igorbenav in #27
New Contributors
- @AhsanSheraz made their first contribution in #23
Full Changelog: v0.1.0...v0.2.0