Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .changeset/gcp-missing-icons.md

This file was deleted.

20 changes: 0 additions & 20 deletions .changeset/shaky-squids-jog.md

This file was deleted.

11 changes: 11 additions & 0 deletions apps/mcp-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,20 @@
# @archlex/mcp-server

## 0.2.1

### Patch Changes

- Updated dependencies [0acd717]
- Updated dependencies [bf112ed]
- @archlex/gcp@0.4.1
- @archlex/aws@0.4.1

## 0.2.0

### Minor Changes

- feat(mcp-server): implement MCP specification revision `2026-07-28` compliance.

- Implement modern stateless Streamable HTTP transport on `POST /mcp` with mandatory mirrored header and metadata validation (`MCP-Protocol-Version`, `Mcp-Method`, `Mcp-Name`).
- Add unified modern result envelopes (`resultType: "complete"` and `resultType: "input_required"`) with server identity metadata.
- Implement `server/discover` capability discovery, stable opaque cursor pagination, and response cache hints (`ttlMs`, `cacheScope`).
Expand All @@ -13,6 +23,7 @@
- Preserve backward compatibility for legacy clients (`2025-03-26` / HTTP+SSE) behind an isolated legacy boundary.

- feat(mcp-server): add stateless URL delivery for rendered diagrams.

- Add `GET /renders/:token.png` endpoint for public stateless PNG delivery with encrypted tokens.
- Implement AES-256-GCM encryption with gzip compression for render tokens.
- Add `RENDER_URL_SECRET`, `RENDER_URL_TTL_SECONDS`, and `RENDER_URL_MAX_LENGTH` environment variables.
Expand Down
2 changes: 1 addition & 1 deletion apps/mcp-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@archlex/mcp-server",
"version": "0.2.0",
"version": "0.2.1",
"private": true,
"type": "module",
"main": "./src/index.ts",
Expand Down
22 changes: 22 additions & 0 deletions packages/aws/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# @archlex/aws

## 0.4.1

### Patch Changes

- bf112ed: feat(aws): add 170 missing AWS service icons

Added complete icon coverage for AWS services including:

- VPC endpoints (interface & gateway)
- Storage services (EBS, FSx for Windows, Glacier)
- Security services (KMS, ACM, Secrets Manager, WAF, Shield)
- Database services (Aurora, Neptune, DMS)
- Analytics services (Kinesis Firehose, Kinesis Analytics, Athena)
- Developer tools (CodePipeline, CodeBuild, CodeDeploy, Copilot)
- Compute services (Lambda@Edge, Lambda Layers, Step Functions Express)
- IoT services (IoT Analytics, IoT RoboRunner)
- Media services (IVS, MediaLive, MediaConvert)
- Migration services (DMS, SMS, Migration Hub)
- And many more...

Total icons added: 170

## 0.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/aws/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@archlex/aws",
"version": "0.4.0",
"version": "0.4.1",
"description": "AWS provider for ArchLex architecture diagrams",
"keywords": ["architecture", "diagrams", "aws", "cloud", "icons"],
"repository": {
Expand Down
9 changes: 9 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @archlex/cli

## 0.3.5

### Patch Changes

- Updated dependencies [0acd717]
- Updated dependencies [bf112ed]
- @archlex/gcp@0.4.1
- @archlex/aws@0.4.1

## 0.3.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@archlex/cli",
"version": "0.3.4",
"version": "0.3.5",
"description": "Command-line interface for ArchLex architecture diagrams",
"keywords": ["architecture", "diagrams", "cli", "cloud", "aws", "gcp", "k8s"],
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions packages/gcp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @archlex/gcp

## 0.4.1

### Patch Changes

- 0acd717: feat(gcp): bundle remaining catalog service icons

Import official Google Cloud product icons for missing catalog services, with category-icon fallbacks when a product SVG cannot be sanitized. All non-boundary GCP services now have bundled artwork.

## 0.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/gcp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@archlex/gcp",
"version": "0.4.0",
"version": "0.4.1",
"description": "GCP provider for ArchLex architecture diagrams",
"keywords": [
"architecture",
Expand Down