Newrelic-sb-sdk

Latest version: v0.25.0

Safety actively analyzes 688215 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 5

0.25.0

* Fix tests
* Use pytest-vcr with tests
* Update devops scripts
* Update GraphQL submodule with a fresh schema version.
* Add `MICROSOFT_TEAMS` value to `AiWorkflowsDestinationType` enum type.
* Add `GITHUB_TEAM` value to `EntityManagementTeamExternalIntegrationType`
enum type.
* Add `AuthorizationManagementEntity`,
`AuthorizationManagementEntityAccessGrants` input types.
* Add `entity_access_grants` field to `AuthorizationManagementGrantAccess`
object type.
* Add `EntityManagementUserMetadata`,
`EntityManagementPipelineCloudRuleEntity` object type.
* Update `forwarding`, `local_decorating` and `metrics` fields in
`AgentApplicationSettingsApplicationLogging` type to be `non null`.
* Allow null values for `enabled` and `max_samples_stored` fields in
`AgentApplicationSettingsMetrics` type.
* Allow null values for `enabled` field in
`AgentApplicationSettingsLocalDecorating` type.
* Add `canary_managed_entities`, `managed_entities_changed`,
`managed_entities_required_to_change`, `supervised_agent_entities_changed`,
`supervised_agent_entities_required_to_change` fields to
`EntityManagementFleetDeployment` type.
* Add `active_deployment`, `draft_deployment`, `in_progress_deployment` and
`proposed_deployment` field to `EntityManagementFleetEntity` type.

0.24.0

* Update development dependencies.
* Update GraphQL submodule with a fresh schema version.
* Add logger settings.
* Add poethepoet as task runner.
* Add `KUBERNETES` value to `AgentReleasesFilter` enum type.
* Add `Nrql` to `shortcuts` submodule.

0.23.0

* Fix references to github in the documentation.
* Replace `|` with `Union` to avoid breaks with python versions earlier than
3.10
* Delete unused submodules Core, Dashboards adn Alerts
* Add support for `Operation` type in `query` agument from
`NewRelicGqlClient.execute`.
* Update GraphQL submodule with a fresh schema version.
* Add `MICROSOFT_TEAMS` value to `AiNotificationsChannelType` enum type.
* Add `MICROSOFT_TEAMS` value to `AiNotificationsDestinationType` enum type.
* Add `AlertsNrqlTerms` object type.
* `AlertsNrqlConditionTerms` inherits from `AlertsNrqlTerms` object type.
* Add `AlertsNrqlConditionTermsWithForecast` inherits from `AlertsNrqlTerms`
object type.
* Add `typev2` field to `MultiTenantAuthorizationGrantScope` object type.

0.22.0

* Include property `schema` in `NewRelicGqlClient` to store the schema of
the GraphQL API.
* Include `User-Agent` header in `NewRelicGqlClient` and `NewRelicRestClient`
to identify the client making the request.
* Specify version typle in `version.py` file.
* Add class `NewRelicError` to handle errors from `NewRelicGqlClient`.
* Add function `raise_response_errors`ro raise errors for responses
obtained from `NewRelicGqlClient`.
* Add `shortcuts` submodule.

0.21.0

