proxmox/proxmox-notify/debian/changelog
Wolfgang Bumiller 94b9f8db60 notify: bump to 0.5.2-1
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2025-01-15 12:25:31 +01:00

124 lines
3.6 KiB
Plaintext

rust-proxmox-notify (0.5.2-1) bookworm; urgency=medium
* switch from `log` to `tracing`
* update to proxmox-schema 4 and use builder pattern for `ObjectSchema`
* switch sendmail endpoint to use `proxmox-sendmail` crate
* use forward implementation from `proxmox-sendmail` crate
* fix indentation in webhook documentation
-- Proxmox Support Team <support@proxmox.com> Wed, 15 Jan 2025 12:10:06 +0100
rust-proxmox-notify (0.5.1-1) bookworm; urgency=medium
* sendmail: various cleanups and refactoring
* sendmail: always send multi-part message to improve rendering in certain
mail clients.
* remove irritating 'html template not found' log message for now.
* gotify, webhooks: timeout requests after 10 seconds to avoid blocking any
API thread/worker-process for too long.
-- Proxmox Support Team <support@proxmox.com> Tue, 26 Nov 2024 14:19:09 +0100
rust-proxmox-notify (0.5.0-1) bookworm; urgency=medium
* implement webhook targets and api to manage them
-- Proxmox Support Team <support@proxmox.com> Sun, 10 Nov 2024 18:57:36 +0100
rust-proxmox-notify (0.4.2-1) bookworm; urgency=medium
* upgrade to proxmox-sys 6.0
* sendmail() and forward() from proxmox-sys have been moved here
* clippy fixes
-- Proxmox Support Team <support@proxmox.com> Thu, 11 Jul 2024 15:18:29 +0200
rust-proxmox-notify (0.4.1-1) bookworm; urgency=medium
* upgrade proxmox-time to 2.0
* documentation fixups
-- Proxmox Support Team <support@proxmox.com> Thu, 20 Jun 2024 14:01:48 +0200
rust-proxmox-notify (0.4.0-1) bookworm; urgency=medium
* switch to file-based templating system
* give each notification a unique ID
* pbs context: include nodename in default sendmail author
* pbs-context: exclude successful prunes in default matcher
* endpoints: matcher: improve descriptions for API types
* add getter for notification timestamp
-- Proxmox Support Team <support@proxmox.com> Tue, 23 Apr 2024 23:09:17 +0200
rust-proxmox-notify (0.3.3-1) bookworm; urgency=medium
* update to new proxmox-schema using const_format to define static strings
-- Proxmox Support Team <support@proxmox.com> Tue, 19 Mar 2024 11:10:22 +0100
rust-proxmox-notify (0.3.2-1) bookworm; urgency=medium
* rebuild with proxmox-schema 3
-- Proxmox Support Team <support@proxmox.com> Fri, 02 Feb 2024 14:19:43 +0100
rust-proxmox-notify (0.3.1-1) bookworm; urgency=medium
* include 'hostname' and 'type' metadata fields for forwarded mails
* smtp: forward original message instead of nesting
* smtp: add 'Auto-Submitted' header to email body
* api: allow resetting built-in targets if used by a matcher
* add separate context for unit tests
-- Proxmox Support Team <support@proxmox.com> Wed, 10 Jan 2024 14:04:26 +0100
rust-proxmox-notify (0.3.0-1) bookworm; urgency=medium
* notify: introduce Error::Generic
* notify: replace filters and groups with matcher-based system
* notify: add calendar matcher
* notify: add 'smtp' endpoint
* notify: add 'disable' parameter for matchers and targets
* notify: add built-in config and 'origin' parameter
-- Proxmox Support Team <support@proxmox.com> Fri, 17 Nov 2023 08:38:54 +0100
rust-proxmox-notify (0.2.0-1) bookworm; urgency=medium
* fix build warnings and tests when the default features are disabled
* replace `ApiError` with `HttpError` from proxmox-htt-perror
-- Proxmox Support Team <support@proxmox.com> Fri, 28 Jul 2023 11:47:51 +0200
rust-proxmox-notify (0.1.0-1) bookworm; urgency=medium
* Initial release.
-- Proxmox Support Team <support@proxmox.com> Mon, 24 Jul 2023 11:04:42 +0200