Changelog
Note that we added a deprecation notice for this project. See note here
Go Version
- 1.17.6: Both release executables and Docker images are built with this Go release.
Updated
Changed
- The
/vendor
directory has been removed and the executable is now built with go modules (#1233) - The error messages "request missing subject", "request for missing inbox" and "request for missing client" have been respectively replaced by "request for unknown channel", "request for unknown inbox" and "request for unknown client". This is mentioned here in case some users were filtering on those error messages (#1231)
Fixed
- Clustering:
- Link to documentation in README.md. Thanks to @EJTJ3 for the contribution (#1227)
- Missing log statement when failing to create a channel (#1232)