Skip to content

Commit

Permalink
1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkaye committed Jan 25, 2022
1 parent 8beb68c commit a9deeaa
Show file tree
Hide file tree
Showing 9 changed files with 26 additions and 8 deletions.
26 changes: 26 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
1.3 (2022-01-25)
================

Features
--------

- Add support for creating GitLab issues. Contributed by @tulir. ([\#37](https://github.com/matrix-org/rageshake/issues/37))
- Support element-android submitting logs with .gz suffix. ([\#40](https://github.com/matrix-org/rageshake/issues/40))


Bugfixes
--------

- Prevent timestamp collisions when reports are submitted within 1 second of each other. ([\#39](https://github.com/matrix-org/rageshake/issues/39))


Internal Changes
----------------

- Update minimum Go version to 1.15. ([\#37](https://github.com/matrix-org/rageshake/issues/37))
- Update minimum Go version to 1.16. ([\#42](https://github.com/matrix-org/rageshake/issues/42))
- Add documentation on the types and formats of files submitted to the rageshake server. ([\#44](https://github.com/matrix-org/rageshake/issues/44))
- Build and push a multi-arch Docker image on the GitHub Container Registry. ([\#47](https://github.com/matrix-org/rageshake/issues/47))
- Add a /health endpoint that always replies with a 200 OK. ([\#48](https://github.com/matrix-org/rageshake/issues/48))


1.2 (2020-09-16)
================

Expand Down
1 change: 0 additions & 1 deletion changelog.d/37.feature

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/37.misc

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/39.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/40.feature

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/42.misc

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/44.misc

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/47.misc

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/48.misc

This file was deleted.

0 comments on commit a9deeaa

Please sign in to comment.