Skip to content

Commit

Permalink
📝 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
kba committed Aug 22, 2024
1 parent d73cfaa commit 15cea57
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,17 @@ Versioned according to [Semantic Versioning](http://semver.org/).
Changed:

* ocrd_network: Use `ocrd-all-tool.json` bundled by core instead of download from website, #1257, #1260
* `ocrd network client processing processor` supports blocking behavior with `--block` by polling job status, #1265, #1269

Added:

* `ocrd network client workflow check-status` to get the status of a workflow job, #1269
* `ocrd network client processing check-status` to get the status of a processing (processor) job, #1269
* `ocrd network client workflow run` Run, optionally blocking, a workflow on the processing server, #1265, #1269
* Environment variables `OCRD_NETWORK_CLIENT_POLLING_SLEEP` and `OCRD_NETWORK_CLIENT_POLLING_TIMEOUT` to control polling interval and timeout for `ocrd network client {processing processor,workflow run`, #1269
* `ocrd network client discovery processors` to list the processors deployed in the processing server, #1269
* `ocrd network client discovery processor` to get the `ocrd-tool.json` of a deployed processor, #1269
* `ocrd network client processing check-log` to retrieve the log data for a processing job, #1269

## [2.67.2] - 2024-07-19

Expand Down

0 comments on commit 15cea57

Please sign in to comment.