[PR #291] [MERGED] fix: support array of values for param #374

Closed
opened 2026-02-28 00:41:57 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Telmate/proxmox-api-go/pull/291
Author: @jedrw
Created: 12/21/2023
Status: Merged
Merged: 1/2/2024
Merged by: @mleone87

Base: masterHead: params-array


📝 Commits (1)

  • 054810d fix: support array of values for param

📊 Changes

2 files changed (+11 additions, -0 deletions)

View changed files

📝 proxmox/session.go (+5 -0)
📝 proxmox/session_test.go (+6 -0)

📄 Description

Proxmox 8 made a breaking change to the API for qemu exec.

Add support for sending an array values for a parameter.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Telmate/proxmox-api-go/pull/291 **Author:** [@jedrw](https://github.com/jedrw) **Created:** 12/21/2023 **Status:** ✅ Merged **Merged:** 1/2/2024 **Merged by:** [@mleone87](https://github.com/mleone87) **Base:** `master` ← **Head:** `params-array` --- ### 📝 Commits (1) - [`054810d`](https://github.com/Telmate/proxmox-api-go/commit/054810d7e410ae05d55f79eb52d932c8df007367) fix: support array of values for param ### 📊 Changes **2 files changed** (+11 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `proxmox/session.go` (+5 -0) 📝 `proxmox/session_test.go` (+6 -0) </details> ### 📄 Description Proxmox 8 made a [breaking change](https://pve.proxmox.com/wiki/Roadmap#Proxmox_VE_8.0:~:text=Before%20Proxmox%20VE%208,proper%20array%20of%20strings.) to the [API](https://pve.proxmox.com/pve-docs/api-viewer/#/nodes/{node}/qemu/{vmid}/agent/exec) for qemu exec. Add support for sending an array values for a parameter. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 00:41:57 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/proxmox-api-go#374
No description provided.