14.0.0
Backwards-incompatible changes
- Instrument tracing and exception handling with Sentry. All timings are now calculated with Sentry tracing functionality, and all Slack notifications for errors come from Sentry instead of the Safir
SlackException
machinery.
New features
- Send an app metrics event for EmptyLoop iterations
Other changes
- Remove the limit from the autostart
aiojobs
Scheduler
. Attempts to start a job past the limit resulted in jobs silently never starting. There are no cases where we would want to limit the autostart concurrency, so a limit is not needed.
What's Changed
- U/fe/1 by @frossie in #392
- Docs minor fixup by @frossie in #393
- DM-48101: Sentry for notifications and timings by @fajpunk in #391
- DM-48628: Add app metric event to EmptyLoop by @fajpunk in #396
- DM-48697: No autostart concurrency limit by @fajpunk in #397
- Release 14.0.0 by @fajpunk in #398
New Contributors
Full Changelog: 13.2.0...14.0.0