Skip to content

Update instana client with release-325 - #24

Merged
Jayssgss merged 1 commit into
mainfrom
release-325
Sep 23, 2026
Merged

Jayssgss merged 1 commit into
mainfrom
release-325

Conversation

@Jayssgss

@Jayssgss Jayssgss commented Sep 9, 2026

Copy link
Copy Markdown
Collaborator

Release Notes — instana_client v1.1.2

Regenerated Python SDK for the Instana REST API updated from v1.324.1358 to v1.325.1193.


Package Version Bump

  • Bumped version from 1.1.1 → 1.1.2 in:
    • pyproject.toml
    • setup.py
    • openapi-generator-config.json
    • User-Agent header in api_client.py (OpenAPI-Generator/1.1.2/python)

New Features & API Endpoints

Mobile App Monitoring (MobileAppConfigurationApi)

Added endpoints for managing Mobile App Session Replay configuration:

  • get_mobile_app_session_replay / _with_http_info / _without_preload_content
  • update_mobile_app_session_replay / _with_http_info / _without_preload_content

Security & API Tokens (ApiToken)

Added new permission flags:

  • can_configure_entity_payload_transformation_rules: Optional[StrictBool]
  • can_playback_session_replay: Optional[StrictBool]

Incidents (PrefixObject)

  • Added include_in_title: Optional[StrictBool] — controls whether the short code is included in the incident title.

Schema & Model Updates

Business Criticality Type Change

The business_criticality field across application configuration models has been updated from an enum-validated string to an integer in the range 0–5:

Model Previous Type New Type
ModelChangeApplication Optional[StrictStr] Optional[StrictInt]
ApplicationConfig Optional[StrictStr] Optional[Annotated[int, Field(le=5, ge=0)]]
NewApplicationConfig Optional[StrictStr] Optional[Annotated[int, Field(le=5, ge=0)]]

API Spec & Internal Maintenance

  • OpenAPI Spec Cleanup: Reformatted servers and tags blocks in openapi.yaml to consistent 2-space list indentation. Removed x-ibm-ahub-try: true metadata.
  • Preserved Custom Implementations:
    • instana_client/models/tag_filter.py was protected from auto-generation to maintain custom multi-type value fixes.
    • Preserved matrix-style path parameters for:
      • GET /api/mobile-app-monitoring/session;id={id};timestamp={timestamp}
      • GET /api/website-monitoring/page-load;id={id};timestamp={timestamp}

@Jayssgss
Jayssgss requested a review from NiyathaVS September 9, 2026 12:18

@NiyathaVS NiyathaVS left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@Jayssgss
Jayssgss merged commit 98712fc into main Sep 23, 2026
0 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants