v12.26.1
v12.26.1 - 2026-08-24
- 🐛
APIAuthCertificate.fetch()now defaults the request method toGET- undici'sClient.requestrequires one, so every call that omitted it (Certificate.list*(),Certificate.get(),Certificate.probe(),MissionLoglist) failed withUND_ERR_INVALID_ARG: method must be a stringunder certificate auth
