-
-
Notifications
You must be signed in to change notification settings - Fork 54
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
We probably need stableSchemas
in npm package
#459
Comments
I am on it |
This issue has been automatically marked as stale because it has not had recent activity 😴 It will be closed in 120 days if no further activity occurs. To unstale this issue, add a comment with a detailed explanation. There can be many reasons why some specific issue has no activity. The most probable cause is lack of time, not lack of interest. AsyncAPI Initiative is a Linux Foundation project not owned by a single for-profit company. It is a community-driven initiative ruled under open governance model. Let us figure out together how to push this issue forward. Connect with us through one of many communication channels we established here. Thank you for your patience ❤️ |
Any update on this @aayushRedHat ? |
@smoya Sorry i missed this one, pinged with another email |
By any chance, did you start working on this? Still willing to? |
I didn't start on this, I am working on another issue, We can assign to someone else. Sorry |
hey @smoya can you give me an idea how to approach this issue |
The idea is to add a new key to the exported map named |
This issue has been automatically marked as stale because it has not had recent activity 😴 It will be closed in 120 days if no further activity occurs. To unstale this issue, add a comment with a detailed explanation. There can be many reasons why some specific issue has no activity. The most probable cause is lack of time, not lack of interest. AsyncAPI Initiative is a Linux Foundation project not owned by a single for-profit company. It is a community-driven initiative ruled under open governance model. Let us figure out together how to push this issue forward. Connect with us through one of many communication channels we established here. Thank you for your patience ❤️ |
most of the context is in: #421 (comment)
now we have
with new release strategy that comes with v6 of this repo, new releases of spec like for example
3.1.0
will look like below - even if not yet officially released and in pre release stateThis means that developers will need to accept all they get with
schemas
and accept possible breaking changes in unstable schemas, or takeschemas
in a way that they "manually" decide that only schemas prior some specific release are used by themso people do not have to decide on ☝🏼 how to figure out which schemas are stable or not, we can introduce new object
stableSchemas
where taking above example,3.1.0
would not be included until the official release of AsyncAPI 3.1The text was updated successfully, but these errors were encountered: