1.3
This commit is contained in:
parent
8beb68cd85
commit
a9deeaafa5
9 changed files with 26 additions and 8 deletions
26
CHANGES.md
26
CHANGES.md
|
@ -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)
|
1.2 (2020-09-16)
|
||||||
================
|
================
|
||||||
|
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
Add support for creating GitLab issues. Contributed by @tulir.
|
|
|
@ -1 +0,0 @@
|
||||||
Update minimum Go version to 1.15.
|
|
|
@ -1 +0,0 @@
|
||||||
Prevent timestamp collisions when reports are submitted within 1 second of each other.
|
|
|
@ -1 +0,0 @@
|
||||||
Support element-android submitting logs with .gz suffix.
|
|
|
@ -1 +0,0 @@
|
||||||
Update docs that rageshakes requires golang >1.16.
|
|
|
@ -1 +0,0 @@
|
||||||
Add documentation on the types and formats of files submitted to the rageshake server
|
|
|
@ -1 +0,0 @@
|
||||||
Build and push a multi-arch Docker image on the GitHub Container Registry.
|
|
|
@ -1 +0,0 @@
|
||||||
Add a /health endpoint that always replies with a 200 OK.
|
|
Reference in a new issue