proxmox/proxmox-section-config/debian/changelog
Wolfgang Bumiller 2c1d5fd741 daemon: bump to 0.1.1-1
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2024-08-14 11:42:00 +02:00

71 lines
2.1 KiB
Plaintext

rust-proxmox-section-config (2.1.1-1) bookworm; urgency=medium
* make typed data usable with `.with_type_key()`
-- Proxmox Support Team <support@proxmox.com> Tue, 13 Aug 2024 14:10:59 +0200
rust-proxmox-section-config (2.1.0-1) bookworm; urgency=medium
* add an experimental `typed` submodule for typed enums for section configs
* support a 'type_key' globally or by plugin to automatically include the
type string within the data for easier de/serialization of structs
containing the type inside (like internally tagged enums)
* use `contains_key` instead of `.get().is_some/none()`
* documentation and typo fixes
-- Proxmox Support Team <support@proxmox.com> Tue, 06 Aug 2024 14:15:18 +0200
rust-proxmox-section-config (2.0.2-1) bookworm; urgency=medium
* pass filesystem paths as AsRef<Path>
-- Proxmox Support Team <support@proxmox.com> Fri, 17 May 2024 11:00:27 +0200
rust-proxmox-section-config (2.0.1-1) bookworm; urgency=medium
* rebuild with proxmox-schema 3
-- Proxmox Support Team <support@proxmox.com> Fri, 02 Feb 2024 14:03:02 +0100
rust-proxmox-section-config (2.0.0-1) bookworm; urgency=medium
* various clippy fixes
* use workspace variables in Cargo.toml
* update two Debian 12 bookworm version
* add test for array schema
* fix handling of array schema in unknown sections
* make ReST dump reproducible
* derive Clone for SectionConfigData
-- Proxmox Support Team <support@proxmox.com> Mon, 24 Jul 2023 10:58:43 +0200
rust-proxmox-section-config (1.0.2-1) stable; urgency=medium
* support allowing unknown section types for future-proof parsing when only
interested in a limited subset of section types
-- Proxmox Support Team <support@proxmox.com> Mon, 28 Nov 2022 09:28:17 +0100
rust-proxmox-section-config (1.0.1-1) stable; urgency=medium
* expose 'order' in SectionConfig
* support 'additionalProperties' in sections
-- Proxmox Support Team <support@proxmox.com> Mon, 24 Oct 2022 14:05:58 +0200
rust-proxmox-section-config (1.0.0-1) stable; urgency=medium
* initial split out of `librust-proxmox-dev`
-- Proxmox Support Team <support@proxmox.com> Wed, 06 Oct 2021 11:04:36 +0200