chore: section clarity, harden API, providers#149
Conversation
Signed-off-by: Todd Baert <toddbaert@gmail.com>
beeme1mr
left a comment
There was a problem hiding this comment.
Changing the spec version numbers may require numerous changes to tests in various SDKs. That doesn't necessary mean we can make the change but we should be aware of the impact.
Signed-off-by: Todd Baert <toddbaert@gmail.com>
100%. I know this changes some tests, but this change should actually reduce such thrashing in the future and makes things more consistent. Provider was the only section where the requirements didn't have 3 decimal places. |
|
An alternative to marking all of |
|
@justinabrahms do you have any objections to this? (I volunteer to absorb the test-renumbering in the java-sdk) |
Marking Evaluation API and Providers
hardeningand a few non-functional changes here that improve structure.specifically:
An alternative to marking all of
providerandevaluation APIas hardening would be just marking all existing sections therein as hardening, which might be better since we'd have to do that anyway if we added a new experimental section.see: #146 for more on release goals.