chore(release): version packages - #88
Merged
Merged
Conversation
github-actions
Bot
force-pushed
the
changeset-release/main
branch
10 times, most recently
from
August 8, 2026 22:31
1292692 to
07b7e4d
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 8, 2026 22:31
07b7e4d to
a934d11
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@inflowpayai/inflow@0.11.0
Minor Changes
c942115Thanks@nkavian! - Add ODP Service directory search, inspection, Collection navigation,
per-Service and federated Offering discovery, and read-only Action resolution. Protected catalog reads use the
existing AEP runtime, and catalog caches are isolated by a verified access context or disabled. Resolved Action
targets compose with the existing MPP and x402 payment commands. ODP failures return stable error codes without
exposing internal errors or stack traces. Direct Service commands reject unadvertised operations with an actionable
alternative, and the agentic discovery playbook guides capability-aware catalog navigation. Offering search exposes
resolved filters and sorts, and aggregate discovery derives its required Service operation from the Offering request.
The top-level inspect command reports ODP Service metadata before enrollment and payment details. Interactive ODP
commands render tabular directory, Collection, Offering, capability, and Action results with copyable continuation
commands and absolute schema-declared URLs. AEP Service identity mismatches fail with a stable non-retryable error.
Offering lists include descriptions, Collection hierarchy labels use explicit terminology, and directory search
presents facet counts as available filters over the complete matching result set. Offering details present structured
Price Preview semantics and explicit Action and Offering identifiers. Invalid AEP Grant responses return a stable
error instead of an internal-error fallback. Resource details omit Service-level ODP versions and empty localization
metadata. Collection and Offering searches reject missing search criteria locally with actionable list-command
guidance. Resolved compact Actions display their schema-declared inputs, required fields, and selectable values. MPP
and x402 requests with
--dataretain the documented JSON content type through AEP-aware probes and payment replays.Patch Changes
#94
a676003Thanks@nkavian! - Protect vault initialization and credential rotation from partial
vault-header writes.
#93
1844276Thanks@nkavian! - Bound AEP approval status and cancellation requests by their configured
deadlines.
#98
aebafd2Thanks@nkavian! - Treat assigned
--format=valuearguments as agent-mode output and normalizethem for command parsing.
#97
18e650dThanks@nkavian! - Report errors returned by streaming MCP commands and close interrupted
command streams.
#99
cee88f5Thanks@nkavian! - Restart a stopped vault daemon before persistent MCP tools that use
vault-backed state.
#95
6a8c182Thanks@nkavian! - Preserve usable credentials when replacement storage fails and retain
recoverable secret cleanup work.
#96
efb0a12Thanks@nkavian! - Preserve recoverable credential lifecycle state when secure storage deletion
is temporarily unavailable.
#90
b584f51Thanks@nkavian! - Preserve the executable and service configuration during Windows MSI
upgrades, and authenticate the vault service by the server process identity reported by the named pipe.
#92
261b3b2Thanks@nkavian! - Reject Linux release key files containing untrusted additional primary keys
and isolate verification state in a temporary directory.
@inflowpayai/inflow-core@0.6.3
Patch Changes
#94
a676003Thanks@nkavian! - Protect vault initialization and credential rotation from partial
vault-header writes.
#96
efb0a12Thanks@nkavian! - Preserve recoverable credential lifecycle state when secure storage deletion
is temporarily unavailable.