Skip to content

v1.21.0

Compare
Choose a tag to compare
@stchris stchris released this 14 Jun 17:28
· 57 commits to main since this release
eb343c8

What's Changed

  • Add Sentry support to servicelayer workers by @stchris in #88

    This release adds support for sending error tracebacks to sentry.io (or a self-hosted instance). This is controlled by two environment variables: SENTRY_DSN and SENTRY_ENVIRONMENT. Note that you also have to take care of installing the sentry_sdk package.

  • Add and enforce linter (ruff) and code formatter (black) by @stchris in #89

    This updates the development environment and CI configuration to be closer to what we have in Aleph.

Full Changelog: v1.20.7...v1.21.0