Skip to content

Commit 6c48696

Browse files
committed
Release retry with backoff 0.1.1
Signed-off-by: lucarlig <luca.carlig@ibm.com>
1 parent e405c4f commit 6c48696

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plugins/rust/python-package/retry_with_backoff/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[package]
22
name = "retry_with_backoff"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition.workspace = true
55
authors.workspace = true
66
license.workspace = true
77
repository.workspace = true
8-
description = "High-performance retry and backoff policy engine for MCP Gateway"
8+
description = "High-performance retry policy engine for MCP Gateway with exponential backoff, jitter, per-tool overrides, and retry metadata"
99

1010
[lib]
1111
name = "retry_with_backoff_rust"

plugins/rust/python-package/retry_with_backoff/cpex_retry_with_backoff/plugin-manifest.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
description: "Rust-backed retry and backoff policy plugin for tool results"
1+
description: "High-performance retry policy engine with exponential backoff, jitter, per-tool overrides, and retry metadata for transient tool and resource failures"
22
author: "ContextForge Contributors"
3-
version: "0.1.0"
3+
version: "0.1.1"
44
kind: "cpex_retry_with_backoff.retry_with_backoff.RetryWithBackoffPlugin"
55
available_hooks:
66
- "tool_post_invoke"

0 commit comments

Comments
 (0)