github mochi-mqtt/server v2.2.14

latest releases: v2.6.5, v2.6.4, v2.6.3...
15 months ago

What's Changed

  • Fix ScanSubscribersTopicInheritanceBug by @thedevop in #243, resolves issue #242 where subscribers to topic a/b were able to receive messages for topic a/b/c. Additionally allows case-insensitive share group prefixes.
  • Add healthcheck listener by @dgduncan in #244, adding an http healthcheck endpoint for providing health monitoring status for cloud infrastructure, etc.
  • Updated Contribution Guidelines in README.md, specifically relating to SPDX annotations:

SPDX Annotations are used to clearly indicate the license, copyright, and contributions of each file in a machine-readable format. If you are adding a new file to the repository, please ensure it has the following SPDX header:

// SPDX-License-Identifier: MIT
// SPDX-FileCopyrightText: 2022 mochi-co
// SPDX-FileContributor: Your name or alias <optional@email.address>

package name

Please ensure to add a new SPDX-FileContributor line for each contributor to the file. Refer to other files for examples. Please remember to do this, your contributions to this project are valuable and appreciated - it's important to receive credit!

You are requested to open a new PR adding your SPDX-FileContributor lines to the files where you have forgotten to do so!

Full Changelog: v2.2.13...v2.2.14

Tests

  • Builds
  • Unit Tests Passing
  • Paho Interoperability Passing

Don't miss a new server release

NewReleases is sending notifications on new releases.