github-api icon indicating copy to clipboard operation
github-api copied to clipboard

Undeprecate promoted preview API calls

Open gadams00 opened this issue 4 years ago • 2 comments

https://developer.github.com/changes/2020-08-20-graduate-machine-man-and-sailor-v-previews/ https://github.com/hub4j/github-api/blob/main/src/main/java/org/kohsuke/github/internal/Previews.java#L90 Previews.MACHINE_MAN deprecations (and preview annotations) should no longer be necessary.

gadams00 avatar May 19 '21 19:05 gadams00

@gadams00 We should definitely remove @Deprecated. We plan to do that everywhere, see #1003 . However, we don't want to remove the Preview yet, because we still need to support older versions of GitHub Enterprise where the endpoint is still in preview.

bitwiseman avatar Jun 09 '21 21:06 bitwiseman

See https://github.blog/changelog/2021-10-14-rest-api-preview-promotions/

All but two previews have graduated.

bitwiseman avatar Nov 30 '23 18:11 bitwiseman