Skip to content

Ready for prime time

Compare
Choose a tag to compare
@mmac-m3a mmac-m3a released this 02 Aug 04:37
· 21 commits to main since this release
38f2c21

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:

  1. support for synthetic monitoring
  2. support for cloud flow exports
  3. 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:

  1. The api_url argument of the KentikAPI constuctor has been replaced with api_host. The argument is expected to contain only the fully qualified hostname of the server hosting the target Kentik API instance (default KentikAPI.API_HOST_US)
  2. Class variable KentikAPI.API_URL_US has been replaced with KentikAPI.API_HOST_US and KentikAPI.API_URL_EU with KentikAPI.API_HOST_EU