-
Notifications
You must be signed in to change notification settings - Fork 232
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
Remove the "beta" designation from Provider -> events #528
Comments
I agree it could be removed. |
In working on the JSON Schema updates for Reconciliation, I realized that the events schema omits many of the necessary @schnuerle and I briefly discussed and concluded that we will fix this for 1.0.0 as events comes out of beta. We won't offer a patch release 0.4.2 to fix it in the previous line as the beta designation gives some flexibility for "gaps" in the design. If you are needing a valid events schema for 0.4.x, please respond here and we can discuss. |
Completed, merged to dev. |
Do we know that this feature is in use in the real world at this point? |
We use it at BlueSystems for several cities, it works fine. |
Is your feature request related to a problem? Please describe.
Remove the beta designation from Provider, events.
Describe the solution you'd like
I think it's time to remove the beta designation, but would like to discuss it first.
Is this a breaking change
A breaking change would require consumers or implementors of the API to modify their code for it to continue to function (ex: renaming of a required field or the change in data type of an existing field). A non-breaking change would allow existing code to continue to function (ex: addition of an optional field or the creation of a new optional endpoint).
Impacted Spec
For which spec is this feature being requested?
provider
Describe alternatives you've considered
Leave as beta for another release.
The text was updated successfully, but these errors were encountered: