v2.1.2: CLI Overhaul, Protocol v2.1 Sync, and Robustness Patches #4
dsecurity49
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Overview
Version 2.1.2 is a major stabilization and Developer Experience (DX) release. It brings the SDK fully in sync with the Intent Protocol v2.1 specifications, completely overhauls the command-line interface for production operations, and patches several critical data-handling edge cases.
Features & CLI Overhaul
The
intent-busCLI has been transformed into a first-class operator utility:publishcommand now supports all advanced protocol arguments, including--priority,--delay,--max-attempts,--backoff,--target,--capability, and--idempotency.statusandresultcommands to audit job states and easily retrieve formatted fulfillment payloads directly from the terminal.--publisherfilter to thelistencommand, allowing workers to exclusively claim jobs from specific high-trust API keys.--versionflag support and clean visual dividers for terminal payload outputs.Critical Bug Fixes
sync.pyto prevent scalar primitive strings (like"123"or"false") from mutating into integers or booleans when retrieved from the server.Tue, 02 Jun 2026...) insideRetry-Afterheaders instead of crashing, falling back smoothly when standard delta-seconds aren't provided by proxies.NameErrorinside the worker runtime orchestrator caused by exception variable cleanup occurring before retry-engine closures executed.Internal Refactoring & Security
X-Intent-Version: 2.1, ensuring cryptographic lock isolation is strictly enforced between client and server.isinstancechains) to EAFP using highly optimizedmatch/casestructural pattern matching.SECURITY.mdandREADME.mdto reflect full v2.1.1+ support and the new architectural models.Full Changelog: https://github.com/dsecurity49/Intent-Bus-sdk/commits/v2.1.2
This discussion was created from the release v2.1.2: CLI Overhaul, Protocol v2.1 Sync, and Robustness Patches.
Beta Was this translation helpful? Give feedback.
All reactions