summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2019-05-24 15:35:32 +0200
committerEugen Rochko <eugen@zeonfederated.com>2019-05-24 15:35:32 +0200
commit7d92c2c81d564d2648a362c20bc7914cd377525f (patch)
tree62c22c9ec8d816da0733b848e97afb1a8d7ccb40
parentaa80292170967662e74ea5196bd2773ce4f77c07 (diff)
Bump version to 2.8.4v2.8.4stable-2.8
-rw-r--r--CHANGELOG.md11
-rw-r--r--lib/mastodon/version.rb2
2 files changed, 12 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9893e226791..f183b6f5ad7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,17 @@ Changelog
All notable changes to this project will be documented in this file.
+## [2.8.4] - 2019-05-24
+### Fixed
+
+- Fix delivery not retrying on some inbox errors that should be retriable ([ThibG](https://github.com/tootsuite/mastodon/pull/10812))
+- Fix unnecessary 5 minute cooldowns on signature verifications in some cases ([ThibG](https://github.com/tootsuite/mastodon/pull/10813))
+- Fix possible race condition when processing statuses ([ThibG](https://github.com/tootsuite/mastodon/pull/10815))
+
+### Security
+
+- Require specific OAuth scopes for specific endpoints of the streaming API, instead of merely requiring a token for all endpoints, and allow using WebSockets protocol negotiation to specify the access token instead of using a query string ([ThibG](https://github.com/tootsuite/mastodon/pull/10818))
+
## [2.8.3] - 2019-05-19
### Added
diff --git a/lib/mastodon/version.rb b/lib/mastodon/version.rb
index d384ea4d7b7..59ded05f786 100644
--- a/lib/mastodon/version.rb
+++ b/lib/mastodon/version.rb
@@ -13,7 +13,7 @@ module Mastodon
end
def patch
- 3
+ 4
end
def pre