Update instana client with release-325 - #24
Merged
Merged
Conversation
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.
Release Notes —
instana_clientv1.1.2Regenerated Python SDK for the Instana REST API updated from v1.324.1358 to v1.325.1193.
Package Version Bump
1.1.1→1.1.2in:pyproject.tomlsetup.pyopenapi-generator-config.jsonapi_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_contentupdate_mobile_app_session_replay/_with_http_info/_without_preload_contentSecurity & API Tokens (
ApiToken)Added new permission flags:
can_configure_entity_payload_transformation_rules:Optional[StrictBool]can_playback_session_replay:Optional[StrictBool]Incidents (
PrefixObject)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_criticalityfield across application configuration models has been updated from an enum-validated string to an integer in the range 0–5:ModelChangeApplicationOptional[StrictStr]Optional[StrictInt]ApplicationConfigOptional[StrictStr]Optional[Annotated[int, Field(le=5, ge=0)]]NewApplicationConfigOptional[StrictStr]Optional[Annotated[int, Field(le=5, ge=0)]]API Spec & Internal Maintenance
serversandtagsblocks inopenapi.yamlto consistent 2-space list indentation. Removedx-ibm-ahub-try: truemetadata.instana_client/models/tag_filter.pywas protected from auto-generation to maintain custom multi-type value fixes.GET /api/mobile-app-monitoring/session;id={id};timestamp={timestamp}GET /api/website-monitoring/page-load;id={id};timestamp={timestamp}