All notable changes to this library are documented here.
This file is maintained with towncrier;
add a news fragment under changelog.d/ for every user-facing change. See
CONTRIBUTING.md for the fragment format.
- On 5xx responses, the SDK now logs the Meraki
X-Request-Idresponse header so it can be shared with Meraki to look up the request in server-side logs. If the header is absent,noneis logged in its place. After retries are exhausted, the request ID is also logged at error level.
- Migrated the HTTP transport layer from
requests/aiohttptohttpx.