v1.0.10
**No functional or code changes; SKILL.md documentation expanded.**
- Clarified that the proxy behavior strictly matches the stated purpose—domain and token swap, no feature creep.
- Added a new section explaining why a single credential is appropriate and reinforced metadata alignment.
- Emphasized that the documentation is instruction-only, reiterating security advice for token handling.
- No updates to runtime logic or interface; this is a documentation/narrative improvement only.
v1.0.9
v1.0.9 – Maintenance release
- No changes detected in files or documentation.
- Version bump only; no new features or fixes.
v1.0.8
yuri-graph-gateway 1.0.8
- Cleaned up documentation by removing registry/metadata mismatch warnings.
- Moved to a concise credentials explanation, focused solely on the Yuri API token.
- Clarified best practices and cautions about credential safety and provider verification.
- Simplified "Before You Start" guidance and security notes for easier reading.
- No code or functional changes—this was a documentation and guidance update only.
v1.0.7
**Changelog for yuri-graph-gateway 1.0.7**
- Added a new warning section about credential and registry metadata mismatches, highlighting that the registry does not declare the required YURI_TOKEN as shown in SKILL.md and _meta.json.
- Emphasized the need to clarify and resolve discrepancies between registry metadata and the skill bundle before use.
- Improved step-by-step instructions and warnings regarding provider verification, safe credential handling, and recommended best practices.
- Clarified token requirements and usage with enhanced tables and callouts in both English and Chinese.
- Added prominent guidance to seek verifiable provider details and to avoid the use of production credentials until all trust issues are resolved.
v1.0.6
Version 1.0.6
- Updated the "Before You Start" section to emphasize that the skill is potentially risky until provider and metadata are verified.
- Reworded risk warnings to advise explicit verification of provider legitimacy, with more focus on requiring server-side details and privacy policies.
- Clarified the importance of not using production credentials and improved guidance on token handling and secure storage.
- Enhanced instructions about not passing tokens in URLs, recommending Authorization headers or request bodies if supported.
- Added explicit recommendation to prefer direct Facebook API access or self-hosted proxies if verification is not possible.
- Improved bilingual (English/Chinese) safety and usage instructions throughout for clarity.
v1.0.5
## Yuri Graph Gateway v1.0.5 Changelog
- SKILL.md significantly reorganized for clarity, with improved warnings and step-by-step instructions.
- Risks and recommendations (privacy, provider verification, credential handling) are now presented in a checklist/table for easier review.
- Usage examples, quick start, and feature tables reformatted for better readability.
- Security guidance on token handling, logging, and traffic privacy further clarified; practical advice now highlighted.
- No code or functional changes—documentation only.
v1.0.4
v1.0.4
- Added security and risk clarifications to the "Before You Start" section, including explicit warnings about third-party trust, token handling, and potential proxy visibility.
- Emphasized the need to verify provider claims and not assume registry metadata is authoritative for environment requirements.
- Updated guidance on avoiding URL-based token transmission and reinforced the importance of using sandbox/test accounts first.
- No functional or code changes—documentation improvements only.
v1.0.3
**Added security and usage guidance for all users**
- Introduced a new "Before You Start / 使用前须知" section with important warnings on trust, credential handling, and query parameter risks.
- Strengthened advice throughout regarding token sensitivity, recommending short-lived tokens, secret storage, and frequent rotation.
- Provided guidance on token exposure via URL query parameters and recommended using the request body instead for POST/PUT requests.
- Emphasized the need for initial testing with low-privilege accounts and direct verification of provider claims about data logging.
- No other core functionality changed.
v1.0.2
Version 1.0.2
- Switched from `BAIZ_API_TOKEN` (header-based) to `YURI_TOKEN` (token passed as `access_token` param, format `yuri_sk_XXXXX`)
- Updated all usage, quick start, and security docs to reflect the new token method (no special headers needed)
- Clarified credential setup in environment variables section
- Adjusted example API requests to demonstrate new token usage
- Added two new files: `.claude/settings.local.json` and `_meta.json`
v1.0.1
Version 1.0.1
- Improved SKILL.md documentation: added details on token lifecycle, rotation, and per-team scoping.
- Clarified Facebook token security: explained short-lived vs. long-lived tokens, encryption methods (AES-256), and team isolation.
- Updated logging and retention policy: made clear that only request metadata is logged; request/response bodies are not persisted.
- Added audit log section: documented logging of token and Facebook account management events.
- Enhanced best practices: added explicit guidance on not transmitting PII and verifying gateway TLS certificates.
- Added clearer contact/support instructions with dashboard references.
v1.0.0
Yuri Graph Gateway initial release.
- Provides a transparent proxy for the Facebook Graph API, removing the need for clients to manage Facebook access tokens.
- Allows calling any Facebook Graph API endpoint by replacing the domain and using a BAIZ_API_TOKEN.
- Supports all HTTP methods, Graph API versions/endpoints, file uploads, and various request bodies.
- Handles secure server-side storage and injection of Facebook access tokens.
- Includes detailed guidance on setup, API usage, token management, security, and privacy best practices.