Current Series Release Notes¶
1.7.0-23¶
Upgrade Notes¶
Python 2.7 support has been dropped. The minimum version of Python now supported by os-service-types is Python 3.6.
1.3.0¶
New Features¶
Added
permissive
flag toget_service_type
defaulting toFalse
to allow returning the given type instead ofNone
if the given type is unknown.
Added
container-infra
alias forcontainer-infrastructure-management
.
Added
function-engine
service type forqinling
project.
1.2.0¶
New Features¶
Factory function
os_service_types.get_service_types
added. 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.