Skip to content

Commit

Permalink
Bump changelog for 1.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
greenape committed Jun 10, 2024
1 parent 44187a6 commit bd99a72
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

### Added

### Changed

### Fixed

### Removed

## [1.26.0]

### Changed
- FlowDB now enables partitionwise aggregation planning by default
- FlowDB now uses a default fillfactor of 100 for cache table indexes
Expand All @@ -16,8 +24,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Queries that have multiple of the same subquery with different parameters no longer cause duplicate scopes in tokens. [#6580](https://github.com/Flowminder/FlowKit/issues/6580)
- FlowETL QA checks `count_imeis`, `count_imsis`, `max_msisdns_per_imei` and `max_msisdns_per_imsi` now only count non-null IMEIs/IMSIs. [#6619](https://github.com/Flowminder/FlowKit/issues/6619)

### Removed

## [1.25.0]

### Fixed
Expand Down Expand Up @@ -1101,7 +1107,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

- Added Python 3.6 support for FlowClient

[Unreleased]: https://github.com/Flowminder/FlowKit/compare/1.25.0...master
[Unreleased]: https://github.com/Flowminder/FlowKit/compare/1.26.0...master
[1.26.0]: https://github.com/Flowminder/FlowKit/compare/1.25.0...1.26.0
[1.25.0]: https://github.com/Flowminder/FlowKit/compare/1.24.0...1.25.0
[1.24.0]: https://github.com/Flowminder/FlowKit/compare/1.23.0...1.24.0
[1.23.0]: https://github.com/Flowminder/FlowKit/compare/1.22.0...1.23.0
Expand Down

0 comments on commit bd99a72

Please sign in to comment.