Skip to content

Commit d061e50

Browse files
committed
chore: prepare v0.12.3 release
1 parent f35eb96 commit d061e50

File tree

5 files changed

+19
-4
lines changed

5 files changed

+19
-4
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.12.3] - 2026-03-19
11+
12+
### Added
13+
- Added `blocknative-openapi-skill`, `dexscreener-openapi-skill`, `helius-openapi-skill`, `hive-mcp-skill`, `mempool-space-openapi-skill`, `near-jsonrpc-skill`, and `nodit-openapi-skill`.
14+
- Added nested file-path argument support so OpenAPI request bodies and parameter mappings can address structured file inputs more flexibly.
15+
- Added MCP resource snapshot support for daemon-backed subscriptions.
16+
17+
### Changed
18+
- Shared MCP subscription sessions with daemon-managed transports for more consistent live subscription behavior.
19+
- Improved provider skill guidance across the README, skill index, and follow-up documentation for newer crypto, browser, and messaging skills.
20+
21+
### Fixed
22+
- Added multipart/form-data request body support for OpenAPI execution, enabling Telegram and Feishu multipart upload workflows.
23+
- Tightened multipart mixed-content selection behavior and related request-shape handling.
24+
1025
## [0.12.2] - 2026-03-16
1126

1227
### Fixed

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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "uxc"
3-
version = "0.12.2"
3+
version = "0.12.3"
44
edition = "2021"
55
authors = ["UXC Contributors"]
66
description = "Universal X-Protocol CLI for URL-first schema discovery and invocation across OpenAPI, gRPC, GraphQL, MCP, and JSON-RPC"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ bash install-uxc.sh
124124
Install a specific version:
125125

126126
```bash
127-
curl -fsSL https://raw.githubusercontent.com/holon-run/uxc/main/scripts/install.sh | bash -s -- -v v0.12.2
127+
curl -fsSL https://raw.githubusercontent.com/holon-run/uxc/main/scripts/install.sh | bash -s -- -v v0.12.3
128128
```
129129

130130
Windows note: native Windows is no longer supported; run UXC through WSL.

README.zh-CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ bash install-uxc.sh
119119
安装指定版本:
120120

121121
```bash
122-
curl -fsSL https://raw.githubusercontent.com/holon-run/uxc/main/scripts/install.sh | bash -s -- -v v0.12.2
122+
curl -fsSL https://raw.githubusercontent.com/holon-run/uxc/main/scripts/install.sh | bash -s -- -v v0.12.3
123123
```
124124

125125
Windows 说明:不再支持原生 Windows,请通过 WSL 运行 UXC。

0 commit comments

Comments
 (0)