0.18.0-rc1 (2020-06-22)
Bugfixes
- Update
pg
dependency to8.1.0
to fix NodeJS 14 compatibility.
Be aware that this means that unauthorized SSL connections are now rejected as of pg@8.0.0 (#1050) - Fixed a crash related to an invalid
ctcp-version
request (#1053) - Add ability to limit the number of rooms that an instance can be bridged. (#1060)
- Fixed issue where setting initial sync to true for
membershipLists.room
entries would not work if syncing is off globally. (#1065)
Improved Documentation
- Corrects tutorial port numbers for docker so that copying/pasting will properly run with default port numbers. (#1048)
Internal Changes
- Update
sanitizeHtml
package. (#1066)