Skip to content

Commit 1f23ddb

Browse files
chore: release main
1 parent 735e3cd commit 1f23ddb

2 files changed

Lines changed: 25 additions & 1 deletion

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"packages/client": "0.11.0",
33
"python": "0.4.1",
4-
".": "0.26.0"
4+
".": "0.27.0"
55
}

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,30 @@ A few things this project versions differently:
1919
- **Registry data enrichments** (new/updated subnets, providers, surfaces) are
2020
not listed here — they show up in the live `/api/v1/changelog` feed.
2121

22+
## [0.27.0](https://github.com/JSONbored/metagraphed/compare/platform-v0.26.0...platform-v0.27.0) (2026-06-27)
23+
24+
25+
### Features
26+
27+
* **mcp:** add chain block-explorer and account tail tools ([#2033](https://github.com/JSONbored/metagraphed/issues/2033)) ([796da14](https://github.com/JSONbored/metagraphed/commit/796da14496c17a757ae43afed26beec1a64f4758))
28+
* **mcp:** worker-compute server card; automate client SDK version bump ([#2055](https://github.com/JSONbored/metagraphed/issues/2055)) ([f8460e9](https://github.com/JSONbored/metagraphed/commit/f8460e92439b6d53575e4fbbc8a0436ddd70c8fd))
29+
30+
31+
### Bug Fixes
32+
33+
* **ai:** only record + upsert valid embeddings in runEmbeddingSync ([#2071](https://github.com/JSONbored/metagraphed/issues/2071)) ([#2102](https://github.com/JSONbored/metagraphed/issues/2102)) ([e87a541](https://github.com/JSONbored/metagraphed/commit/e87a541fff78537b07c78d3822845a52e97e7937))
34+
* **api:** avoid forced extrinsics index for broad time filters ([#2028](https://github.com/JSONbored/metagraphed/issues/2028)) ([940b1b4](https://github.com/JSONbored/metagraphed/commit/940b1b4969036e2c088e94a75119f6967c59d6e0))
35+
* **api:** index selective extrinsics time filters ([#2099](https://github.com/JSONbored/metagraphed/issues/2099)) ([c48c058](https://github.com/JSONbored/metagraphed/commit/c48c058538ea85bd4d9e63f8001f9cb8939a9464))
36+
* **api:** restore most-reliable leaderboard rows ([#2068](https://github.com/JSONbored/metagraphed/issues/2068)) ([3fca0e2](https://github.com/JSONbored/metagraphed/commit/3fca0e22545fe9187ebc59d4d6d1f672e3213cc9))
37+
* **mcp:** bound get_block neighbor lookups ([#2067](https://github.com/JSONbored/metagraphed/issues/2067)) ([00bd38e](https://github.com/JSONbored/metagraphed/commit/00bd38e962f2cc5c668f143733614d10b4f4412b))
38+
* **rpc:** never follow upstream redirects in the RPC proxy ([#2100](https://github.com/JSONbored/metagraphed/issues/2100)) ([2c6ab70](https://github.com/JSONbored/metagraphed/commit/2c6ab70e52b792b395458f83930d04d3e223affb))
39+
* **test:** remove URL-substring CodeQL finding in rpc-failover redirect tests ([#2105](https://github.com/JSONbored/metagraphed/issues/2105)) ([7000c4c](https://github.com/JSONbored/metagraphed/commit/7000c4ce8a210fa59546b7c1815a35ea051d4d70))
40+
41+
42+
### Documentation
43+
44+
* **infra:** ADR 0013 hybrid deployment topology + Postgres schema + runbook ([#2107](https://github.com/JSONbored/metagraphed/issues/2107)) ([735e3cd](https://github.com/JSONbored/metagraphed/commit/735e3cd9459b2e28f5131306e3e614791484d4cd))
45+
2246
## [0.26.0](https://github.com/JSONbored/metagraphed/compare/platform-v0.25.0...platform-v0.26.0) (2026-06-26)
2347

2448

0 commit comments

Comments
 (0)