2024-08-07: Improved logging in prod, auth package upgrade
The most significant changes of this release are:
- Improved logging in production: you should now be able to see INFO and DEBUG level logs in production, if desired, as well as the HTTP access logs.
- Migration away from the python jose package for Entra token validation, as it was no longer maintained. Only relevant if you are using the optional authentication feature.
What's Changed
- New screenshot for README file. by @zedhaque in #1853
- Fixed link to private access markdown page by @bvdboom in #1859
- Fix logging by @pamelafox in #1874
- Update README.md code block formatting by @lamtrinhdev in #1878
- Rename Azure OpenAI key environment variable by @pamelafox in #1880
- Fix broken paths by @john0isaac in #1883
- Update deploy_features.md by @YIN-Renlong in #1885
- Replace python-jose with pyjwt by @blutril in #1875
New Contributors
- @bvdboom made their first contribution in #1859
- @lamtrinhdev made their first contribution in #1878
- @YIN-Renlong made their first contribution in #1885
- @blutril made their first contribution in #1875
Full Changelog: 2024-07-22...2024-08-07