Skip to content

Commit

Permalink
Version changed to v0.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
spirali committed Sep 20, 2024
1 parent 76496be commit 8316795
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 6 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Dev
# 0.20.0

## New features

Expand All @@ -13,6 +13,10 @@
The new architecture also allows parallel I/O writing and storing of multiple job streams in one stream handle.
You can use worker streaming using the `--stream` parameter of `hq submit`. Check out the documentation for more information.

* Optimization of journal size

* Tasks' crash counters are not increased when worker is stopped by `hq worker stop` or by time limit.

## Removed

* Because worker streaming fully replaces original streaming, the original server streaming was removed.
Expand All @@ -23,6 +27,11 @@
* HQ should no longer crash while printing job info when a failed task does not have any workers
attached (https://github.com/It4innovations/hyperqueue/issues/731).

## Note

* Dashboard still not enabled in this version


# 0.19.0

## New features
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/hyperqueue/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hyperqueue"
version = "0.19.0"
version = "0.20.0"
description = "Job execution system"
authors.workspace = true
edition.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/pyhq/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pyhq"
version = "0.19.0"
version = "0.20.0"
authors.workspace = true
edition.workspace = true
rust-version.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion nedoc.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[main]
project_name = hyperqueue
project_version = 0.19.0
project_version = 0.20.0

source_path = crates/pyhq/python/hyperqueue
target_path = ./docs/apidoc
Expand Down

0 comments on commit 8316795

Please sign in to comment.