forked from Proxmox/proxmox
77672b1253
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
53 lines
1.5 KiB
Plaintext
53 lines
1.5 KiB
Plaintext
rust-proxmox-client (0.3.1-1) bookworm; urgency=medium
|
|
|
|
* rebuild with proxmox-schema 3
|
|
|
|
* fix post_without_body actually using POST instead of PUT
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Fri, 02 Feb 2024 14:05:22 +0100
|
|
|
|
rust-proxmox-client (0.3.0-1) bookworm; urgency=medium
|
|
|
|
* add `post_without_body()` to HttpApiClient
|
|
|
|
* improve error handling in RawApiResponse handling
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Mon, 16 Oct 2023 13:26:43 +0200
|
|
|
|
rust-proxmox-client (0.2.3-1) bookworm; urgency=medium
|
|
|
|
* fix hyper client not setting content type header
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Fri, 25 Aug 2023 08:57:51 +0200
|
|
|
|
rust-proxmox-client (0.2.2-1) bookworm; urgency=medium
|
|
|
|
* fix parsing content types with charsets
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Fri, 25 Aug 2023 08:36:55 +0200
|
|
|
|
rust-proxmox-client (0.2.1-1) bookworm; urgency=medium
|
|
|
|
* expose `AuthenticationKind`
|
|
|
|
* add `set_authentication` method
|
|
|
|
* deprecate `use_api_token` method (superseeded by `set_authentication`)
|
|
|
|
* add convenience helper to get a serialized ticket
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Wed, 16 Aug 2023 14:31:59 +0200
|
|
|
|
rust-proxmox-client (0.2.0-1) bookworm; urgency=medium
|
|
|
|
* drop nested client structs in favor of a HttpApiClient trait based method
|
|
for better wasm support
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Wed, 09 Aug 2023 13:22:06 +0200
|
|
|
|
rust-proxmox-client (0.1.0-1) bookworm; urgency=medium
|
|
|
|
* initial release
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Tue, 01 Aug 2023 15:46:54 +0200
|