Skip to content

Update SDK from version 291 to the latest 304 Release #9

@Jayssgss

Description

@Jayssgss

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions