From 630fd801d294ef9ee1eb4aedad107634cb550d1b Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Fri, 18 Dec 2020 12:26:06 +0100 Subject: [PATCH] proxmox changelog update Signed-off-by: Wolfgang Bumiller --- proxmox/debian/changelog | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/proxmox/debian/changelog b/proxmox/debian/changelog index 050619de..3505bfc9 100644 --- a/proxmox/debian/changelog +++ b/proxmox/debian/changelog @@ -6,6 +6,14 @@ rust-proxmox (0.9.0-1) UNRELEASED; urgency=medium * Added an `AllOfSchema` (`Schema::AllOf`) where multiple object schemas can 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 Fri, 11 Dec 2020 14:55:29 +0100 rust-proxmox (0.8.1-1) unstable; urgency=medium