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
Multi-region endpoint support (All SDKs): Auto-generate endpoint from region_id using pattern-based matching; hardcoded pre-release regions; soft-whitelist for production.
Session VPC information (All SDKs): Exposed VPC_IP and VPC_ID fields on Session.
Context bind download wait (All SDKs): bind() now waits for data download completion before returning.
Config constructor (All SDKs): Accept unknown region_id values with a warning instead of throwing an exception.
Deprecated
AGENTBAY_ENDPOINT: Soft-deprecated since v0.22.0. Prefer AGENTBAY_REGION_ID. When AGENTBAY_REGION_ID is set, AGENTBAY_ENDPOINT is ignored. When only AGENTBAY_ENDPOINT is set, its value is used as-is as a fallback for backward compatibility.