File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,6 +19,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1919
2020### Security
2121
22+ ## [ 20260409.04] - 2026-04-09
23+ ### Added
24+ - [ providers] Add Alibaba Cloud Coding Plan provider
25+
26+
27+ ### Fixed
28+ - [ ci] Avoid dynamic provider secrets
29+
2230## [ 20260409.03] - 2026-04-09
2331### Removed
2432- Remove redundant http client fallback check
Original file line number Diff line number Diff line change @@ -76,6 +76,18 @@ <h2 class="font-mono text-lg font-bold text-gray-900 dark:text-white m-0"><a hre
7676<span class="inline-block mt-3 mb-1 px-2 py-0.5 rounded text-[0.7rem] font-bold uppercase tracking-wider bg-red-100 text-red-700 dark:bg-red-900/40 dark:text-red-400">Removed</span>
7777<span class="inline-block mt-3 mb-1 px-2 py-0.5 rounded text-[0.7rem] font-bold uppercase tracking-wider bg-blue-100 text-blue-700 dark:bg-blue-900/40 dark:text-blue-400">Fixed</span>
7878<span class="inline-block mt-3 mb-1 px-2 py-0.5 rounded text-[0.7rem] font-bold uppercase tracking-wider bg-violet-100 text-violet-700 dark:bg-violet-900/40 dark:text-violet-400">Security</span>
79+ <div class="mt-8 first:mt-0 border-t border-gray-200 dark:border-gray-800" id="20260409.04"></div>
80+ <div class="sticky top-14 z-10 bg-white/95 dark:bg-gray-950/95 backdrop-blur-sm py-2 -mx-4 px-4 sm:-mx-6 sm:px-6">
81+ <h2 class="font-mono text-lg font-bold text-gray-900 dark:text-white m-0"><a href="#20260409.04" class="no-underline hover:text-orange-600 dark:hover:text-orange-400">20260409.04 - 2026-04-09</a></h2>
82+ </div>
83+ <span class="inline-block mt-3 mb-1 px-2 py-0.5 rounded text-[0.7rem] font-bold uppercase tracking-wider bg-green-100 text-green-700 dark:bg-green-900/40 dark:text-green-400">Added</span>
84+ <ul class="list-none m-0 pl-0 space-y-0.5">
85+ <li class="font-mono text-[0.8rem] leading-snug text-gray-600 dark:text-gray-300 flex"><span class="inline-block w-[7rem] shrink-0 text-right pr-2 text-gray-400 dark:text-gray-500 select-none">[providers]</span><span>Add Alibaba Cloud Coding Plan provider</span></li>
86+ </ul>
87+ <span class="inline-block mt-3 mb-1 px-2 py-0.5 rounded text-[0.7rem] font-bold uppercase tracking-wider bg-blue-100 text-blue-700 dark:bg-blue-900/40 dark:text-blue-400">Fixed</span>
88+ <ul class="list-none m-0 pl-0 space-y-0.5">
89+ <li class="font-mono text-[0.8rem] leading-snug text-gray-600 dark:text-gray-300 flex"><span class="inline-block w-[7rem] shrink-0 text-right pr-2 text-gray-400 dark:text-gray-500 select-none">[ci]</span><span>Avoid dynamic provider secrets</span></li>
90+ </ul>
7991<div class="mt-8 first:mt-0 border-t border-gray-200 dark:border-gray-800" id="20260409.03"></div>
8092<div class="sticky top-14 z-10 bg-white/95 dark:bg-gray-950/95 backdrop-blur-sm py-2 -mx-4 px-4 sm:-mx-6 sm:px-6">
8193<h2 class="font-mono text-lg font-bold text-gray-900 dark:text-white m-0"><a href="#20260409.03" class="no-underline hover:text-orange-600 dark:hover:text-orange-400">20260409.03 - 2026-04-09</a></h2>
You can’t perform that action at this time.
0 commit comments