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
Providers no longer maintain their own state: the state for each provider is maintained in the SDK automatically, and updated according to the success/failures of lifecycle methods (init/shutdown) or events emitted from providers spontaneously.
The content you are editing has changed. Please copy your edits and refresh the page.
Hey @ChihweiLHBird, I believe everything is now in place and this issue can be closed. I'll try and validate that this week and let you know if I notice anything missing still. Thanks!
I've checked the SDK and it seems to be compliant. Most of the work was done in this PR. However, there aren't tests that contain the requirement version from the spec. That would be a nice follow up task if @ChihweiLHBird is interested. Basically, the functionality is there but it's difficult to verify when searching the repo for something like 1.7.1.
Here's an example from the JS SDK that has the spec requirement version in the test description.
Stateless providers
Providers no longer maintain their own state: the state for each provider is maintained in the SDK automatically, and updated according to the success/failures of lifecycle methods (init/shutdown) or events emitted from providers spontaneously.
Tasks
The text was updated successfully, but these errors were encountered: