Changed
- Password Redaction in Logs: Changed log output to automatically redact passwords from URLs, preventing sensitive credentials from appearing in log messages and improving security
Fixed
- Docker Entrypoint Parameter Passing: Fixed parameter passing issue in Docker entrypoint script
- Database Operations During Shutdown: Protected database operations from cancellation during shutdown by wrapping cache sync operations with
asyncio.shield(), ensuring clean exit during shutdown operations
What's Changed
- fix(clients): protect database operations from cancellation during shutdown by @KyokoMiki in #44
- feat(logging): redact passwords from URLs in log messages by @KyokoMiki in #45
Full Changelog: 0.4.0...0.4.1