Skip to content

v0.5.0

Latest

Choose a tag to compare

@jorgemo-fever jorgemo-fever released this 31 May 15:37
· 26 commits to master since this release
261d703

New container class method inside Container for the tags api:

get_services_identifiers_by_tag_name(self, tag_identifier: str, tag_value: Optional[object] = Tag.UNSET_VALUE) -> Set[str]:

Returns all the services identifiers associated with the specified tag.