[PR #15672] [MERGED] Cache OpenApi document generation #14382

Closed
opened 2026-02-07 07:29:00 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/15672
Author: @crobibero
Created: 11/30/2025
Status: Merged
Merged: 12/1/2025
Merged by: @anthonylavado

Base: release-10.11.zHead: openapi-cache-z


📝 Commits (1)

  • 8aff422 Implement caching for OpenAPI document

📊 Changes

2 files changed (+93 additions, -1 deletions)

View changed files

📝 Jellyfin.Server/Extensions/ApiServiceCollectionExtensions.cs (+4 -1)
Jellyfin.Server/Filters/CachingOpenApiProvider.cs (+89 -0)

📄 Description

This bothered me for years but never dealt with it.
Credit to @windsurfer for the push


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/jellyfin/jellyfin/pull/15672 **Author:** [@crobibero](https://github.com/crobibero) **Created:** 11/30/2025 **Status:** ✅ Merged **Merged:** 12/1/2025 **Merged by:** [@anthonylavado](https://github.com/anthonylavado) **Base:** `release-10.11.z` ← **Head:** `openapi-cache-z` --- ### 📝 Commits (1) - [`8aff422`](https://github.com/jellyfin/jellyfin/commit/8aff4227d9389d481b5f9c239ef39d11ab256e08) Implement caching for OpenAPI document ### 📊 Changes **2 files changed** (+93 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `Jellyfin.Server/Extensions/ApiServiceCollectionExtensions.cs` (+4 -1) ➕ `Jellyfin.Server/Filters/CachingOpenApiProvider.cs` (+89 -0) </details> ### 📄 Description This bothered me for years but never dealt with it. Credit to @windsurfer for the push --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-07 07:29:00 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#14382