[1.1.0]
Update bugsink to 2.6.0
Full Changelog
Users can now create personal API tokens that follow their current permissions, optionally limited to one project.
Each token has an explicit set of capabilities, such as reading issues, triaging them or uploading debug files.
Superusers can also create service tokens for integrations that should operate independently of a user account.
These limits are enforced in both the canonical and Sentry-compatible APIs, and endpoint requirements are included in the OpenAPI documentation. See #216.
Existing tokens keep their full installation-wide access after upgrading. Tokens can be revoked from the token list.
Issue and event searches can now filter by request URL, for example url:"https://example.org/checkout". URLs are stored as tags for newly ingested events, with query strings and fragments removed so equivalent pages share a value. See #269.
Alerts can now be sent to Google Chat spaces using incoming webhooks. See #326.
Show newest events first in an issue's event list, including filtered results, see #485.
Show friendly issue IDs in project issue lists, see #509.
Parse quoted search terms consistently, including colons in values and escaped quotes, see #501.