Skip to content

Commit

Permalink
Updated: CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
BenceSzalai committed Nov 29, 2020
1 parent ac788f7 commit 03807d6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.7.1] - 2020-11-29
### Improved
- The logging table size limiter caused slow logging once the limit was reached, due to the overhead of truncating the table after every row written. This is now fixed by doing the truncations in batches.

### Changed
- The `set_max_table_rows()` method is deprecated, use `conf_table_size_limiter()` instead.
- The `maybe_truncate()` method was not intended to be used outside of the class, so it is not a public method anymore.

## [1.7.0] - 2020-10-15
### Added
Expand Down

0 comments on commit 03807d6

Please sign in to comment.