0.9.0
New features
-
Add formatted errors when a job is not found for the
GET /v1/notebooks/:job_id
endpoint. -
Errors and uncaught exceptions are now sent to Slack via a Slack webhook. The webhook URL is set via the
SLACK_WEBHOOK_URL
environment variable.
Other changes
- The code base now uses Ruff for linting and formatting, replacing black, isort, and flake8. This change is part of the ongoing effort to standardize SQuaRE code bases and improve the developer experience.
What's Changed
- [neophile] Update dependencies by @neophile-square in #64
- [neophile] Update dependencies by @neophile-square in #65
- [neophile] Update dependencies by @neophile-square in #68
- DM-43173: Format codebase with ruff by @jonathansick in #69
- [neophile] Update dependencies by @neophile-square in #71
- DM-43226: Improve client usage error responses and add Slack error reporting by @jonathansick in #70
Full Changelog: 0.8.0...0.9.0