All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- New parameter
TLS_ENABLED
to control if broker should run with TLS support (1
) or not (0
) (default enabled) (#17).
- Release the files in this archive under the MIT License.
- Upgrade to VerneMQ version 1.12.6.2 (#23)
- TLS files will be copied to
/etc/vernemq
and their ownership and access permissions adjusted to ensure vernemq can read them (#20).
0.7.1 - 2018-07-03
- Stop rewriting of internal topics for sys-users to keep context (e.g. realmId).
0.7.0 - 2018-06-29
- Rewriting of topic from internal to external form on deliver will be done by the new adapter plugin (#5)
- Adjustment of webhooks to comply to url structure of new platform service (#7).
0.6.0 - 2018-05-01
- Rename gfcc to realmq. (#1)
0.5.0 - 2018-04-23
- Reenable
on_deliver
webhook for topic rewriting (#gfcc-2) - Allow sys users to subscribe on
$RMQ
topics
- Configuration options for TLS connections (#gfcc/green-field-49)
- Upgraded VerneMQ to version 1.3.1 (#gfcc-1)
- Generation of vernemq process environment variables
0.3.0 - 2017-06-02
- Merge with base image
- Upgrade to VerneMQ version 1.1.0
- Remove
on_deliver
hook due performance issues
0.2.1 - 2017-03-06
- Switch to base image version 0.2.2
0.2.0 - 2016-12-23
- Use build in webhooks to connect to broker-adapter instead of lua plugins
0.1.0 - 2016-11-30
- Initial setup