Skip to content

Commit fc4d79a

Browse files
chore(main): release 1.0.0
1 parent 9e59dcd commit fc4d79a

3 files changed

Lines changed: 36 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Changelog
2+
3+
## 1.0.0 (2026-01-23)
4+
5+
6+
### Features
7+
8+
* add E2E test infrastructure with x402 payment flow ([#6](https://github.com/aibtcdev/x402-api/issues/6)) ([f579ea0](https://github.com/aibtcdev/x402-api/commit/f579ea08693fbd197c86e2764c24919580442a01))
9+
* add global metrics tracking and dashboard ([#4](https://github.com/aibtcdev/x402-api/issues/4)) ([157eb20](https://github.com/aibtcdev/x402-api/commit/157eb201c3792058d349aa6b6d28124d0b1462e0))
10+
* add lifecycle tests for all storage categories ([#10](https://github.com/aibtcdev/x402-api/issues/10)) ([120d07e](https://github.com/aibtcdev/x402-api/commit/120d07e14b621c061b1dd607e6c626f55d09e17a))
11+
* add LOGS service binding for centralized logging ([#17](https://github.com/aibtcdev/x402-api/issues/17)) ([ae780f2](https://github.com/aibtcdev/x402-api/commit/ae780f26cb320d4ce0f6db906b2b0ea792132001))
12+
* add streaming usage tracking and improve usage endpoint ([83920a8](https://github.com/aibtcdev/x402-api/commit/83920a82cceb8059a1ea8644d82b0d33f7e13af1))
13+
* add x402.json discovery endpoint and simplify dashboard ([#15](https://github.com/aibtcdev/x402-api/issues/15)) ([504ffe6](https://github.com/aibtcdev/x402-api/commit/504ffe64f8de69d7938342b544cf218a231777f5))
14+
* **dashboard:** apply AIBTC branding ([#18](https://github.com/aibtcdev/x402-api/issues/18)) ([9b98ed4](https://github.com/aibtcdev/x402-api/commit/9b98ed43de0009db784258215173bf36853470cc))
15+
* implement full multi-category API per REQUIREMENTS.md ([#3](https://github.com/aibtcdev/x402-api/issues/3)) ([93e8175](https://github.com/aibtcdev/x402-api/commit/93e8175e11ce89dd1b092a58cc0fb20f9780d982))
16+
* implement OpenRouter proxy with usage tracking ([c9e8b48](https://github.com/aibtcdev/x402-api/commit/c9e8b486685707658343e12859e4076698a6206c))
17+
* initial scaffolding for x402 API host ([8de93a0](https://github.com/aibtcdev/x402-api/commit/8de93a09e88d10178b753d0170d2c4c4d1726b3a))
18+
* integrate x402 payment verification for chat completions ([30a8592](https://github.com/aibtcdev/x402-api/commit/30a85921947946907ce75080a494987b340fda0e))
19+
* **x402:** migrate to v2 protocol with Coinbase-compatible format ([#24](https://github.com/aibtcdev/x402-api/issues/24)) ([cec2680](https://github.com/aibtcdev/x402-api/commit/cec26800f1b3a330ef75591449e8c5d1fe179680))
20+
21+
22+
### Bug Fixes
23+
24+
* add BigInt.toJSON polyfill for x402 payment serialization ([#7](https://github.com/aibtcdev/x402-api/issues/7)) ([aaee49e](https://github.com/aibtcdev/x402-api/commit/aaee49e7f339934d803bf437cc773c5dfb99cd0c))
25+
* add retry logic to lifecycle tests for network errors ([#9](https://github.com/aibtcdev/x402-api/issues/9)) ([704188f](https://github.com/aibtcdev/x402-api/commit/704188f1e76b3f3d9c5e42a1736b09e83394a594))
26+
* **dashboard:** update columns and fix category persistence ([#16](https://github.com/aibtcdev/x402-api/issues/16)) ([dbf2373](https://github.com/aibtcdev/x402-api/commit/dbf2373ef6d1269df7103eacd8ef084d8b6c2e1c))
27+
* **middleware:** correct endpoint config lookup for dynamic pricing ([#14](https://github.com/aibtcdev/x402-api/issues/14)) ([bb69902](https://github.com/aibtcdev/x402-api/commit/bb69902874fa588fa57c61f6df26ed74f5577e5c))
28+
* resolve stacks endpoint test failures ([#8](https://github.com/aibtcdev/x402-api/issues/8)) ([ac5d6c8](https://github.com/aibtcdev/x402-api/commit/ac5d6c8fbfdfec432b415635f639667380ac9130))
29+
* **tests:** add retry logic for nonce conflict errors ([#23](https://github.com/aibtcdev/x402-api/issues/23)) ([0aeb63f](https://github.com/aibtcdev/x402-api/commit/0aeb63f06c3b2dda139db6202bf91da9cc33164d))
30+
* **tests:** correct mainnet USDCx token identifier and add fee tracking ([#19](https://github.com/aibtcdev/x402-api/issues/19)) ([1c12280](https://github.com/aibtcdev/x402-api/commit/1c12280b1e0135bb6dd9edf9ecdc664f8462f25a))
31+
* **tests:** update test runner to use x402 v2 protocol ([8261e37](https://github.com/aibtcdev/x402-api/commit/8261e37f9ab8ccf5dc35a53852b5ce34b201c17a))
32+
* **tests:** update test runner to use x402 v2 protocol ([#25](https://github.com/aibtcdev/x402-api/issues/25)) ([8261e37](https://github.com/aibtcdev/x402-api/commit/8261e37f9ab8ccf5dc35a53852b5ce34b201c17a))
33+
* update facilitator URL to stacksx402.com ([#5](https://github.com/aibtcdev/x402-api/issues/5)) ([7546848](https://github.com/aibtcdev/x402-api/commit/7546848e1525227c0ea1f50de5a3feade5cab563))

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "x402-api",
3-
"version": "0.1.0",
3+
"version": "1.0.0",
44
"private": true,
55
"scripts": {
66
"dev": "npm run wrangler -- dev",

0 commit comments

Comments
 (0)