Skip to content

Commit a47290e

Browse files
committed
Bump version to 0.9.13.1
1 parent 8f8552b commit a47290e

File tree

2 files changed

+1
-32
lines changed

2 files changed

+1
-32
lines changed

CHANGELOG.md

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,5 @@
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-
343
## [0.9.13.0] - 2025-04-28
354

365
### Changes

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description = "A simple workflow framework. Hamilton + APScheduler = FlowerPower
44
authors = [{ name = "Volker L.", email = "[email protected]" }]
55
readme = "README.md"
66
requires-python = ">= 3.11"
7-
version = "0.9.13.0"
7+
version = "0.9.13.1"
88
keywords = ["hamilton", "workflow", "pipeline", "scheduler", "apscheduler", "dask", "ray"]
99
dependencies = [
1010
'aiobotocore<2.18.0',

0 commit comments

Comments
 (0)