You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11-3Lines changed: 11 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,14 +8,21 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
8
8
9
9
### Added
10
10
11
+
## Changed
12
+
13
+
## Fixed
14
+
15
+
## Removed
16
+
17
+
## [1.33.0]
18
+
11
19
### Changed
12
20
- Flowmachine's cache cleanup service is now a separate docker container from the main server. [#5911](https://github.com/Flowminder/FlowKit/issues/5911)
13
21
> [!WARNING]
14
22
> You will need to update your FlowKit deployment to include an additional flowmachine container which sets the command to `"cache-cleanup"`.
15
23
16
-
### Fixed
17
-
18
24
### Removed
25
+
- FlowETL has been updated to Airflow 2.10.5, `airflow.providers.postgres.operators.postgres.PostgresOperator` is deprecated in favour of `airflow.providers.common.sql.operators.sql.SQLExecuteQueryOperator`.
19
26
20
27
## [1.32.0]
21
28
@@ -1185,7 +1192,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
0 commit comments