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-4Lines changed: 11 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,16 +7,22 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
7
7
## [Unreleased]
8
8
9
9
### Added
10
-
- FlowETL flux check can be turned off by setting `use_flux_sensor=False` in `create_dag`. [#3603](https://github.com/Flowminder/FlowKit/issues/3603)
11
10
12
11
### Changed
13
-
- The `use_file_flux_sensor` argument to `create_dag` is deprecated. To use the table-based flux check in a file-based DAG, set `use_flux_sensor='table'`.
14
-
- Improvements to token display in FlowAuth. [#2812](https://github.com/Flowminder/FlowKit/issues/2812)
15
12
16
13
### Fixed
17
14
18
15
### Removed
19
16
17
+
## [1.5.0]
18
+
19
+
### Added
20
+
- FlowETL flux check can be turned off by setting `use_flux_sensor=False` in `create_dag`. [#3603](https://github.com/Flowminder/FlowKit/issues/3603)
21
+
22
+
### Changed
23
+
- The `use_file_flux_sensor` argument to `create_dag` is deprecated. To use the table-based flux check in a file-based DAG, set `use_flux_sensor='table'`.
24
+
- Improvements to token display in FlowAuth. [#2812](https://github.com/Flowminder/FlowKit/issues/2812)
25
+
20
26
## [1.14.6]
21
27
22
28
### Added
@@ -879,7 +885,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
0 commit comments