From cf4b349d499282c6eb375cb2a91475e7f0f64e78 Mon Sep 17 00:00:00 2001 From: tobiaskussel Date: Mon, 6 Jul 2026 09:29:15 +0000 Subject: [PATCH] Added task-by-id to changelog --- CHANGELOG.md | 3 ++- README.md | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 48d3a9ff..d504cb14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,12 @@ -# Samply.Beam 0.11.0 - 2026-06-10 +# Samply.Beam 0.11.0 - 2026-07-06 ## Minor changes * Improved resilience by retrying timed-out broker requests. * Certificates are now fetched in parallel, reducing startup time. * Broker and proxy logs can now be written to disk. +* Added an endpoint to allow senders and recipients to retrieve a task with a known task-id. ## Bugfixes diff --git a/README.md b/README.md index d4b23edd..b0be12fd 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@ Samply.Beam is a distributed task broker designed for efficient communication across strict network environments. It provides most commonly used communication patterns across strict network boundaries, end-to-end encryption and signatures, as well as certificate management and validation on top of an easy to use REST API. In addition to task/response semantics, Samply.Beam supports high-performance applications with encrypted low-level direct socket connections. -## Latest version: Samply.Beam 0.11.0 – 2026-06-10 +## Latest version: Samply.Beam 0.11.0 – 2026-07-06 -This new version improves broker request retries, speeds up certificate fetching, adds file logging, and fixes socket cleanup. Please check the [Changelog](CHANGELOG.md) for details. +This new version improves broker request retries, speeds up certificate fetching, adds file logging and a get-task-by-id endpoint, and fixes socket cleanup. Please check the [Changelog](CHANGELOG.md) for details. Find info on all previous versions in the [Changelog](CHANGELOG.md).