Breaking Changes
-
The clients are now named
ReflexBuildandAsyncReflexBuild, and the base exceptionReflexBuildError, matching the Reflex Build product they talk to. Rename the imports to upgrade:from reflex_build_sdk import AsyncReflexBuild, ReflexBuild, ReflexBuildError
The
REFLEX_CLOUD_BACKEND_URLandREFLEX_CLOUD_URLenvironment variables keep working. (#7201)
Features
- The client reads its URLs from
REFLEX_BUILD_BACKEND_URLandREFLEX_BUILD_URL, falling back toREFLEX_CLOUD_BACKEND_URLandREFLEX_CLOUD_URL, whichreflex-hosting-clireads. Set both names when the SDK andreflex deployshould reach the same backend, since the CLI does not read theREFLEX_BUILD_*names. (#7201)