|
4 | 4 |
|
5 | 5 | ### Changes |
6 | 6 | - Bump version to 0.9.13.1 |
7 | | -- Bump version to 0.9.13.0 |
8 | | -- name for hook function can be set by cli creation |
9 | | -- add config option to show/save dag to alllow to draw dag with config |
10 | | -- added a config hook to run-pipeline-on-message |
11 | | -- added option config hook to mqtt cli |
12 | | -- added load_hooks function to cli utils |
13 | | -- added method to add a hook template to the project for a specific pipeline |
14 | | -- added template for mqqt config hook method |
15 | | -- added mosquitto.db for docker |
16 | | -- Corrected output message in pipeline delete for deleting module |
17 | | -- added option to delete hooks in pipeline delete function |
18 | | -- adding pipeline to hooks folder when creating pipeline |
19 | | -- create new hook folder on init |
20 | | -- bugfix: mmh3 was in open-telemetry group chaned to mqtt |
21 | | -- moved mmh3 to mqtt group |
22 | | -- removed unused imports |
23 | | -- added a determinstic client_id creation when connecting to broker as persisten client (clean_session = false) |
24 | | -- added client_id_suffix to allow multiple clients to conect to a broker from same host with different endings |
25 | | -- self._client needs to be set before call to subscribe |
26 | | -- config anpassungeng für tests |
27 | | -- client_id and clean_session from cli overwrites given config |
28 | | -- added custom client_id in MQTTManager |
29 | | -- added clean_session, client_id and qos to cli |
30 | | -- added client_id |
31 | | -- added clean_session and qos in run_pipieline_on_message command |
| 7 | + |
32 | 8 |
|
33 | 9 |
|
34 | 10 |
|
35 | 11 | ## [0.9.13.0] - 2025-04-28 |
36 | 12 |
|
37 | 13 | ### Changes |
| 14 | +- Bump version to 0.9.13.0 |
38 | 15 | - name for hook function can be set by cli creation |
39 | 16 | - add config option to show/save dag to alllow to draw dag with config |
40 | 17 | - added a config hook to run-pipeline-on-message |
|
0 commit comments