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
+13-2Lines changed: 13 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,9 +6,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
6
6
7
7
## [Unreleased]
8
8
9
+
### Added
10
+
11
+
### Changed
12
+
9
13
### Fixed
10
14
11
-
- Null values in first column of first row of ingested data no longer cause flowetl to skip ingestion [#5090](https://github.com/Flowminder/FlowKit/issues/5090)
15
+
### Removed
16
+
17
+
## [1.18.3]
12
18
13
19
### Added
14
20
@@ -19,6 +25,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
19
25
20
26
- Increased FlowDB's default maximum locks per transaction to `365 * 5 * 4 * (1 + 4)`. [#5157](https://github.com/Flowminder/FlowKit/issues/5157)
21
27
28
+
### Fixed
29
+
30
+
- Null values in first column of first row of ingested data no longer cause flowetl to skip ingestion [#5090](https://github.com/Flowminder/FlowKit/issues/5090)
31
+
22
32
## [1.18.2]
23
33
24
34
## Fixed
@@ -997,7 +1007,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
0 commit comments