Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

False-positive breaking change on alpha/draft stability level endpoints when path is deleted #622

Closed
reuvenharrison opened this issue Oct 13, 2024 · 0 comments · Fixed by #623
Labels
bug Something isn't working

Comments

@reuvenharrison
Copy link
Collaborator

This cmd below should not trigger an error on GET /api/test because it has x-stability-level: alpha

❯ oasdiff changelog data/deprecation/base-alpha-stability.yaml data/deprecation/sunset-path.yaml
3 changes: 2 error, 0 warning, 1 info
error	[api-path-removed-without-deprecation] at data/deprecation/base-alpha-stability.yaml
	in API GET /api/test
		api path removed without deprecation

error	[api-path-removed-without-deprecation] at data/deprecation/base-alpha-stability.yaml
	in API POST /api/test
		api path removed without deprecation

info	[endpoint-added] at data/deprecation/sunset-path.yaml
	in API GET /api/placeholder
		endpoint added
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant