tenseleyflow/shithub / acabba1

Browse files

changelog: note S50 §19 stargazers + starred lists

Authored by mfwolffe <wolffemf@dukes.jmu.edu>
SHA
acabba18c67172106a9653281fbfb6423b2f0700
Parents
2b1682f
Tree
5546314

1 changed file

StatusFile+-
M CHANGELOG.md 11 0
CHANGELOG.mdmodified
@@ -256,6 +256,17 @@ between minor releases.
256256
   remain on the actions-lifecycle routes; this surface is
257257
   read-only.
258258
 - **Capability:** `actions-runs` added to `/api/v1/meta`.
259
+- **REST: stargazers + starred lists (S50 §19).**
260
+  `GET /api/v1/repos/{owner}/{repo}/stargazers` paginates the users
261
+  who starred a repo (scope: `repo:read`); private-repo lists are
262
+  gated by `ActionRepoRead`. `GET /api/v1/users/{username}/starred`
263
+  paginates the repos a user has starred (scope: `user:read`);
264
+  cross-user views post-filter private repos the caller can't see.
265
+  Both endpoints emit standard `Link:` pagination headers and
266
+  recency-sort by `starred_at DESC`. The S26 caller-self star
267
+  routes (`/api/v1/user/starred` and `/api/v1/user/starred/{o}/{r}`)
268
+  are unchanged.
269
+- **Capability:** `stargazers` added to `/api/v1/meta`.
259270
 
260271
 ### Added (internal)
261272