Skip to content

14.0.0

Compare
Choose a tag to compare
@fajpunk fajpunk released this 31 Jan 19:47
· 67 commits to main since this release
14.0.0
3aab64c

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

New Contributors

Full Changelog: 13.2.0...14.0.0