Update Instana Python SDK to version 1.315#14
Merged
Jayssgss merged 1 commit intoinstana:mainfrom Mar 17, 2026
Merged
Conversation
sunjit10
approved these changes
Mar 16, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update Instana Python SDK to OpenAPI Spec 1.315.1425 (SDK v1.0.4)
Summary
This PR updates the Instana Python SDK to OpenAPI spec version
1.315.1425(from1.309.1268) and bumps the SDK version to1.0.4.The update brings new APIs, additional models, enhanced integrations, and improvements while maintaining backward compatibility.
Version Updates
1.0.3→1.0.41.309.1268→1.315.1425Key Additions
New APIs
LLM Price Configuration API
SLO Configurations API
Default API Updates
Authentication API Enhancements
New Models & Integrations
LLM Gateway Models
LLMGatewayCapabilityLLMGatewayModelLLMGatewayServiceLLMEgressGatewaySession Replay Support
SessionReplayMetadataSessionReplayTimestampsGetSessionReplayMetadataResultRBAC Tagged Alert Configurations
MobileAppAlertConfigWithRBACTagSyntheticAlertConfigWithRBACTagWebsiteAlertConfigWithRBACTagAdditional Integrations
NS1IntegrationCustomTagAPI Improvements
Application Resources API
app_id→application_idAlert Configuration APIs
Improved parameter handling and response models for:
Event Settings API
Manual Fixes Preserved
The following files remain excluded from generation to preserve custom fixes:
tag_filter.pytag_filter_all_of_value.pyThese maintain support for flexible tag filter value types (
string,int,float,bool,dict).Testing
Notes