Bump the python-auto-sample-app-deps group across 1 directory with 8 updates
Bumps the python-auto-sample-app-deps group with 8 updates in the /sample-apps/python-auto-instrumentation-sample-app directory:
| Package | From | To |
|---|---|---|
| boto3 | 1.34.45 |
1.34.99 |
| opentelemetry-distro | 0.43b0 |
0.45b0 |
| opentelemetry-exporter-otlp | 1.22.0 |
1.24.0 |
| opentelemetry-api | 1.22.0 |
1.24.0 |
| opentelemetry-instrumentation-flask | 0.43b0 |
0.45b0 |
| opentelemetry-instrumentation-requests | 0.43b0 |
0.45b0 |
| opentelemetry-instrumentation-botocore | 0.43b0 |
0.45b0 |
| protobuf | 4.25.3 |
5.26.1 |
Updates boto3 from 1.34.45 to 1.34.99
Changelog
Sourced from boto3's changelog.
1.34.99
- api-change:
medialive: [botocore] AWS Elemental MediaLive now supports configuring how SCTE 35 passthrough triggers segment breaks in HLS and MediaPackage output groups. Previously, messages triggered breaks in all these output groups. The new option is to trigger segment breaks only in groups that have SCTE 35 passthrough enabled.1.34.98
- api-change:
bedrock-agent: [botocore] This release adds support for using Provisioned Throughput with Bedrock Agents.- api-change:
connect: [botocore] This release adds 5 new APIs for managing attachments: StartAttachedFileUpload, CompleteAttachedFileUpload, GetAttachedFile, BatchGetAttachedFileMetadata, DeleteAttachedFile. These APIs can be used to programmatically upload and download attachments to Connect resources, like cases.- api-change:
connectcases: [botocore] This feature supports the release of Files related items- api-change:
datasync: [botocore] Updated guidance on using private or self-signed certificate authorities (CAs) with AWS DataSync object storage locations.- api-change:
inspector2: [botocore] This release adds CSV format to GetCisScanReport for Inspector v2- api-change:
sagemaker: [botocore] Amazon SageMaker Inference now supports m6i, c6i, r6i, m7i, c7i, r7i and g5 instance types for Batch Transform Jobs- api-change:
sesv2: [botocore] Adds support for specifying replacement headers per BulkEmailEntry in SendBulkEmail in SESv2.1.34.97
- api-change:
dynamodb: [botocore] This release adds support to specify an optional, maximum OnDemandThroughput for DynamoDB tables and global secondary indexes in the CreateTable or UpdateTable APIs. You can also override the OnDemandThroughput settings by calling the ImportTable, RestoreFromPointInTime, or RestoreFromBackup APIs.- api-change:
ec2: [botocore] This release includes a new API for retrieving the public endorsement key of the EC2 instance's Nitro Trusted Platform Module (NitroTPM).- api-change:
personalize: [botocore] This releases ability to delete users and their data, including their metadata and interactions data, from a dataset group.- api-change:
redshift-serverless: [botocore] Update Redshift Serverless List Scheduled Actions Output Response to include Namespace Name.1.34.96
- api-change:
bedrock-agent: [botocore] This release adds support for using MongoDB Atlas as a vector store when creating a knowledge base.- api-change:
ec2: [botocore] Documentation updates for Amazon EC2.- api-change:
personalize-runtime: [botocore] This release adds support for a Reason attribute for predicted items generated by User-Personalization-v2.- api-change:
securityhub: [botocore] Updated CreateMembers API request with limits.- api-change:
sesv2: [botocore] Fixes ListContacts and ListImportJobs APIs to use POST instead of GET.1.34.95
- api-change:
chime-sdk-voice: [botocore] Due to changes made by the Amazon Alexa service, GetSipMediaApplicationAlexaSkillConfiguration and PutSipMediaApplicationAlexaSkillConfiguration APIs are no longer available for use. For more information, refer to the Alexa Smart Properties page.- api-change:
codeartifact: [botocore] Add support for the Ruby package format.- api-change:
fms: [botocore] AWS Firewall Manager now supports the network firewall service stream exception policy feature for accounts within your organization.- api-change:
omics: [botocore] Add support for workflow sharing and dynamic run storage- api-change:
opensearch: [botocore] This release enables customers to create Route53 A and AAAA alias record types to point custom endpoint domain to OpenSearch domain's dualstack search endpoint.- api-change:
pinpoint-sms-voice-v2: [botocore] Amazon Pinpoint has added two new features Multimedia services (MMS) and protect configurations. Use the three new MMS APIs to send media messages to a mobile phone which includes image, audio, text, or video files. Use the ten new protect configurations APIs to block messages to specific countries.- api-change:
qbusiness: [botocore] This is a general availability (GA) release of Amazon Q Business. Q Business enables employees in an enterprise to get comprehensive answers to complex questions and take actions through a unified, intuitive web-based chat experience - using an enterprise's existing content, data, and systems.- api-change:
quicksight: [botocore] New Q embedding supporting Generative Q&A- api-change:
route53resolver: [botocore] Release of FirewallDomainRedirectionAction parameter on the Route 53 DNS Firewall Rule. This allows customers to configure a DNS Firewall rule to inspect all the domains in the DNS redirection chain (default) , such as CNAME, ALIAS, DNAME, etc., or just the first domain and trust the rest.- api-change:
sagemaker: [botocore] Amazon SageMaker Training now supports the use of attribute-based access control (ABAC) roles for training job execution roles. Amazon SageMaker Inference now supports G6 instance types.
... (truncated)
Commits
4897613Merge branch 'release-1.34.99'1b78aedBumping version to 1.34.99c8a5b57Add changelog entries from botocore091e529Merge branch 'release-1.34.98'9213bfeMerge branch 'release-1.34.98' into develope5f5d4dBumping version to 1.34.988443f36Add changelog entries from botocorec800e6aMerge branch 'release-1.34.97'096e458Merge branch 'release-1.34.97' into developfe66893Bumping version to 1.34.97- Additional commits viewable in compare view
Updates opentelemetry-distro from 0.43b0 to 0.45b0
Changelog
Sourced from opentelemetry-distro's changelog.
Version 1.24.0/0.45b0 (2024-03-28)
Added
opentelemetry-instrumentation-psycopgAsync Instrumentation for psycopg 3.x (#2146)Fixed
opentelemetry-instrumentation-celeryAllow Celery instrumentation to be installed multiple times (#2342)- Align gRPC span status codes to OTEL specification (#1756)
opentelemetry-instrumentation-flaskAdd importlib metadata default for deprecation warning flask version (#2297)- Ensure all http.server.duration metrics have the same description (#2151)
- Fix regression in httpx
request.urlnot being of typehttpx.URLafter0.44b0(#2359)- Avoid losing repeated HTTP headers (#2266)
opentelemetry-instrumentation-elasticsearchDon't send bulk request body as db statement (#2355)- AwsLambdaInstrumentor sets
cloud.account.idspan attribute (#2367)Version 1.23.0/0.44b0 (2024-02-23)
- Drop support for 3.7 (#2151)
opentelemetry-resource-detector-azureAdded 10s timeout to VM Resource Detector (#2119)opentelemetry-instrumentation-asyncpgAllow AsyncPGInstrumentor to be instantiated multiple times (#1791)opentelemetry-instrumentation-confluent-kafkaAdd support for higher versions until 2.3.0 of confluent_kafka (#2132)opentelemetry-resource-detector-azureChanged timeout to 4 seconds due to timeout bug (#2136)opentelemetry-resource-detector-azureSuppress instrumentation forurllibcall (#2178)- AwsLambdaInstrumentor handles and re-raises function exception (#2245)
Added
opentelemetry-instrumentation-psycopgInitial release for psycopg 3.x
Commits
- See full diff in compare view
Updates opentelemetry-exporter-otlp from 1.22.0 to 1.24.0
Changelog
Sourced from opentelemetry-exporter-otlp's changelog.
Version 1.24.0/0.45b0 (2024-03-28)
- Make create_gauge non-abstract method (#3817)
- Make
tracer.start_as_current_span()decorator work with async functions (#3633)- Fix python 3.12 deprecation warning (#3751)
- bump mypy to 0.982 (#3776)
- Add support for OTEL_SDK_DISABLED environment variable (#3648)
- Fix ValueError message for PeriodicExportingMetricsReader (#3769)
- Use
BaseExceptioninstead ofExceptioninrecord_exception(#3354)- Make span.record_exception more robust (#3778)
- Fix license field in pyproject.toml files (#3803)
Version 1.23.0/0.44b0 (2024-02-23)
- Use Attribute rather than boundattribute in logrecord (#3567)
- Fix flush error when no LoggerProvider configured for LoggingHandler (#3608)
- Add
Span.add_link()method to add link after span start (#3618)- Fix
OTLPMetricExporterignorespreferred_aggregationproperty (#3603)- Logs: set
observed_timestampfield (#3565)- Add missing Resource SchemaURL in OTLP exporters (#3652)
- Fix loglevel warning text (#3566)
- Prometheus Exporter string representation for target_info labels (#3659)
- Logs: ObservedTimestamp field is missing in console exporter output (#3564)
- Fix explicit bucket histogram aggregation (#3429)
- Add
code.lineno,code.functionandcode.filepathto all logs (#3675)- Add Synchronous Gauge instrument (#3462)
- Drop support for 3.7 (#3668)
- Include key in attribute sequence warning
... (truncated)
Commits
01d1d4b[release/v1.24.x-0.45bx] Prepare release 1.24.0/0.45b0 (#3819)694445fFix license field in pyproject.toml files (#3803)d6321d6Remove [test] package from opentelemetry-exporter-zipkin (#3774)82308f5Remove [test] package from opentelemetry-exporter-otlp (#3756)947472bRemove [test] package from opentelemetry-exporter-otlp-proto-common (#3738)7401bc0Remove [test] package from opentelemetry-exporter-zipkin-json (#3739)d001e74Remove [test] package from opentelemetry-exporter-prometheus (#3753)7f662c1Remove [test] package from opentelemetry-exporter-zipkin-proto-http (#3754)473156bRemove [test] package from opentelemetry-exporter-opencensus (#3755)6af918bRemove [test] package from opentelemetry-exporter-otlp-proto-http (#3742)- Additional commits viewable in compare view
Updates opentelemetry-api from 1.22.0 to 1.24.0
Changelog
Sourced from opentelemetry-api's changelog.
Version 1.24.0/0.45b0 (2024-03-28)
- Make create_gauge non-abstract method (#3817)
- Make
tracer.start_as_current_span()decorator work with async functions (#3633)- Fix python 3.12 deprecation warning (#3751)
- bump mypy to 0.982 (#3776)
- Add support for OTEL_SDK_DISABLED environment variable (#3648)
- Fix ValueError message for PeriodicExportingMetricsReader (#3769)
- Use
BaseExceptioninstead ofExceptioninrecord_exception(#3354)- Make span.record_exception more robust (#3778)
- Fix license field in pyproject.toml files (#3803)
Version 1.23.0/0.44b0 (2024-02-23)
- Use Attribute rather than boundattribute in logrecord (#3567)
- Fix flush error when no LoggerProvider configured for LoggingHandler (#3608)
- Add
Span.add_link()method to add link after span start (#3618)- Fix
OTLPMetricExporterignorespreferred_aggregationproperty (#3603)- Logs: set
observed_timestampfield (#3565)- Add missing Resource SchemaURL in OTLP exporters (#3652)
- Fix loglevel warning text (#3566)
- Prometheus Exporter string representation for target_info labels (#3659)
- Logs: ObservedTimestamp field is missing in console exporter output (#3564)
- Fix explicit bucket histogram aggregation (#3429)
- Add
code.lineno,code.functionandcode.filepathto all logs (#3675)- Add Synchronous Gauge instrument (#3462)
- Drop support for 3.7 (#3668)
- Include key in attribute sequence warning
... (truncated)
Commits
01d1d4b[release/v1.24.x-0.45bx] Prepare release 1.24.0/0.45b0 (#3819)bb89e0aMakecreate_gaugenon-abstract method (#3817)c2fc945record_exception: Accept BaseException (#3354)29c293fImprove tracing sdk type annotations (#3794)694445fFix license field in pyproject.toml files (#3803)06b82aaMake record_exception more robust handling them outside the except scope (#3778)2574707Adds support OTEL_SDK_DISABLED environment variable (#3648)6dd85fcFix shellcheck --severity=warning issues (#3789)cc05a80Use verbosity for logs example (#3800)5a6da15Maketracer.start_as_current_span()decorator work with async functions (#3...- Additional commits viewable in compare view
Updates opentelemetry-instrumentation-flask from 0.43b0 to 0.45b0
Changelog
Sourced from opentelemetry-instrumentation-flask's changelog.
Version 1.24.0/0.45b0 (2024-03-28)
Added
opentelemetry-instrumentation-psycopgAsync Instrumentation for psycopg 3.x (#2146)Fixed
opentelemetry-instrumentation-celeryAllow Celery instrumentation to be installed multiple times (#2342)- Align gRPC span status codes to OTEL specification (#1756)
opentelemetry-instrumentation-flaskAdd importlib metadata default for deprecation warning flask version (#2297)- Ensure all http.server.duration metrics have the same description (#2151)
- Fix regression in httpx
request.urlnot being of typehttpx.URLafter0.44b0(#2359)- Avoid losing repeated HTTP headers (#2266)
opentelemetry-instrumentation-elasticsearchDon't send bulk request body as db statement (#2355)- AwsLambdaInstrumentor sets
cloud.account.idspan attribute (#2367)Version 1.23.0/0.44b0 (2024-02-23)
- Drop support for 3.7 (#2151)
opentelemetry-resource-detector-azureAdded 10s timeout to VM Resource Detector (#2119)opentelemetry-instrumentation-asyncpgAllow AsyncPGInstrumentor to be instantiated multiple times (#1791)opentelemetry-instrumentation-confluent-kafkaAdd support for higher versions until 2.3.0 of confluent_kafka (#2132)opentelemetry-resource-detector-azureChanged timeout to 4 seconds due to timeout bug (#2136)opentelemetry-resource-detector-azureSuppress instrumentation forurllibcall (#2178)- AwsLambdaInstrumentor handles and re-raises function exception (#2245)
Added
opentelemetry-instrumentation-psycopgInitial release for psycopg 3.x
Commits
- See full diff in compare view
Updates opentelemetry-instrumentation-requests from 0.43b0 to 0.45b0
Changelog
Sourced from opentelemetry-instrumentation-requests's changelog.
Version 1.24.0/0.45b0 (2024-03-28)
Added
opentelemetry-instrumentation-psycopgAsync Instrumentation for psycopg 3.x (#2146)Fixed
opentelemetry-instrumentation-celeryAllow Celery instrumentation to be installed multiple times (#2342)- Align gRPC span status codes to OTEL specification (#1756)
opentelemetry-instrumentation-flaskAdd importlib metadata default for deprecation warning flask version (#2297)- Ensure all http.server.duration metrics have the same description (#2151)
- Fix regression in httpx
request.urlnot being of typehttpx.URLafter0.44b0(#2359)- Avoid losing repeated HTTP headers (#2266)
opentelemetry-instrumentation-elasticsearchDon't send bulk request body as db statement (#2355)- AwsLambdaInstrumentor sets
cloud.account.idspan attribute (#2367)Version 1.23.0/0.44b0 (2024-02-23)
- Drop support for 3.7 (#2151)
opentelemetry-resource-detector-azureAdded 10s timeout to VM Resource Detector (#2119)opentelemetry-instrumentation-asyncpgAllow AsyncPGInstrumentor to be instantiated multiple times (#1791)opentelemetry-instrumentation-confluent-kafkaAdd support for higher versions until 2.3.0 of confluent_kafka (#2132)opentelemetry-resource-detector-azureChanged timeout to 4 seconds due to timeout bug (#2136)opentelemetry-resource-detector-azureSuppress instrumentation forurllibcall (#2178)- AwsLambdaInstrumentor handles and re-raises function exception (#2245)
Added
opentelemetry-instrumentation-psycopgInitial release for psycopg 3.x
Commits
- See full diff in compare view
Updates opentelemetry-instrumentation-botocore from 0.43b0 to 0.45b0
Changelog
Sourced from opentelemetry-instrumentation-botocore's changelog.
Version 1.24.0/0.45b0 (2024-03-28)
Added
opentelemetry-instrumentation-psycopgAsync Instrumentation for psycopg 3.x (#2146)Fixed
opentelemetry-instrumentation-celeryAllow Celery instrumentation to be installed multiple times (#2342)- Align gRPC span status codes to OTEL specification (#1756)
opentelemetry-instrumentation-flaskAdd importlib metadata default for deprecation warning flask version (#2297)- Ensure all http.server.duration metrics have the same description (#2151)
- Fix regression in httpx
request.urlnot being of typehttpx.URLafter0.44b0(#2359)- Avoid losing repeated HTTP headers (#2266)
opentelemetry-instrumentation-elasticsearchDon't send bulk request body as db statement (#2355)- AwsLambdaInstrumentor sets
cloud.account.idspan attribute (#2367)Version 1.23.0/0.44b0 (2024-02-23)
- Drop support for 3.7 (#2151)
opentelemetry-resource-detector-azureAdded 10s timeout to VM Resource Detector (#2119)opentelemetry-instrumentation-asyncpgAllow AsyncPGInstrumentor to be instantiated multiple times (#1791)opentelemetry-instrumentation-confluent-kafkaAdd support for higher versions until 2.3.0 of confluent_kafka (#2132)opentelemetry-resource-detector-azureChanged timeout to 4 seconds due to timeout bug (#2136)opentelemetry-resource-detector-azureSuppress instrumentation forurllibcall (#2178)- AwsLambdaInstrumentor handles and re-raises function exception (#2245)
Added
opentelemetry-instrumentation-psycopgInitial release for psycopg 3.x
Commits
- See full diff in compare view
Updates protobuf from 4.25.3 to 5.26.1
Commits
2434ef2Updating version.json and repo version numbers to: 26.149253b1Merge pull request #16308 from protocolbuffers/cp-26x-39bf69ecFix validateFeatures to be called after resolved features are actually set to...b752bc2Merge pull request #16307 from protocolbuffers/cp-26x-2f7d2326Merge pull request #16309 from protocolbuffers/cp-26x-42e51ff6Cherry-pick required label handling in JRuby field descriptor from https://gi...a2f5303Update cmake stalenes6a177d2Merge branch '26.x' into cp-26x-42d3d8baExpand cpp_features_proto_srcs visibilitye1092eeMerge pull request #16294 from protocolbuffers/cp-26x- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions