-
Notifications
You must be signed in to change notification settings - Fork 5
Description
Issue Description:
The current client-python SDK was last generated from the openapi.yml file in version 1.291.xxx. That version is quite outdated and is missing:
-
Several newer APIs that have been added since then
-
Enhancements and improvements to existing APIs
-
For example, the website configuration APIs I recently worked on are not available in 1.291.xxx, but are included in later versions.
Proposal
-
Regenerate the SDK from the latest version of the openapi.yml so it includes all the latest APIs and enhancements.
-
Adopt a regular update process — ideally, regenerate the SDK on every release.
-
Since instana_client usually has only a handful of changes, we can simply raise a PR after each release, keeping only the relevant changes.
-
This will prevent the SDK from lagging behind and ensure developers always have access to the latest functionality.
-
Coordinate with the relevant team to avoid redundant commits of the same changes on every release, and ensure that changes are reflected directly in the OpenAPI spec so they are automatically included in the generated SDK going forward.