]> git.proxmox.com Git - proxmox.git/commitdiff
bump rest-server to 0.5.1-1
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 28 Nov 2023 10:32:25 +0000 (11:32 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 28 Nov 2023 10:34:54 +0000 (11:34 +0100)
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
proxmox-rest-server/Cargo.toml
proxmox-rest-server/debian/changelog
proxmox-rest-server/debian/control

index 7a42281e33e380ce5a4d92d586d27ac3e9ed54b4..b41d0ca003b86373b7b7233374375e55f80c97ae 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "proxmox-rest-server"
-version = "0.5.0"
+version = "0.5.1"
 authors.workspace = true
 edition.workspace = true
 license.workspace = true
index 3cf5f8c9dd9eb328d89cb54680295025af584dc8..bb1d3539351dff00bb56a62c793d6426472bd083 100644 (file)
@@ -1,3 +1,11 @@
+rust-proxmox-rest-server (0.5.1-1) bookworm; urgency=medium
+
+  * do not use formatter for auth errors, instead, return HTTP 401
+
+  * include the http "status" code field in extjs formatter
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 28 Nov 2023 11:32:17 +0100
+
 rust-proxmox-rest-server (0.5.0-1) bookworm; urgency=medium
 
   * refactor AcceptBuilder to provide support for optional TLS to allow adding
index 1c4ed4857846893919813c8ade803a38b7dfc609..4e3faee03d98bc30b660ccc066483a9bcfdfe3b5 100644 (file)
@@ -97,8 +97,8 @@ Provides:
  librust-proxmox-rest-server-0+default-dev (= ${binary:Version}),
  librust-proxmox-rest-server-0.5-dev (= ${binary:Version}),
  librust-proxmox-rest-server-0.5+default-dev (= ${binary:Version}),
- librust-proxmox-rest-server-0.5.0-dev (= ${binary:Version}),
- librust-proxmox-rest-server-0.5.0+default-dev (= ${binary:Version})
+ librust-proxmox-rest-server-0.5.1-dev (= ${binary:Version}),
+ librust-proxmox-rest-server-0.5.1+default-dev (= ${binary:Version})
 Description: REST server implementation - Rust source code
  This package contains the source for the Rust proxmox-rest-server crate,
  packaged by debcargo for use with cargo and dh-cargo.
@@ -114,7 +114,7 @@ Depends:
 Provides:
  librust-proxmox-rest-server-0+rate-limited-stream-dev (= ${binary:Version}),
  librust-proxmox-rest-server-0.5+rate-limited-stream-dev (= ${binary:Version}),
- librust-proxmox-rest-server-0.5.0+rate-limited-stream-dev (= ${binary:Version})
+ librust-proxmox-rest-server-0.5.1+rate-limited-stream-dev (= ${binary:Version})
 Description: REST server implementation - feature "rate-limited-stream"
  This metapackage enables feature "rate-limited-stream" for the Rust proxmox-
  rest-server crate, by pulling in any additional dependencies needed by that
@@ -130,7 +130,7 @@ Depends:
 Provides:
  librust-proxmox-rest-server-0+templates-dev (= ${binary:Version}),
  librust-proxmox-rest-server-0.5+templates-dev (= ${binary:Version}),
- librust-proxmox-rest-server-0.5.0+templates-dev (= ${binary:Version})
+ librust-proxmox-rest-server-0.5.1+templates-dev (= ${binary:Version})
 Description: REST server implementation - feature "templates"
  This metapackage enables feature "templates" for the Rust proxmox-rest-server
  crate, by pulling in any additional dependencies needed by that feature.