diff --git a/CHANGES.md b/CHANGES.md index 48d35b5..a7b0750 100644 --- a/CHANGES.md +++ b/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) ================ diff --git a/changelog.d/37.feature b/changelog.d/37.feature deleted file mode 100644 index b4968f3..0000000 --- a/changelog.d/37.feature +++ /dev/null @@ -1 +0,0 @@ -Add support for creating GitLab issues. Contributed by @tulir. diff --git a/changelog.d/37.misc b/changelog.d/37.misc deleted file mode 100644 index fe20cda..0000000 --- a/changelog.d/37.misc +++ /dev/null @@ -1 +0,0 @@ -Update minimum Go version to 1.15. diff --git a/changelog.d/39.bugfix b/changelog.d/39.bugfix deleted file mode 100644 index 13f492b..0000000 --- a/changelog.d/39.bugfix +++ /dev/null @@ -1 +0,0 @@ -Prevent timestamp collisions when reports are submitted within 1 second of each other. \ No newline at end of file diff --git a/changelog.d/40.feature b/changelog.d/40.feature deleted file mode 100644 index f472465..0000000 --- a/changelog.d/40.feature +++ /dev/null @@ -1 +0,0 @@ -Support element-android submitting logs with .gz suffix. diff --git a/changelog.d/42.misc b/changelog.d/42.misc deleted file mode 100644 index dad85f8..0000000 --- a/changelog.d/42.misc +++ /dev/null @@ -1 +0,0 @@ -Update docs that rageshakes requires golang >1.16. diff --git a/changelog.d/44.misc b/changelog.d/44.misc deleted file mode 100644 index b5f09c3..0000000 --- a/changelog.d/44.misc +++ /dev/null @@ -1 +0,0 @@ -Add documentation on the types and formats of files submitted to the rageshake server diff --git a/changelog.d/47.misc b/changelog.d/47.misc deleted file mode 100644 index 7000960..0000000 --- a/changelog.d/47.misc +++ /dev/null @@ -1 +0,0 @@ -Build and push a multi-arch Docker image on the GitHub Container Registry. diff --git a/changelog.d/48.misc b/changelog.d/48.misc deleted file mode 100644 index 63b32e7..0000000 --- a/changelog.d/48.misc +++ /dev/null @@ -1 +0,0 @@ -Add a /health endpoint that always replies with a 200 OK.