Skip to content

Commit 47413fc

Browse files
authored
Merge pull request #6018 from Flowminder/release-1.18.3
Update changelog for release 1.18.3
2 parents 2793cde + 6be239b commit 47413fc

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

77
## [Unreleased]
88

9+
### Added
10+
11+
### Changed
12+
913
### Fixed
1014

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]
1218

1319
### Added
1420

@@ -19,6 +25,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
1925

2026
- Increased FlowDB's default maximum locks per transaction to `365 * 5 * 4 * (1 + 4)`. [#5157](https://github.com/Flowminder/FlowKit/issues/5157)
2127

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+
2232
## [1.18.2]
2333

2434
## Fixed
@@ -997,7 +1007,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
9971007

9981008
- Added Python 3.6 support for FlowClient
9991009

1000-
[Unreleased]: https://github.com/Flowminder/FlowKit/compare/1.18.2...master
1010+
[Unreleased]: https://github.com/Flowminder/FlowKit/compare/1.18.3...master
1011+
[1.18.3]: https://github.com/Flowminder/FlowKit/compare/1.18.2...1.18.3
10011012
[1.18.2]: https://github.com/Flowminder/FlowKit/compare/1.18.1...1.18.2
10021013
[1.18.1]: https://github.com/Flowminder/FlowKit/compare/1.18.0...1.18.1
10031014
[1.18.0]: https://github.com/Flowminder/FlowKit/compare/1.17.1...1.18.0

flowapi/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"pyyaml >= 5.1",
3838
"apispec[yaml]",
3939
"get-secret-or-env-var",
40-
"prance[osv] < 0.22.11.5.0", # Pending https://github.com/RonnyPfannschmidt/prance/issues/145
40+
"prance[osv] < 0.22.11.4.0", # Pending https://github.com/RonnyPfannschmidt/prance/issues/145
4141
"openapi_spec_validator ==0.4.0", # Pending https://github.com/RonnyPfannschmidt/prance/issues/145
4242
"werkzeug",
4343
],

0 commit comments

Comments
 (0)