All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
## [Unreleased] - YYYY-MM-DD
### Added
### Fixed
### Changed
### Removed
### Security
- (client) Add
Connectors.offsets
andConnectors.reset_offsets/2
- (cli) Add
connector restart
options--include-tasks
and--only-failed
- (client) Add
includeTasks
andonlyFailed
options toConnectors.restart/3
Both default to false
.
- (client) Add
:expand
option toConnectors.list/2
Can be :info
, :status
, or both as [:info, :status]
.
- (cli) Add
--expand
option toconnectors
Can be a comma-separated list of values for :expand
in Connectors.list/2
.
- (cli) Add
--errors-only
option toplugin validate
This will only configs that have an error present.
plugins validate
was renamedplugin validate
for consistency
- Updated Elixir version to 1.12.2