Zed Series Release Notes¶
8.0.0¶
Upgrade Notes¶
Python 3.6 & 3.7 support has been dropped. The minimum version of Python now supported is Python 3.8.
Bug Fixes¶
Since microversion 1.34, it has been possible to provide a
mappings
field when creating new allocations via thePOST /allocations
orPUT /allocations/{allocation_id}
APIs. This field should be a a dictionary associating request group suffixes with a list of UUIDs identifying the resource providers that satisfied each group. Due to a typo, this was allowing an empty object ({}
). This is now corrected.