From 7688361cfb65a9120e89675121211027982a7326 Mon Sep 17 00:00:00 2001 From: Dan Engelbrecht Date: Sat, 23 Nov 2024 14:10:35 +0100 Subject: [PATCH] changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca2da212..f404ab9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## v0.4.3 +## v0.4.4 - **FIXED** fix(s3): use HeadObject for checking if blob exists [bergemalm](https://github.com/bergemalm) - **ADDED** New option to control the number of worker thread in remote stores to avoid overflowing the network connection. - `--remote-worker-count` Set number of workers created for the remote store, defaults to match number of logical CPUs with upper limit of 8 for networked remote stores