Skip to content

Put response cache in GA and remove preview_ prefix - #8678

Merged
abernix merged 16 commits into
devfrom
bnjjj/response_cache_ga
Dec 8, 2025
Merged

Put response cache in GA and remove preview_ prefix#8678
abernix merged 16 commits into
devfrom
bnjjj/response_cache_ga

fix lint

57f25e7
Select commit
Loading
Failed to load commit list.
Apollo Librarian / AI Style Review succeeded Dec 8, 2025 in 1m 9s

Style Review Completed

The pull request has 2 style issues.

Duration: 777ms
PR URL: #8678
Review Comments: The AI has posted 2 inline comments with suggestions

Summary of changes:

The documentation has been updated to use title casing for all titles. Additionally, bold text is now reserved for UI elements and specific exceptions, and will no longer be used for step summaries or general emphasis.

⚠️ This review and suggested changes are AI-generated. Please use common sense when accepting these suggestions, as they may not always be accurate or appropriate for your specific context.

Annotations

Check notice on line 3 in docs/shared/config/response_cache.mdx

See this annotation in the file changed.

@apollo-librarian apollo-librarian / AI Style Review

docs/shared/config/response_cache.mdx#L3

Use title casing for titles.

```suggestion
<ExpansionPanel title="response_cache YAML Snippet">
```

Check warning on line 96 in docs/source/routing/performance/caching/response-caching/faq.mdx

See this annotation in the file changed.

@apollo-librarian apollo-librarian / AI Style Review

docs/source/routing/performance/caching/response-caching/faq.mdx#L96

Bold text is reserved for UI elements and specific exceptions. It should not be used for step summaries or emphasis.

```suggestion
1. Update the plugin name: Replace `preview_entity_cache` with `response_cache` in your router configuration.
```