21-Jul-2018
This release contains documentation, refactoring, and minor bug fixes.
Download:
ChangeLog:
Bugfix: Fix the regular expression used as a sanity check of subscriptions and services. (PR #222)
The intended accepted characters for use in services and subscriptions were a-z, A-Z, 0-9, -, _, @ or .
Forbid using the backtick in service and subscription names (this was accidentally permitted by the invalid regex).
Continue allowing a small number of other invalid characters for now, those may be deprecated in future releases.