Skip to content

Commit

Permalink
release v1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph Sirianni authored Sep 10, 2021
1 parent 4be0cda commit 1700d51
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 1.2.4 - 2021-09-10

### Added

- File Input: Added optional delete_after_read parameter [PR 417](https://github.com/observIQ/stanza/pull/417)
- Useful for cleaning up files after they are read. Important when reading from a directory that is constantly adding new files and never modifying old files.
- Can only be used with `start_at: beginning`

### Changed

- Plugins Version [0.0.75](https://github.com/observIQ/stanza-plugins/releases/tag/v0.0.75)

## 1.2.3 - 2021-09-08

### Fixed
Expand Down

0 comments on commit 1700d51

Please sign in to comment.