- GitHub actions for tests (
quality-assurance.yaml) and publishing to pypi (pypi-publish.yaml).
- named variable
prefixon constructor renamed tovar_prefix.
- CircleCI action config.
CHANGELOGadded.on_dedicatedmethod that determines if the current environment is a Platform.sh Dedicated environment. Replaces deprecatedon_enterprisemethod.
- Deprecates
on_enterprisemethod - which is for now made to wrap around the addedon_dedicatedmethod.on_enterprisewill be removed in a future release, so update your projects to useon_dedicatedinstead as soon as possible.
get_primary_routemethod for accessing routes marked "primary" inroutes.yaml.get_upstream_routesmethod returns an object map that includes only those routes that point to a valid upstream.
- Removes guard on
variables()method.
- Refactors dynamic property access to be more permissive.
- More permissive check for relationships.
postgresql_dsncredential formatter; returns a DSN appropriate for PostgreSQL connection.
- Fixes build issues in
has_relationship()androutes()methods.
has_relationshipmethod to determine if a relationship is defined, and thus has credentials available.
- Fixes
routesmethod.
- CircleCI configuration