chore: release main#38
Merged
Merged
Conversation
github-actions
Bot
force-pushed
the
release-please--branches--main
branch
from
April 8, 2026 11:53
bacadb4 to
002d0cc
Compare
Deploying ask-registry with
|
| Latest commit: |
002d0cc
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://0428c89e.ask-registry.pages.dev |
| Branch Preview URL: | https://release-please--branches--ma-vd2h.ask-registry.pages.dev |
Contributor
There was a problem hiding this comment.
No issues found across 3 files
Auto-approved: Automated release PR that only updates version metadata and the changelog. No source code logic changed.
Architecture diagram
sequenceDiagram
participant Client as AI Agent / Client
participant Edge as Edge Network (Nitro Cache)
participant Origin as Nitro Origin Server
participant DB as Registry Database
Note over Client,DB: Request Flow for /api/registry/**
Client->>Edge: GET /api/registry/entry-name
alt NEW: Edge Cache Hit
Edge-->>Client: 200 OK (Cached Response)
else NEW: Edge Cache Miss / Expired
Edge->>Origin: Forward Request to Origin
Origin->>DB: Query registry metadata
DB-->>Origin: Entry details
Origin->>Origin: Process response
Origin-->>Edge: Return Data + Cache-Control Headers
Edge->>Edge: NEW: Cache response based on routeRules
Edge-->>Client: 200 OK
end
Note over Edge,Origin: routeRules applied to /api/registry/** path
Contributor
Author
|
🤖 Created releases: 🌻 |
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.
🤖 I have created a release beep boop
ask-plugin: 0.2.2
0.2.2 (2026-04-08)
Features
This PR was generated with Release Please. See documentation.
Summary by cubic
Release
ask-pluginv0.2.2 with edge caching for registry API routes to improve performance and reduce origin load. Updates version metadata for the plugin and manifest./api/registry/**via Nitro routeRules to lower latency and cut backend hits.Written for commit 002d0cc. Summary will update on new commits.