* Update development dependencies.
* Update GraphQL submodule with a fresh schema version.
* Add `CollaborationRawContextMetadata` scalar type.
* Add `CollaborationExternalApplicationType`, `CollaborationStatus`,
`EntityManagementSyncGroupRuleConditionType` enum types.
* Add `OTHER` value to `MultiTenantAuthorizationRoleScopeEnum` choices.
* Add `CollaborationAssistantConfigInput`,
`EntityManagementCollectionElementsFilter`,
`EntityManagementCollectionIdFilterArgument`,
`MultiTenantAuthorizationGrantScopeTypeV2InputFilter`,
`MultiTenantAuthorizationRoleScopeV2InputFilter` input types.
* Add `optimized_message` field to `InstallationStatusErrorInput` input type.
* Add `scope_v2_type` field to
`MultiTenantAuthorizationGrantFilterInputExpression` input type.
* Add `scope_v2` field to
`MultiTenantAuthorizationRoleFilterInputExpression` input type.
* Add `AgentApplicationSettingsApplicationLogging`,
`AgentApplicationSettingsForwarding`,
`AgentApplicationSettingsLocalDecorating`,
`AgentApplicationSettingsMetrics`,
`CollaborationActorStitchedFields`,
`CollaborationBotResponse`,
`CollaborationBotResponseFeedback`,
`CollaborationCodeMark`,
`CollaborationComment`,
`CollaborationCommentConnection`,
`CollaborationCommentCreator`,
`CollaborationCommentSyncStatus`,
`CollaborationContext`,
`CollaborationEmail`,
`CollaborationExternalCommentCreator`,
`CollaborationExternalServiceConnection`,
`CollaborationExternalServiceConnectionGroup`,
`CollaborationFile`,
`CollaborationGrokMessage`,
`CollaborationLinkedContexts`,
`CollaborationMention`,
`CollaborationMessageSent`,
`CollaborationSocketConnection`,
`CollaborationSubscriber`,
`CollaborationSubscriberConnection`,
`CollaborationSubscriptionsWithUnread`,
`CollaborationThread`,
`CollaborationThreadConnection`,
`CollaborationThreadsCount`,
`EntityManagementCollectionElementsResult`,
`EntityManagementSyncGroupRule`,
`EntityManagementSyncGroupRuleCondition`,
`EntityManagementSyncGroupsSettings` object types.
* Add `created_at` and `created_by` fields to `AlertsNrqlCondition` interface
type.
* Add `collaboration` field to `Actor` type.
* Add `application_logging` field to `AgentApplicationSettingsApmBase` type.
* Add `application_logging` field to
`AgentApplicationSettingsUpdateResult` type.
* Add `collection_elements` field to `EntityManagementActorStitchedFields`
type.
* Add `configuration_versions`, `description` and `name` field to
`EntityManagementFleetDeployment` type.
* Add `optimized_message` field to `InstallationStatusError` type.
* Add `collaboration_create_code_mark`,
`collaboration_create_comment`,
`collaboration_create_context`,
`collaboration_create_email`,
`collaboration_create_external_service_connection`,
`collaboration_create_mention`,
`collaboration_create_thread`,
`collaboration_deactivate_code_mark`,
`collaboration_deactivate_comment`,
`collaboration_deactivate_context`,
`collaboration_deactivate_external_service_connection`,
`collaboration_deactivate_file`,
`collaboration_deactivate_mention`,
`collaboration_deactivate_thread`,
`collaboration_feedback_on_bot_response`,
`collaboration_get_upload_url`,
`collaboration_register_email`,
`collaboration_send_message`,
`collaboration_set_external_service_connection_channel`,
`collaboration_socket_subscribe`,
`collaboration_subscribe_to_thread`,
`collaboration_unsubscribe_from_thread`,
`collaboration_update_comment`,
`collaboration_update_context_add_comment`,
`collaboration_update_context_add_thread`,
`collaboration_update_subscription_read_info`,
`collaboration_update_thread_add_comment` and
`collaboration_update_thread_status` fields to `RootMutationType` type.
* Update `agent_type` field type from `ID` to `String` in
`EntityManagementAgentConfigurationEntity` type.
* Update `agent_type` field type from `ID` to `String` in
`EntityManagementAgentEntity` type.
* Add `rules` field to `EntityManagementScorecardEntity` type.
* Add `sync_groups` filed to `EntityManagementTeamsOrganizationSettingsEntity`
type.

0.20.0

