summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorrinpatch <rinpatch@sdf.org>2020-01-30 19:24:04 +0000
committerrinpatch <rinpatch@sdf.org>2020-01-30 19:24:04 +0000
commitc27d1d65bfd60effdb45359697141c136e156177 (patch)
tree7e5df990c3100024b52f00a0eda89ad74ad0a9cb /CHANGELOG.md
parent774cba84f50b7ebc4eef3406467aafa5fa76dff7 (diff)
parent5b62acf6e9a38f8d14a9fb37cc85e646fb0169e3 (diff)
downloadpleroma-c27d1d65bfd60effdb45359697141c136e156177.tar.gz
pleroma-c27d1d65bfd60effdb45359697141c136e156177.zip
Merge branch 'fix/disable-rate-limiter-for-socket-localhost' into 'develop'
Disable rate limiter for socket/localhost Closes #1380 See merge request pleroma/pleroma!2064
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 39fecc101..6d0b3cecd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -28,6 +28,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Deprecated `User.Info` embedded schema (fields moved to `User`)
- Store status data inside Flag activity
- Deprecated (reorganized as `UserRelationship` entity) User fields with user AP IDs (`blocks`, `mutes`, `muted_reblogs`, `muted_notifications`, `subscribers`).
+- Rate limiter is now disabled for localhost/socket (unless remoteip plug is enabled)
- Logger: default log level changed from `warn` to `info`.
- Config mix task `migrate_to_db` truncates `config` table before migrating the config file.
<details>