Welcome to the AWS Distro for OpenTelemetry project. If you're using monitoring and observability tools for AWS products and services, this is a great place to ask questions, request features and network with other community members.
api-change:dynamodb: [botocore] Documentation only updates for DynamoDB.
api-change:iotfleetwise: [botocore] AWS IoT FleetWise now supports listing vehicles with attributes filter, ListVehicles API is updated to support additional attributes filter.
api-change:managedblockchain: [botocore] This is a minor documentation update to address the impact of the shut down of the Goerli and Polygon networks.
1.34.112
api-change:emr-serverless: [botocore] This release adds the capability to run interactive workloads using Apache Livy Endpoint.
api-change:opsworks: [botocore] Documentation-only update for OpsWorks Stacks.
1.34.111
api-change:chatbot: [botocore] This change adds support for tagging Chatbot configurations.
api-change:cloudformation: [botocore] Added DeletionMode FORCE_DELETE_STACK for deleting a stack that is stuck in DELETE_FAILED state due to resource deletion failure.
api-change:kms: [botocore] This release includes feature to import customer's asymmetric (RSA, ECC and SM2) and HMAC keys into KMS in China.
api-change:opensearch: [botocore] This release adds support for enabling or disabling a data source configured as part of Zero-ETL integration with Amazon S3, by setting its status.
api-change:wafv2: [botocore] You can now use Security Lake to collect web ACL traffic data.
1.34.110
api-change:cloudfront: [botocore] Model update; no change to SDK functionality.
api-change:glue: [botocore] Add Maintenance window to CreateJob and UpdateJob APIs and JobRun response. Add a new Job Run State for EXPIRED.
api-change:lightsail: [botocore] This release adds support for Amazon Lightsail instances to switch between dual-stack or IPv4 only and IPv6-only public IP address types.
api-change:mailmanager: [botocore] This release includes a new Amazon SES feature called Mail Manager, which is a set of email gateway capabilities designed to help customers strengthen their organization's email infrastructure, simplify email workflow management, and streamline email compliance control.
api-change:pi: [botocore] Performance Insights added a new input parameter called AuthorizedActions to support the fine-grained access feature. Performance Insights also restricted the acceptable input characters.
api-change:rds: [botocore] Updates Amazon RDS documentation for Db2 license through AWS Marketplace.
api-change:storagegateway: [botocore] Added new SMBSecurityStrategy enum named MandatoryEncryptionNoAes128, new mode enforces encryption and disables AES 128-bit algorithums.
1.34.109
api-change:bedrock-agent: [botocore] This release adds support for using Guardrails with Bedrock Agents.
api-change:bedrock-agent-runtime: [botocore] This release adds support for using Guardrails with Bedrock Agents.
api-change:controltower: [botocore] Added ListControlOperations API and filtering support for ListEnabledControls API. Updates also includes added metadata for enabled controls and control operations.
api-change:osis: [botocore] Add support for creating an OpenSearch Ingestion pipeline that is attached to a provided VPC. Add information about the destinations of an OpenSearch Ingestion pipeline to the GetPipeline and ListPipelines APIs.
api-change:rds: [botocore] This release adds support for EngineLifecycleSupport on DBInstances, DBClusters, and GlobalClusters.
api-change:secretsmanager: [botocore] add v2 smoke tests and smithy smokeTests trait for SDK testing
To provide a more stable migration for custom HTTPAdapters impacted
by the CVE changes in 2.32.0, we've renamed _get_connection to
a new public API, get_connection_with_tls_context. Existing custom
HTTPAdapters will need to migrate their code to use this new API.
get_connection is considered deprecated in all versions of Requests>=2.32.0.
A minimal (2-line) example has been provided in the linked PR to ease
migration, but we strongly urge users to evaluate if their custom adapter
is subject to the same issue described in CVE-2024-35195. (#6710)
v2.32.1
2.32.1 (2024-05-20)
Bugfixes
Add missing test certs to the sdist distributed on PyPI.
verify=True now reuses a global SSLContext which should improve
request time variance between first and subsequent requests. It should
also minimize certificate load time on Windows systems when using a Python
version built with OpenSSL 3.x. (#6667)
Requests now supports optional use of character detection
(chardet or charset_normalizer) when repackaged or vendored.
This enables pip and other projects to minimize their vendoring
surface area. The Response.text() and apparent_encoding APIs
will default to utf-8 if neither library is present. (#6702)
Bugfixes
Fixed bug in length detection where emoji length was incorrectly
calculated in the request content-length. (#6589)
Fixed deserialization bug in JSONDecodeError. (#6629)
Fixed bug where an extra leading / (path separator) could lead
urllib3 to unnecessarily reparse the request URI. (#6644)
To provide a more stable migration for custom HTTPAdapters impacted
by the CVE changes in 2.32.0, we've renamed _get_connection to
a new public API, get_connection_with_tls_context. Existing custom
HTTPAdapters will need to migrate their code to use this new API.
get_connection is considered deprecated in all versions of Requests>=2.32.0.
A minimal (2-line) example has been provided in the linked PR to ease
migration, but we strongly urge users to evaluate if their custom adapter
is subject to the same issue described in CVE-2024-35195. (#6710)
2.32.1 (2024-05-20)
Bugfixes
Add missing test certs to the sdist distributed on PyPI.
verify=True now reuses a global SSLContext which should improve
request time variance between first and subsequent requests. It should
also minimize certificate load time on Windows systems when using a Python
version built with OpenSSL 3.x. (#6667)
Requests now supports optional use of character detection
(chardet or charset_normalizer) when repackaged or vendored.
This enables pip and other projects to minimize their vendoring
surface area. The Response.text() and apparent_encoding APIs
will default to utf-8 if neither library is present. (#6702)
Bugfixes
Fixed bug in length detection where emoji length was incorrectly
calculated in the request content-length. (#6589)
Fixed deserialization bug in JSONDecodeError. (#6629)
Fixed bug where an extra leading / (path separator) could lead
urllib3 to unnecessarily reparse the request URI. (#6644)
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 rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore major version` will 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 minor version` will 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 ` 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 ` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Bumps the python-auto-sample-app-deps group with 9 updates in the /sample-apps/python-auto-instrumentation-sample-app directory:
1.34.45
1.34.113
0.43b0
0.45b0
1.22.0
1.24.0
1.22.0
1.24.0
0.43b0
0.45b0
0.43b0
0.45b0
0.43b0
0.45b0
4.25.3
5.27.0
2.31.0
2.32.2
Updates
boto3
from 1.34.45 to 1.34.113Changelog
Sourced from boto3's changelog.
... (truncated)
Commits
f5e102c
Merge branch 'release-1.34.113'ded2a5c
Bumping version to 1.34.113d1e9df7
Add changelog entries from botocorebbd2fec
Merge pull request #4144 from boto/3.13b4997a5
Start testing on 3.13 beta buildb2f3c05
Merge branch 'release-1.34.112'f6b33f9
Merge branch 'release-1.34.112' into develop12cc956
Bumping version to 1.34.112f1cb26a
Add changelog entries from botocoreddf59c2
Merge branch 'release-1.34.111' into developUpdates
opentelemetry-distro
from 0.43b0 to 0.45b0Changelog
Sourced from opentelemetry-distro's changelog.
Commits
Updates
opentelemetry-exporter-otlp
from 1.22.0 to 1.24.0Changelog
Sourced from opentelemetry-exporter-otlp's changelog.
... (truncated)
Commits
01d1d4b
[release/v1.24.x-0.45bx] Prepare release 1.24.0/0.45b0 (#3819)694445f
Fix license field in pyproject.toml files (#3803)d6321d6
Remove [test] package from opentelemetry-exporter-zipkin (#3774)82308f5
Remove [test] package from opentelemetry-exporter-otlp (#3756)947472b
Remove [test] package from opentelemetry-exporter-otlp-proto-common (#3738)7401bc0
Remove [test] package from opentelemetry-exporter-zipkin-json (#3739)d001e74
Remove [test] package from opentelemetry-exporter-prometheus (#3753)7f662c1
Remove [test] package from opentelemetry-exporter-zipkin-proto-http (#3754)473156b
Remove [test] package from opentelemetry-exporter-opencensus (#3755)6af918b
Remove [test] package from opentelemetry-exporter-otlp-proto-http (#3742)Updates
opentelemetry-api
from 1.22.0 to 1.24.0Changelog
Sourced from opentelemetry-api's changelog.
... (truncated)
Commits
01d1d4b
[release/v1.24.x-0.45bx] Prepare release 1.24.0/0.45b0 (#3819)bb89e0a
Makecreate_gauge
non-abstract method (#3817)c2fc945
record_exception: Accept BaseException (#3354)29c293f
Improve tracing sdk type annotations (#3794)694445f
Fix license field in pyproject.toml files (#3803)06b82aa
Make record_exception more robust handling them outside the except scope (#3778)2574707
Adds support OTEL_SDK_DISABLED environment variable (#3648)6dd85fc
Fix shellcheck --severity=warning issues (#3789)cc05a80
Use verbosity for logs example (#3800)5a6da15
Maketracer.start_as_current_span()
decorator work with async functions (#3...Updates
opentelemetry-instrumentation-flask
from 0.43b0 to 0.45b0Changelog
Sourced from opentelemetry-instrumentation-flask's changelog.
Commits
Updates
opentelemetry-instrumentation-requests
from 0.43b0 to 0.45b0Changelog
Sourced from opentelemetry-instrumentation-requests's changelog.
Commits
Updates
opentelemetry-instrumentation-botocore
from 0.43b0 to 0.45b0Changelog
Sourced from opentelemetry-instrumentation-botocore's changelog.
Commits
Updates
protobuf
from 4.25.3 to 5.27.0Commits
a978b75
Updating version.json and repo version numbers to: 27.0f396506
MODULE.bazel fixes for protobuf BCR release. (#16927)4baa11f
Merge pull request #16906 from protocolbuffers/editions-274483c6b
Lazily resolve features for proto2 and proto3 for compatibility with old open...f8a4a68
Fix whitespace merge issue in gencodec3417f5
Regenerate stale filesfea6847
Future-proof edition 2023 against feature value support windows.d2da463
Mark deleted fields in descriptor.proto reserved0a05aa8
Merge pull request #16875 from protocolbuffers/ban-recursive-features8c5f3a7
Prohibit using features in the same file they're defined in.Updates
requests
from 2.31.0 to 2.32.2Release notes
Sourced from requests's releases.
... (truncated)
Changelog
Sourced from requests's changelog.
... (truncated)
Commits
88dce9d
v2.32.2c98e4d1
Merge pull request #6710 from nateprewitt/api_rename92075b3
Add deprecation warningaa1461b
Move _get_connection to get_connection_with_tls_context970e8ce
v2.32.1d6ebc4a
v2.32.09a40d12
Avoid reloading root certificates to improve concurrent performance (#6667)0c030f7
Merge pull request #6702 from nateprewitt/no_char_detection555b870
Allow character detection dependencies to be optional in post-packaging stepsd6dded3
Merge pull request #6700 from franekmagiera/update-redirect-to-invalid-uri-testDependabot 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 rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show