Skip to content

8.5.0

Choose a tag to compare

@mattrobenolt mattrobenolt released this 02 Jun 20:05
· 79961 commits to master since this release
8.5.0
  • Added option to upload a profile image as an alternative to Gravatar.
  • Deprecated sentry celery subcommand in favor of sentry run {worker|cron}.
  • Breadcrumb interface now rendered in event UI.
  • Project notification settings page now indicates if current user is subscribed to active project.
  • User is now automatically redirected to login page if their session expires inside React client application.
  • Added new auth tokens to deprecate the usage of the older API keys.

Schema Changes

  • Added ProjectPlatform model.
  • Added index onEventTag index.
  • Added unique index on UserReport model.
  • Added UserAvatar model.
  • Added EventTag.group_id column.
  • Added ApiToken model.
  • Added Authenticator model.

See 8.4.1...8.5.0 for full changes