applied thanks Technically an API break so we'd have to bump to 2.0 with this. Are there any other breaking API changes we need?
On Tue, Nov 11, 2025 at 10:37:59PM +0800, Kefu Chai wrote: > This patch implements the rename operation in proxmox-fuse-rs, which > was previously unimplemented due to lack of use cases. > > The rust rewrite of pve-cluster uses proxmox-fuse-rs for its FUSE > integration and requires rename support for files exposed by plugins. > This implementation ensures feature parity with the C version of > pve-cluster. > > Kefu Chai (1): > add rename operation > > src/requests.rs | 25 +++++++++++++++++++++++++ > src/session.rs | 32 ++++++++++++++++++++++++++++++++ > 2 files changed, 57 insertions(+) > > -- > 2.47.3 _______________________________________________ pve-devel mailing list [email protected] https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
