From 275f5fc287f4d2808130127ffad9b607ed6b3267 Mon Sep 17 00:00:00 2001 From: odidev Date: Thu, 6 Nov 2025 04:59:12 +0000 Subject: [PATCH] Add MSQuic and Playwright Signed-off-by: odidev --- content/opensource_packages/msquic.md | 31 +++++++++++++++++++++++ content/opensource_packages/playwright.md | 31 +++++++++++++++++++++++ 2 files changed, 62 insertions(+) create mode 100644 content/opensource_packages/msquic.md create mode 100644 content/opensource_packages/playwright.md diff --git a/content/opensource_packages/msquic.md b/content/opensource_packages/msquic.md new file mode 100644 index 00000000..e3ad86d1 --- /dev/null +++ b/content/opensource_packages/msquic.md @@ -0,0 +1,31 @@ +--- +name: Microsoft MsQuic +category: Networking +description: MsQuic is a cross-platform, open-source implementation of the IETF QUIC protocol by Microsoft, designed in C for secure, high-performance network communication with features like TLS 1.3 encryption, multiplexed streams, and connection migration. +download_url: https://github.com/microsoft/msquic/releases +works_on_arm: true +supported_minimum_version: + version_number: 2.1.1 + release_date: 2022/09/07 + + +optional_info: + homepage_url: https://github.com/microsoft/msquic + support_caveats: + alternative_options: + getting_started_resources: + official_docs: https://github.com/microsoft/msquic/blob/main/docs/BUILD.md + arm_content: + partner_content: + arm_recommended_minimum_version: + version_number: + release_date: + reference_content: + rationale: + +optional_hidden_info: + release_notes__supported_minimum: https://github.com/microsoft/msquic/releases/tag/v2.1.1 + release_notes__recommended_minimum: + other_info: + +--- diff --git a/content/opensource_packages/playwright.md b/content/opensource_packages/playwright.md new file mode 100644 index 00000000..3412040a --- /dev/null +++ b/content/opensource_packages/playwright.md @@ -0,0 +1,31 @@ +--- +name: Microsoft Playwright +category: DevOps +description: Playwright is an open-source framework by Microsoft for cross-browser web testing and automation, enabling fast, reliable testing across Chromium, Firefox, and WebKit with a unified API. +download_url: https://github.com/microsoft/playwright/releases +works_on_arm: true +supported_minimum_version: + version_number: 1.17.0 + release_date: 2021/11/30 + + +optional_info: + homepage_url: https://playwright.dev/ + support_caveats: + alternative_options: + getting_started_resources: + official_docs: https://playwright.dev/docs/intro + arm_content: + partner_content: + arm_recommended_minimum_version: + version_number: + release_date: + reference_content: + rationale: + +optional_hidden_info: + release_notes__supported_minimum: https://playwright.dev/docs/release-notes#ubuntu-arm64-support--more + release_notes__recommended_minimum: + other_info: + +---