From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by lists.proxmox.com (Postfix) with ESMTPS id 1E9E261EEA for ; Fri, 18 Dec 2020 12:38:22 +0100 (CET) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 166772FBE1 for ; Fri, 18 Dec 2020 12:37:52 +0100 (CET) Received: from proxmox-new.maurer-it.com (proxmox-new.maurer-it.com [212.186.127.180]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by firstgate.proxmox.com (Proxmox) with ESMTPS id 17E6C2F82B for ; Fri, 18 Dec 2020 12:37:33 +0100 (CET) Received: from proxmox-new.maurer-it.com (localhost.localdomain [127.0.0.1]) by proxmox-new.maurer-it.com (Proxmox) with ESMTP id B749F45383 for ; Fri, 18 Dec 2020 12:26:27 +0100 (CET) From: Wolfgang Bumiller To: pbs-devel@lists.proxmox.com Date: Fri, 18 Dec 2020 12:26:04 +0100 Message-Id: <20201218112608.6845-17-w.bumiller@proxmox.com> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20201218112608.6845-1-w.bumiller@proxmox.com> References: <20201218112608.6845-1-w.bumiller@proxmox.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-SPAM-LEVEL: Spam detection results: 0 AWL -1.117 Adjusted score from AWL reputation of From: address KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment SPF_PASS -0.001 SPF: sender matches SPF record T_SPF_HELO_TEMPERROR 0.01 SPF: test of HELO record failed (temperror) Subject: [pbs-devel] [PATCH proxmox 16/18] proxmox: temporary d/changelog update X-BeenThere: pbs-devel@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox Backup Server development discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Dec 2020 11:38:22 -0000 Signed-off-by: Wolfgang Bumiller --- proxmox/debian/changelog | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/proxmox/debian/changelog b/proxmox/debian/changelog index 5e8c449..050619d 100644 --- a/proxmox/debian/changelog +++ b/proxmox/debian/changelog @@ -1,3 +1,13 @@ +rust-proxmox (0.9.0-1) UNRELEASED; urgency=medium + + * `ApiMethod.returns` is now a `router::ReturnType` rather than a direct + `&Schema` reference and can be marked as `optional`. + + * Added an `AllOfSchema` (`Schema::AllOf`) where multiple object schemas can + be combined like with JSONSchema/openapi's `allOf` property. + + -- Proxmox Support Team Fri, 11 Dec 2020 14:55:29 +0100 + rust-proxmox (0.8.1-1) unstable; urgency=medium * trait ReadExt: add read_exact_or_eof and skip_to_end -- 2.20.1