Skip to content

Commit 51a7cbe

Browse files
committed
Update README.
This updates the image version in the Compose example + updates the v4 changelog.
1 parent ae47f43 commit 51a7cbe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ template:
199199
```
200200
services:
201201
chirpstack-packet-multiplexer:
202-
image: chirpstack/chirpstack-packet-multiplexer:4.0.0-test.2
202+
image: chirpstack/chirpstack-packet-multiplexer:4.0.0-test.3
203203
command: -c /etc/chirpstack-packet-multiplexer/chirpstack-packet-multiplexer.toml
204204
ports:
205205
- 1700:1700/udp
@@ -216,6 +216,7 @@ The above example assumes that you have a local configuration directory named
216216

217217
* Refactor code from Go to Rust.
218218
* Allow Gateway ID prefix filtering.
219+
* Allow DevAddr / JoinEUI prefix filtering.
219220
* Forward all gateways in case `gateway_id_prefixes` is empty.
220221
* Expose Prometheus metrics.
221222

0 commit comments

Comments
 (0)