Skip to content

Latest commit

 

History

History
91 lines (69 loc) · 2.94 KB

CHANGELOG.md

File metadata and controls

91 lines (69 loc) · 2.94 KB

Changelog

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.

[0.8.0] - 2023-03-08

Added

  • New parameter TLS_ENABLED to control if broker should run with TLS support (1) or not (0) (default enabled) (#17).

Changed

  • Release the files in this archive under the MIT License.
  • Upgrade to VerneMQ version 1.12.6.2 (#23)

Fixed

  • 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

Changed

  • Stop rewriting of internal topics for sys-users to keep context (e.g. realmId).

0.7.0 - 2018-06-29

Changed

  • 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

Changed

  • Rename gfcc to realmq. (#1)

0.5.0 - 2018-04-23

Changed

  • Reenable on_deliver webhook for topic rewriting (#gfcc-2)
  • Allow sys users to subscribe on $RMQ topics

Added

Changed

  • Upgraded VerneMQ to version 1.3.1 (#gfcc-1)

Fixed

  • Generation of vernemq process environment variables

0.3.0 - 2017-06-02

Changed

  • Merge with base image
  • Upgrade to VerneMQ version 1.1.0
  • Remove on_deliver hook due performance issues

0.2.1 - 2017-03-06

Changed

  • Switch to base image version 0.2.2

0.2.0 - 2016-12-23

Changed

  • Use build in webhooks to connect to broker-adapter instead of lua plugins

0.1.0 - 2016-11-30

Added

  • Initial setup