Skip to content

Releases: matrix-org/rageshake

v1.16.2

19 Mar 14:03
Compare
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
Compare
Choose a tag to compare

Features

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

v1.16.0

17 Mar 11:27
Compare
Choose a tag to compare

Features

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

v1.15.0

10 Mar 06:07
Compare
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
Compare
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
Compare
Choose a tag to compare

Features

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

v1.12.0

18 Mar 13:41
Compare
Choose a tag to compare

Features

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

v1.11.0

11 Aug 09:25
Compare
Choose a tag to compare

Features

  • Add a link to the archive containing all the logs in the issue body. (#81)

v1.10.1

04 May 15:07
Compare
Choose a tag to compare

1.10.1 (2023-05-04)

Bugfixes

  • cleanup.py: Handle --repeat-delay-hours not being passed correctly, introduced in 1.10.0 (#78)

v1.10.0

02 May 14:17
Compare
Choose a tag to compare

1.10.0 (2023-05-02)

Features

  • Add --repeat-delay-hours option to cleanup script to run persistently outside of a cronjob. (#72)
  • Allow gzipped json & txt files to be uploaded as attachments to rageshakes. (#75)

Internal Changes

  • Creates a new rageshake/scripts image with cleanup script, ensure latest tag is correctly applied. (#71)
  • Update README.md to include json as a valid extension for file uploads. (#74)