aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorPaweł Chmielowski <pchmielowski@process-one.net>2020-01-17 12:05:36 +0100
committerPaweł Chmielowski <pchmielowski@process-one.net>2020-01-17 12:05:36 +0100
commitac8363095c17bd024ff7bda8d096262209273fab (patch)
tree04d98abc95d12723911f5043b591c9ea8fa6faa1 /CHANGELOG.md
parentBump version in mix.exs (diff)
Update changelog20.01
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md34
1 files changed, 34 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ce58fb439..56e232f3e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,37 @@
+# Version 20.01
+
+* New features
+- Implement OAUTH authentication for clients
+- Implement OAUTH authentication in mqtt
+- Make logging infrastructure use new logger introduced introduced
+ in Erlang (requires OTP22)
+- New configuration parser/validator
+- Initial work on being able to use CockroachDB as database backend
+- Add gc command
+- Add option to disable using prepared statements on Postgresql
+- Implement routine for converting password to SCRAM format
+ for all backends not only SQL
+- Add infrastructure for having module documentation directly
+ in individual module source code
+- Generate man page automaticaly
+- Implement copy feature in mod_carboncopy
+
+* Fixes
+- Make webadmin work with configurable paths
+- Fix handling of result in xmlrpc module
+- Make webadmin work even when accessed through not declared domain
+- Better error reporting in xmlrpc
+- Limit ammount of results returned by disco queries to pubsub nodes
+- Improve validation of configured JWT keys
+- Fix race condition in Redis/SQL startup
+- Fix loading order of third party modules
+- Fix reloading of ACL rules
+- Make account removal requests properly route response
+- Improve handling of malformed inputs in send_message command
+- Omit push notification if storing message in offline storage
+ failed
+- Fix crash in stream management when timeout was not set
+
# Version 19.09
* Admin