Skip to content

Commit 8f8552b

Browse files
committed
Update changelog for version 0.9.13.0
1 parent 85405d0 commit 8f8552b

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,36 @@
11
# Changelog
22

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

536
### Changes

0 commit comments

Comments
 (0)