diff options
author | Tomasz Kramkowski <tomasz@kramkow.ski> | 2025-07-21 01:18:34 +0100 |
---|---|---|
committer | Tomasz Kramkowski <tomasz@kramkow.ski> | 2025-07-21 01:43:26 +0100 |
commit | 427f6ee9996529e13fc7df3db9970bc10ca24e55 (patch) | |
tree | ea6f77767ca1291d9bb2131287864305a98a43b1 /CHANGELOG.md | |
parent | 309b7ca314502ed86920bc7423e19979e9187a5d (diff) | |
download | mqttr-427f6ee9996529e13fc7df3db9970bc10ca24e55.tar.gz mqttr-427f6ee9996529e13fc7df3db9970bc10ca24e55.tar.xz mqttr-427f6ee9996529e13fc7df3db9970bc10ca24e55.zip |
TLS and Unix socket support
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 28fc616..44bc707 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,8 @@ SPDX-License-Identifier: CC-BY-SA-4.0 * Ability to specify program paths or arguments which contain non-UTF8 sequences by using `{ b64 = "BaSe64==" }` in place of a string in the config. * The simple `./install` script. +* TLS and Unix socket support with the `transport` configurable set to `tls` or + `unix` respectively. ## [0.3.0] - 2025-07-10 |