6.0.0 (2022-09-23)
Note The logging interface has changed in this release. Please see the notes below on how to upgrade.
Features
- Port the Logger class from
matrix-hookshotto this SDK, granting JSON logging support and less noisy logs.
Note: This change is breaking.Logging.get(...)becomesnew Logger(...)andLogging.configurebecomesLogger.configure. (#412)
Bugfixes
- Fix
getBridgeVersionsometimes reporting "unknown" when the package.json is accessible. (#437)
Improved Documentation
- How-To guide: Remove advise to install matrix-appservice and other small improvements. (#432)