Current Series Release Notes¶
1.8.0¶
Upgrade Notes¶
Python 2.7 support has been dropped. The minimum version of Python now supported by os-service-types is Python 3.6.
Python 3.9 support has been dropped. The minimum version of Python now supported by os-service-types is Python 3.10.
1.3.0¶
New Features¶
Added
permissiveflag toget_service_typedefaulting toFalseto allow returning the given type instead ofNoneif the given type is unknown.
Added
container-infraalias forcontainer-infrastructure-management.
Added
function-engineservice type forqinlingproject.
1.2.0¶
New Features¶
Factory function
os_service_types.get_service_typesadded. Returns a singleton instance of ServiceTypes. ServiceTypes is a very low cost object in the first place, but it does read a data file from disk and then the data is pretty static.
1.0.0¶
New Features¶
Added ServiceTypes class, which is the primary entry point for Python developers who need access to the OpenStack Service Types Authority data.