File tree 3 files changed +5
-2
lines changed 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
1
## Changelog
2
2
3
+ ### [ v0.5.0] ( https://github.com/grepplabs/mqtt-proxy/releases/tag/v0.5.0 ) - 13 May 2023
4
+
5
+ * Add RabbitMQ support
3
6
4
7
### [ v0.4.0] ( https://github.com/grepplabs/mqtt-proxy/releases/tag/v0.4.0 ) - 15 April 2023
5
8
Original file line number Diff line number Diff line change 2
2
3
3
.PHONY : clean build fmt test
4
4
5
- TAG ?= v0.4 .0
5
+ TAG ?= v0.5 .0
6
6
7
7
BUILD_FLAGS ?=
8
8
BINARY ?= mqtt-proxy
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ MQTT Proxy allows MQTT clients to send messages to other messaging systems
21
21
* [x] [ Amazon SQS] ( https://aws.amazon.com/sqs/ )
22
22
* [x] [ Amazon SNS] ( https://aws.amazon.com/sns/ )
23
23
* [ ] [ Amazon Kinesis] ( https://aws.amazon.com/kinesis/ )
24
- * [ ] [ RabbitMQ] ( https://www.rabbitmq.com/ )
24
+ * [x ] [ RabbitMQ] ( https://www.rabbitmq.com/ )
25
25
* [ ] Others
26
26
* Authentication
27
27
* [x] Noop
You can’t perform that action at this time.
0 commit comments