Limit api-4-* features to minor versions#1505
Merged
Conversation
015aae5 to
ad4f986
Compare
|
API docs are being generated and will be shortly available at: https://godot-rust.github.io/docs/gdext/pr-1505 |
TitanNano
approved these changes
Feb 17, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
We didn't provide Cargo features
api-4-4-1andapi-4-5-1. Godot 4.4.1 was released 1 year ago already, but no one has asked for them.This PR limits
api-4-*features to minor versions, abandoning the patch. While there are occasionally API additions in patches, they're rather rare, and not supporting patch versions would allow us to ship a smallergdextension-apicrate in the future.If there is demand for patch versions supported by good use cases, we can also add them again. For now I won't change the infra behind yet, so there's some time to see how things go.