You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This ticket tracks the (eventual) removal of "v2" code from the codebase. We may act on this once we're confident that no more 2.x builds would be needed (e.g. for a security patch) from the master branch. Consider making a "2.x" branch beforehand as a best practice.
This PR implements the next stage of removing the `__inputs` from state.
In this stage, the provider has "v2" and "v3" behavior. In "v2" mode,
the behavior is unchanged. In "v3" mode, `Configure` asserts that the
engine is passing the old inputs, and doesn't write `__inputs` to state.
The fallback code that reads the `__inputs` from state is effectively
inoperative in the "v3" mode.
Added a line item to this ticket for the final phase which is to remove
the "v2" code:
#3754Closes#2686
This ticket tracks the (eventual) removal of "v2" code from the codebase. We may act on this once we're confident that no more 2.x builds would be needed (e.g. for a security patch) from the
master
branch. Consider making a "2.x" branch beforehand as a best practice.Specifics:
__inputs
: Remove__inputs
in state #2686The text was updated successfully, but these errors were encountered: