Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
rmn-boiko committed Apr 12, 2024
1 parent 7d0bae3 commit 202fd6c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ 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).

## Unreleased
### Fixed
- CLI show errors not only under TTY
- Removed `paused` from `setConfigCompacting` mutation

## [0.174.1] - 2024-04-12
### Fixed
- Set correct ODF push/pull websocket protocol
Expand Down
2 changes: 1 addition & 1 deletion resources/schema.gql
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ type DatasetFlowConfigs {
type DatasetFlowConfigsMut {
setConfigSchedule(datasetFlowType: DatasetFlowType!, paused: Boolean!, schedule: ScheduleInput!): SetFlowConfigResult!
setConfigBatching(datasetFlowType: DatasetFlowType!, paused: Boolean!, batching: BatchingConditionInput!): SetFlowConfigResult!
setConfigCompacting(datasetFlowType: DatasetFlowType!, paused: Boolean!, compactingArgs: CompactingConditionInput!): SetFlowConfigResult!
setConfigCompacting(datasetFlowType: DatasetFlowType!, compactingArgs: CompactingConditionInput!): SetFlowConfigResult!
pauseFlows(datasetFlowType: DatasetFlowType): Boolean!
resumeFlows(datasetFlowType: DatasetFlowType): Boolean!
}
Expand Down

0 comments on commit 202fd6c

Please sign in to comment.