We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4984b6e commit bc9f08dCopy full SHA for bc9f08d
CHANGELOG.md
@@ -1,5 +1,11 @@
1
## Changelog
2
3
+
4
+### [v0.4.0](https://github.com/grepplabs/mqtt-proxy/releases/tag/v0.4.0) - 15 April 2023
5
6
+* Add AWS SQS and SNS support
7
+* Flag `--mqtt.publisher.message-format` allows selection of message format: `plain`, `base64` and `json`
8
9
### [v0.3.0](https://github.com/grepplabs/mqtt-proxy/releases/tag/v0.3.0) - 11 April 2023
10
11
* Update confluent-kafka-go to v2.0.2
Makefile
@@ -2,7 +2,7 @@
.PHONY: clean build fmt test
-TAG ?= v0.3.0
+TAG ?= v0.4.0
BUILD_FLAGS ?=
BINARY ?= mqtt-proxy
0 commit comments