What's Changed
- docs(api): add comprehensive search API documentation by @amirasaran in #55
- feat(proxy): Implement proxy server management and integration by @amirasaran in #61
- docs(proxy): update proxy documentation by @amirasaran in #63
- feat: upgrade outdated dependencies by @amirasaran in #64
- feat: upgrade outdated dependencies by @amirasaran in #65
- refactor(ui): improve settings loading experience by @amirasaran in #67
- feat: Update Docker configuration for backend plugins by @amirasaran in #46
- Updating the tutorials adding a new webpage crawl and chat tutorial by @alexmofidi in #62
- chore(release): bump version to v0.8.0 by @amirasaran in #68
🔒 Notice: Important Security Update
With this new release, you must set the API_ENCRYPTION_KEY
environment variable.
This key is used to encrypt proxy passwords stored in the database. For your security, please generate a new key using the command below:
python -c "from cryptography.fernet import Fernet; print(Fernet.generate_key().decode())"
Be sure to update your environment with the new key. Without this update, encrypted data may become inaccessible.
Full Changelog: v0.7.1...v0.8.0