- Metadata key casing in multipart form-data requests — When a send or draft payload reached the 3 MB threshold and the SDK switched from JSON to
multipart/form-data, metadata keys likemyCustomKeywere silently rewritten tomy_custom_key. The JSON path already preserved the original casing; the form-data path now matches it acrossmessages.send(),drafts.create(), anddrafts.update(). If you store metadata you intend to read back verbatim, upgrade to pick this up.