Ready for prime time
We are pleased to introduce version 1.0.0 of Kentik Python SDK. This release is the first stable version providing access to majority of Kentik public APIs.
Most important changes from the previous version:
- support for synthetic monitoring
- support for cloud flow exports
- explicit support for request rate throttling has been replaced by automatic retries in API client, correctly handling rate limit pushback
Notable changes requiring modification of applications using the SDK:
- The
api_url
argument of theKentikAPI
constuctor has been replaced withapi_host
. The argument is expected to contain only the fully qualified hostname of the server hosting the target Kentik API instance (defaultKentikAPI.API_HOST_US
) - Class variable
KentikAPI.API_URL_US
has been replaced withKentikAPI.API_HOST_US
andKentikAPI.API_URL_EU
withKentikAPI.API_HOST_EU