Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down
Loading