Skip to content

Commit 33ff4e5

Browse files
committed
Version changed to 0.22.0
1 parent 71a8939 commit 33ff4e5

5 files changed

Lines changed: 9 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,22 @@
1-
## Dev
1+
## 0.22.0
22

33
### New features
44

5+
* Added `hq worker deploy-ssh` to deploy workers to a set of nodes using SSH.
56
* Added `hq doc` command for accessing documentation about various HQ features from the command-line.
67
* `hq journal replay` added. It similar to `hq journal stream` but it will not wait for new events.
78
* More robust initialization of dashboard
89
* Authentication and encryption of client/worker connection can be disabled. It is mostly for testing
910
and benchmarking purpose. Do not use if you are not in 100% safe environment.
10-
* Added `hq worker deploy-ssh` to deploy workers to a set of nodes using SSH.
1111

1212
### Breaking change
1313

1414
* The Python API now requires Python 3.9, up from Python 3.6.
1515

1616
### Fixes
1717

18-
* Fixes #848, inefficient scheduling of tasks with priorities
18+
* Fixes #848, inefficient scheduling of tasks with priorities
19+
* HyperQueue will no longer allocate extreme amounts of memory when loading a corrupted journal
1920

2021
## v0.21.1
2122

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/hyperqueue/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hyperqueue"
3-
version = "0.21.0"
3+
version = "0.22.0"
44
description = "Job execution system"
55
authors.workspace = true
66
edition.workspace = true

crates/pyhq/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pyhq"
3-
version = "0.21.0"
3+
version = "0.22.0"
44
authors.workspace = true
55
edition.workspace = true
66
rust-version.workspace = true

nedoc.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[main]
44
project_name = hyperqueue
5-
project_version = 0.21.0
5+
project_version = 0.22.0
66

77
source_path = crates/pyhq/python/hyperqueue
88
target_path = ./docs/apidoc

0 commit comments

Comments
 (0)