Skip to content

Releases: matrix-org/rageshake

1.17.1

28 Nov 14:41

Choose a tag to compare

Features

  • Improve HTTP error on malformed multipart submissions. (#108)

1.17.0

13 Nov 11:55

Choose a tag to compare

Features

  • Add new config setting max_log_lines which allows the admin to impose a limit on the number of log lines in a rageshake. (#107)

1.16.3

28 Aug 16:19

Choose a tag to compare

Features

  • The minimum supported version of Go is now 1.23. (#101, #105)

Bugfixes

  • Fix email support to support authenticated mail with a custom port. (#38)
  • Docker: build for the right target arch. (#106)

Internal Changes

  • Bump oauth2 dependency to 0.27.0. (#100)
  • Bump golang.org/x/net to 0.38.0. (#102)
  • Bump github.com/hashicorp/go-retryablehttp to 0.7.7. (#103)
  • Switch to golangci-lint. (#104)

v1.16.2

19 Mar 14:03

Choose a tag to compare

Bugfixes

  • cleanup.py: Make resilient to malformed UTF-8 in the details file. (#95)

v1.16.1

17 Mar 22:53

Choose a tag to compare

Features

  • Add create_time field to webhook payload and details.json (#93)

v1.16.0

17 Mar 11:27

Choose a tag to compare

Features

  • Write a file called details.json for each submission. (#92)

v1.15.0

10 Mar 06:07

Choose a tag to compare

Features

  • The /api/submit endpoint responds with JSON when it encounters an error.
    Please read the documentation in docs/api.md to learn more. (#90)

v1.14.0

11 Feb 15:10

Choose a tag to compare

Features

  • Parse User-Agent into a human readable format and attach to the report alongside the raw UA string. (#86)
  • Reject user text (problem description) matching a regex and send the reason why to the client-side. (#88)

v1.13.0

10 May 09:48

Choose a tag to compare

Features

  • Add support for blocking specific app/version/label combinations. (#85)

v1.12.0

18 Mar 13:41

Choose a tag to compare

Features

  • Allow configuration of the body of created Github/Gitlab issues via a template in the configuration file. (#84)