You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,12 @@ All notable changes to the "Dev Feed Curator" extension will be documented in th
4
4
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
6
6
7
+
## [3.11.0] - 2026-06-08
8
+
9
+
### Fixed
10
+
11
+
- Replaced the removed Azure Functions `v1/posts` API (`https://alvinashcraft.com/v1/posts?limit=20`) with the new static Blazor Static Web App feed endpoint (`https://alvinashcraft.com/feeds/index-recent.json`) in both the latest Dew Drop date fallback (`rssProvider.ts`) and the latest Dew Drop number fallback (`exportManager.ts`). Updated response parsing from `data.items[]` to `data.posts[]` to match the new JSON shape
0 commit comments