* Update GraphQL submodule with a fresh schema version.
* Update dependencies
* Add `AlertsActionOnMutingRuleWindowEnded`,
`EntityManagementEntityScope`,
`EntityManagementManagedEntityType`,
`EntityManagementTeamExternalIntegrationType`,
`SyntheticsBrowser` and `SyntheticsDevice` enum types.
* Add `FIRST_SEEN` value to `ErrorsInboxErrorGroupSortOrderField` choices.
* Change `MUTED` by `ENABLED` value in `SyntheticsMonitorStatus` choices.
* Add `AgentApplicationSettingsApplicationExitInfoInput`,
`AlertsMutingRulesFilterCriteriaInput`,
`CloudConfluentDisableIntegrationsInput`,
`CloudConfluentIntegrationsInput`,
`CloudConfluentKafkaResourceIntegrationInput`,
`CloudConfluentLinkAccountInput`,
`CloudConfluentUpdateAccountInput`,
`CloudFossaDisableIntegrationsInput`,
`CloudFossaIntegrationsInput`,
`CloudFossaIssuesIntegrationInput`,
`CloudFossaLinkAccountInput`,
`CloudFossaUpdateAccountInput`,
`DataManagementAccountLimitInput`,
`DataManagementLimitLookupInput` and
`StreamingExportGcpInpu` input types.
* Add `application_exit_info` field to
`AgentApplicationSettingsMobileSettingsInput` input type.
* Add `exact_name` field to
`AiNotificationsDestinationFilte` input type.
* Add `update_original_message` field to
`AiWorkflowsDestinationConfigurationInput` input type.
* Add `action_on_muting_rule_window_ende` field to
`AlertsMutingRuleInput` input type.
* Add `action_on_muting_rule_window_ende` field to
`AlertsMutingRuleUpdateInput` input type.
* Add `title_template` field to `AlertsNrqlConditionBaselineInput` input type.
* Add `ignore_on_expected_terminatio` field to
`AlertsNrqlConditionExpirationInput` input type.
* Add `title_template` field to `AlertsNrqlConditionOutlierInput` input type.
`AlertsNrqlConditionExpirationInput` input type.
* Add `title_template` field to `AlertsNrqlConditionStaticInput` input type.
* Add `title_template` field to
`AlertsNrqlConditionUpdateBaselineInput` input type.
* Add `title_template` field to
`AlertsNrqlConditionUpdateOutlierInput` input type.
* Add `title_template` field to
`AlertsNrqlConditionUpdateStaticInput` input type.
* Add `confluent` and `foss` fields to
`CloudDisableIntegrationsInput` input type.
* Add `confluent` and `foss` fields to
`CloudIntegrationsInput` input type.
* Add `confluent` and `foss` fields to
`CloudLinkCloudAccountsInput` input type.
* Add `confluent` and `foss` fields to
`CloudUpdateCloudAccountsInput` input type.
* Add `excluded` field to `DashboardVariableOptionsInput` input type.
* Add `browsers` and `device` fields to
`SyntheticsCreateScriptBrowserMonitorInput` input type.
* Add `browsers` and `device` fields to
`SyntheticsCreateSimpleBrowserMonitorInput` input type.
* Add `browsers` and `device` fields to
`SyntheticsCreateStepMonitorInput` input type.
* Add `browsers` and `device` fields to
`SyntheticsUpdateScriptBrowserMonitorInput` input type.
* Add `browsers` and `device` fields to
`SyntheticsUpdateSimpleBrowserMonitorInput` input type.
* Add `browsers` and `device` fields to
`SyntheticsUpdateStepMonitorInput` input type.
* Add `EntityManagementActor`,
`EntityManagementEntity`,
`AgentApplicationSettingsApplicationExitInfo`,
`AuthenticationDomainType`,
`EntityManagementActorStitchedFields`,
`EntityManagementAgentDeployment`,
`EntityManagementBlob`,
`EntityManagementDiscoverySettings`,
`EntityManagementEntityDeleteResult`,
`EntityManagementEntitySearchResult`,
`EntityManagementFleetControlProperties`,
`EntityManagementFleetDeployment`,
`EntityManagementMetadata`,
`EntityManagementNrqlRuleEngine`,
`EntityManagementScopedReference`,
`EntityManagementTag`,
`EntityManagementTeamEntities`,
`EntityManagementTeamExternalIntegration`,
`EntityManagementTeamMember`,
`EntityManagementTeamResource`,
`StreamingExportGcpDetails`,
`CloudConfluentKafkaResourceIntegration`,
`CloudFossaIssuesIntegration`,
`EntityManagementAgentConfigurationEntity`,
`EntityManagementAgentConfigurationVersionEntity`,
`EntityManagementAgentEffectiveConfigurationEntity`,
`EntityManagementAgentEntity`,
`EntityManagementAgentTypeDefinitionEntity`,
`EntityManagementCollectionEntity`,
`EntityManagementFleetEntity`,
`EntityManagementGenericEntity`,
`EntityManagementScorecardEntity`,
`EntityManagementScorecardRuleEntity`,
`EntityManagementSystemActor`,
`EntityManagementTeamEntity`,
`EntityManagementTeamsOrganizationSettingsEntity`,
`EntityManagementUserActor` and
`EntityManagementUserEntity` types
* Add `entity_managemen` field to `Actor` type.
* Add `application_exit_info` field to
`AgentApplicationSettingsMobileSettings` type.
* Add `update_original_messag` field to
`AiWorkflowsDestinationConfiguration` type.
* Add `args` argument for `muting_rules` firled from
`AlertsAccountStitchedFields` type.
* Add `action_on_muting_rule_window_ended` and
`muting_rule_lifecycle_event_published_at` fields to
`AlertsMutingRule` type.
* Add `ignore_on_expected_termination` field to
`AlertsNrqlConditionExpiration` type.
* Add `data_account_id` field to `AlertsNrqlConditionQuery` type.
* Add `expires_on` field to `DashboardLiveUrl` type.
* Add `next_curso` and `total_count` fields to `DashboardLiveUrlResult` type.
* Add `excluded` field to `DashboardVariableOptions` type.
* Add `total_count` field to `MultiTenantAuthorizationGrantCollection` type.
* Update `name` and `size_in_bytes` field from `NerdpackAssetInfo` type to be
`non null`.
* Update fields `assets`, `cli_version`, `description`, `display_name`,
`nerdpack_id`, `repository_url`, `tags` from `NerdpackVersion` type to be
`non null`.
* Add `account_management_cancel_account`, `authentication_domain_delete`,
`data_management_create_account_limit` and `entity_management_delete`
fields to `RootMutationType` type.
* Add `gcp` field to `StreamingExportRule` type.
* Add `browsers` and `devices` fields to `SyntheticsScriptBrowserMonitor` type.
* Add `browsers` and `devices` fields to `SyntheticsSimpleBrowserMonitor` type.
* Add `browsers` and `devices` fields to `SyntheticsStepMonitor` type.

Page 1 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.