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
Provider lifecycle event ownership (race-condition fix): add opt-in marker so providers emit their own PROVIDER_READY/PROVIDER_ERROR; SDK derives status from the provider event stream and keeps + deprecates the legacy synthetic path; update first-party providers (spec 5.3.5, provider status 2.8, Appendix E)
Tracks spec v0.9.0 compliance.
Supply the bound domain to provider initialization #615 Domain in provider init
Support isolated API instances #584 Isolated API instances
[FEATURE] Implement multi-provider #511 Multi-provider (optional)
Bump test-harness/spec submodule to v0.9.0
Provider lifecycle event ownership (race-condition fix): add opt-in marker so providers emit their own
PROVIDER_READY/PROVIDER_ERROR; SDK derives status from the provider event stream and keeps + deprecates the legacy synthetic path; update first-party providers (spec 5.3.5, provider status 2.8, Appendix E)