- GitHub actions for tests (
quality-assurance.yaml
) and publishing to pypi (pypi-publish.yaml
).
- named variable
prefix
on constructor renamed tovar_prefix
.
- CircleCI action config.
CHANGELOG
added.on_dedicated
method that determines if the current environment is a Platform.sh Dedicated environment. Replaces deprecatedon_enterprise
method.
- Deprecates
on_enterprise
method - which is for now made to wrap around the addedon_dedicated
method.on_enterprise
will be removed in a future release, so update your projects to useon_dedicated
instead as soon as possible.
get_primary_route
method for accessing routes marked "primary" inroutes.yaml
.get_upstream_routes
method 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_dsn
credential formatter; returns a DSN appropriate for PostgreSQL connection.
- Fixes build issues in
has_relationship()
androutes()
methods.
has_relationship
method to determine if a relationship is defined, and thus has credentials available.
- Fixes
routes
method.
- CircleCI configuration