mirror of
https://git.proxmox.com/git/proxmox
synced 2025-05-18 07:05:48 +00:00
proxmox changelog update
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
a9318a43aa
commit
630fd801d2
@ -6,6 +6,14 @@ rust-proxmox (0.9.0-1) UNRELEASED; urgency=medium
|
|||||||
* Added an `AllOfSchema` (`Schema::AllOf`) where multiple object schemas can
|
* Added an `AllOfSchema` (`Schema::AllOf`) where multiple object schemas can
|
||||||
be combined like with JSONSchema/openapi's `allOf` property.
|
be combined like with JSONSchema/openapi's `allOf` property.
|
||||||
|
|
||||||
|
* `ApiMethod.parameters` is now a `ParameterSchema` instead of simply an
|
||||||
|
`ObjectSchema`.
|
||||||
|
|
||||||
|
* There's now an `ObjectSchemaType` trait implemented by `ObjectSchema`,
|
||||||
|
`AllOfSchema` as well as `ParameterSchema` for simplicity. Some of the
|
||||||
|
verifiers/parsers now use the trait to cope with both types with minimal
|
||||||
|
changes.
|
||||||
|
|
||||||
-- Proxmox Support Team <support@proxmox.com> Fri, 11 Dec 2020 14:55:29 +0100
|
-- Proxmox Support Team <support@proxmox.com> Fri, 11 Dec 2020 14:55:29 +0100
|
||||||
|
|
||||||
rust-proxmox (0.8.1-1) unstable; urgency=medium
|
rust-proxmox (0.8.1-1) unstable; urgency=medium
|
||||||
|
Loading…
Reference in New Issue
Block a user