Chargetrip regularly introduces new capabilities to help customers build better EV experiences. To ensure stability and gather feedback, all significant new features are introduced through the BETA program before becoming fully supported.
Guideline
If BETA features are used in an application, it is recommended communicating this to end customers through appropriate UI indicators or messaging. This helps set proper expectations about potential changes or limitations while the feature is being validated.
All BETA features are introduced as backward-compatible changes.
Clearly tagged in API schema and developer documentation
All BETA features are tagged with [BETA] in the GraphQL schema description.
Available to all
BETA features are accessible in the production API for every customer to test and explore.
Subject to change without deprecation process
The schema and underlying functionality of a BETA feature may change at any time without a formal deprecation notice.
Potentially unstable
BETA features haven't yet proven their reliability in production environments and may contain bugs or exhibit unexpected behavior. It's not recommended to use them for production-critical code.