The upcoming 2025.12.0 Connect release will allow including extra metadata fields with bundle uploads, including fields for source control (previously only used by Connect's "git-backed publishing" feature). We should extend the Bundles().create() method to accept a dictionary of metadata, and if provided and if the Connect version is sufficiently new, switch to the multipart form upload.
The upcoming 2025.12.0 Connect release will allow including extra metadata fields with bundle uploads, including fields for source control (previously only used by Connect's "git-backed publishing" feature). We should extend the
Bundles().create()method to accept a dictionary of metadata, and if provided and if the Connect version is sufficiently new, switch to the multipart form upload.