Update all dependencies
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
awscli (source, changelog) | patch |
==1.29.42 -> ==1.29.50
|
|
azure-core (source) | minor |
==1.27.1 -> ==1.29.4
|
|
azure-storage-blob (source) | minor |
==12.16.0 -> ==12.18.1
|
|
boto3 | patch |
==1.28.42 -> ==1.28.50
|
|
botocore | patch |
==1.31.42 -> ==1.31.50
|
|
mysqlclient | minor |
==2.1.1 -> ==2.2.0
|
|
public.ecr.aws/rapidfort/runner | ironbank-docker | patch |
1.1.33-rfhardened -> 1.1.34-rfhardened
|
public.ecr.aws/rapidfort/runner | patch |
1.1.33-rfhardened -> 1.1.34-rfhardened
|
|
public.ecr.aws/rapidfort/runner | stage | patch |
1.1.33-rfhardened -> 1.1.34-rfhardened
|
⚠ Dependency Lookup Warnings ⚠
Warnings were logged while processing this repo. Please check the logs for more information.
Release Notes
aws/aws-cli
v1.29.50
=======
- api-change:
discovery
: Add sensitive protection for customer information - api-change:
macie2
: This release changes the default managedDataIdentifierSelector setting for new classification jobs to RECOMMENDED. By default, new classification jobs now use the recommended set of managed data identifiers. - api-change:
workmail
: This release includes four new APIs UpdateUser, UpdateGroup, ListGroupsForEntity and DescribeEntity, along with RemoteUsers and some enhancements to existing APIs.
v1.29.49
=======
- api-change:
appstream
: This release introduces app block builder, allowing customers to provision a resource to package applications into an app block - api-change:
connect
: New rule type (OnMetricDataUpdate) has been added - api-change:
datasync
: Documentation-only updates for AWS DataSync. - api-change:
sagemaker
: This release introduces Skip Model Validation for Model Packages
v1.29.48
=======
- enhancement:
codeartifact login
: Include stderr output from underlying login tool when subprocess fails - api-change:
appstream
: This release introduces multi-session fleets, allowing customers to provision more than one user session on a single fleet instance. - api-change:
cloudformation
: Documentation updates for AWS CloudFormation - api-change:
entityresolution
: Changed "ResolutionTechniques" and "MappedInputFields" in workflow and schema mapping operations to be required fields. - api-change:
lookoutequipment
: This release adds APIs for the new scheduled retraining feature.
v1.29.47
=======
- api-change:
cloud9
: Update to include information on Ubuntu 18 deprecation. - api-change:
drs
: Updated existing APIs and added new ones to support using AWS Elastic Disaster Recovery post-launch actions. Added support for new regions. - api-change:
firehose
: DocumentIdOptions has been added for the Amazon OpenSearch destination. - api-change:
guardduty
: AddmanagementType
field to ListCoverage API response. - api-change:
internetmonitor
: This release updates the Amazon CloudWatch Internet Monitor API domain name. - api-change:
ivs-realtime
: Doc only update that changes description for ParticipantToken. - api-change:
simspaceweaver
: Edited the introductory text for the API reference. - api-change:
xray
: Add StartTime field in GetTraceSummaries API response for each TraceSummary.
v1.29.46
=======
- api-change:
ec2
: This release adds support for restricting public sharing of AMIs through AMI Block Public Access - api-change:
events
: Update events command to latest version - api-change:
kendra
: Amazon Kendra now supports confidence score buckets for retrieved passage results using the Retrieve API.
v1.29.45
=======
- api-change:
ecr
: This release will have ValidationException be thrown from ECR LifecyclePolicy APIs in regions LifecyclePolicy is not supported, this includes existing Amazon Dedicated Cloud (ADC) regions. This release will also change Tag: TagValue and Tag: TagKey to required. - api-change:
medialive
: AWS Elemental Link now supports attaching a Link UHD device to a MediaConnect flow. - api-change:
quicksight
: This release launches new updates to QuickSight KPI visuals - support for sparklines, new templated layout and new targets for conditional formatting rules.
v1.29.44
=======
- api-change:
fsx
: Amazon FSx documentation fixes - api-change:
sagemaker
: Autopilot APIs will now support holiday featurization for Timeseries models. The models will now hold holiday metadata and should be able to accommodate holiday effect during inference. - api-change:
sso-admin
: Content updates to IAM Identity Center API for China Regions. - api-change:
workspaces
: A new field "ErrorDetails" will be added to the output of "DescribeWorkspaceImages" API call. This field provides in-depth details about the error occurred during image import process. These details include the possible causes of the errors and troubleshooting information.
v1.29.43
=======
- api-change:
neptunedata
: Minor changes to send unsigned requests to Neptune clusters - api-change:
securityhub
: Documentation updates for AWS Security Hub - api-change:
simspaceweaver
: BucketName and ObjectKey are now required for the S3Location data type. BucketName is now required for the S3Destination data type.
Azure/azure-sdk-for-python
v1.29.4
1.29.4 (2023-09-07)
Bugs Fixed
- Fixed the issue that some urls trigger an infinite loop. #31346
- Fixed issue where IndexError was raised if multipart responses did not match the number of requests. #31471
- Fixed issue unbound variable exception if dict is invalid in CloudEvent.from_dict. #31835
- Fixed issue asyncBearerTokenCredentialPolicy is not backward compatible with SansIOHTTPPolicy. #31836
- Fixed issue mypy complains with new version of azure-core. #31564
v1.29.3
1.29.3 (2023-08-22)
Bugs Fixed
- Typing fix:
message
cannot beNone
inAzureError
. #31564
v1.29.2
1.29.2 (2023-08-14)
Bugs Fixed
- Added a default implementation for
AsyncTokenCredential.__aexit__()
#31573
Other Changes
- Bumped
typing-extensions
version to 4.6.0.
v1.29.1
1.29.1 (2023-08-09)
Bugs Fixed
- Not pass
enabled_cae
unless it is explicitly enabled.
v1.29.0
1.29.0 (2023-08-03)
Features Added
- A keyword argument
enable_cae
was added to theget_token
method of theTokenCredential
protocol. #31012 -
BearerTokenCredentialPolicy
andAsyncBearerTokenCredentialPolicy
now acceptenable_cae
keyword arguments in their constructors. This is used in determining if Continuous Access Evaluation (CAE) should be enabled for eachget_token
request. #31012
v1.28.0
1.28.0 (2023-07-06)
Features Added
- Added header name parameter to
RequestIdPolicy
. #30772 - Added
SensitiveHeaderCleanupPolicy
that cleans up sensitive headers if a redirect happens and the new destination is in another domain. #28349
Other Changes
- Catch aiohttp errors and translate them into azure-core errors.
boto/boto3
v1.28.50
=======
- api-change:
discovery
: [botocore
] Add sensitive protection for customer information - api-change:
macie2
: [botocore
] This release changes the default managedDataIdentifierSelector setting for new classification jobs to RECOMMENDED. By default, new classification jobs now use the recommended set of managed data identifiers. - api-change:
workmail
: [botocore
] This release includes four new APIs UpdateUser, UpdateGroup, ListGroupsForEntity and DescribeEntity, along with RemoteUsers and some enhancements to existing APIs.
v1.28.49
=======
- api-change:
appstream
: [botocore
] This release introduces app block builder, allowing customers to provision a resource to package applications into an app block - api-change:
connect
: [botocore
] New rule type (OnMetricDataUpdate) has been added - api-change:
datasync
: [botocore
] Documentation-only updates for AWS DataSync. - api-change:
sagemaker
: [botocore
] This release introduces Skip Model Validation for Model Packages
v1.28.48
=======
- api-change:
appstream
: [botocore
] This release introduces multi-session fleets, allowing customers to provision more than one user session on a single fleet instance. - api-change:
cloudformation
: [botocore
] Documentation updates for AWS CloudFormation - api-change:
entityresolution
: [botocore
] Changed "ResolutionTechniques" and "MappedInputFields" in workflow and schema mapping operations to be required fields. - api-change:
lookoutequipment
: [botocore
] This release adds APIs for the new scheduled retraining feature.
v1.28.47
=======
- api-change:
cloud9
: [botocore
] Update to include information on Ubuntu 18 deprecation. - api-change:
drs
: [botocore
] Updated existing APIs and added new ones to support using AWS Elastic Disaster Recovery post-launch actions. Added support for new regions. - api-change:
firehose
: [botocore
] DocumentIdOptions has been added for the Amazon OpenSearch destination. - api-change:
guardduty
: [botocore
] AddmanagementType
field to ListCoverage API response. - api-change:
internetmonitor
: [botocore
] This release updates the Amazon CloudWatch Internet Monitor API domain name. - api-change:
ivs-realtime
: [botocore
] Doc only update that changes description for ParticipantToken. - api-change:
simspaceweaver
: [botocore
] Edited the introductory text for the API reference. - api-change:
xray
: [botocore
] Add StartTime field in GetTraceSummaries API response for each TraceSummary.
v1.28.46
=======
- api-change:
ec2
: [botocore
] This release adds support for restricting public sharing of AMIs through AMI Block Public Access - api-change:
events
: [botocore
] Update events client to latest version - api-change:
kendra
: [botocore
] Amazon Kendra now supports confidence score buckets for retrieved passage results using the Retrieve API.
v1.28.45
=======
- api-change:
ecr
: [botocore
] This release will have ValidationException be thrown from ECR LifecyclePolicy APIs in regions LifecyclePolicy is not supported, this includes existing Amazon Dedicated Cloud (ADC) regions. This release will also change Tag: TagValue and Tag: TagKey to required. - api-change:
medialive
: [botocore
] AWS Elemental Link now supports attaching a Link UHD device to a MediaConnect flow. - api-change:
quicksight
: [botocore
] This release launches new updates to QuickSight KPI visuals - support for sparklines, new templated layout and new targets for conditional formatting rules.
v1.28.44
=======
- api-change:
fsx
: [botocore
] Amazon FSx documentation fixes - api-change:
sagemaker
: [botocore
] Autopilot APIs will now support holiday featurization for Timeseries models. The models will now hold holiday metadata and should be able to accommodate holiday effect during inference. - api-change:
sso-admin
: [botocore
] Content updates to IAM Identity Center API for China Regions. - api-change:
workspaces
: [botocore
] A new field "ErrorDetails" will be added to the output of "DescribeWorkspaceImages" API call. This field provides in-depth details about the error occurred during image import process. These details include the possible causes of the errors and troubleshooting information.
v1.28.43
=======
- api-change:
neptunedata
: [botocore
] Minor changes to send unsigned requests to Neptune clusters - api-change:
securityhub
: [botocore
] Documentation updates for AWS Security Hub - api-change:
simspaceweaver
: [botocore
] BucketName and ObjectKey are now required for the S3Location data type. BucketName is now required for the S3Destination data type.
boto/botocore
v1.31.50
=======
- api-change:
discovery
: Add sensitive protection for customer information - api-change:
macie2
: This release changes the default managedDataIdentifierSelector setting for new classification jobs to RECOMMENDED. By default, new classification jobs now use the recommended set of managed data identifiers. - api-change:
workmail
: This release includes four new APIs UpdateUser, UpdateGroup, ListGroupsForEntity and DescribeEntity, along with RemoteUsers and some enhancements to existing APIs.
v1.31.49
=======
- api-change:
appstream
: This release introduces app block builder, allowing customers to provision a resource to package applications into an app block - api-change:
connect
: New rule type (OnMetricDataUpdate) has been added - api-change:
datasync
: Documentation-only updates for AWS DataSync. - api-change:
sagemaker
: This release introduces Skip Model Validation for Model Packages
v1.31.48
=======
- api-change:
appstream
: This release introduces multi-session fleets, allowing customers to provision more than one user session on a single fleet instance. - api-change:
cloudformation
: Documentation updates for AWS CloudFormation - api-change:
entityresolution
: Changed "ResolutionTechniques" and "MappedInputFields" in workflow and schema mapping operations to be required fields. - api-change:
lookoutequipment
: This release adds APIs for the new scheduled retraining feature.
v1.31.47
=======
- api-change:
cloud9
: Update to include information on Ubuntu 18 deprecation. - api-change:
drs
: Updated existing APIs and added new ones to support using AWS Elastic Disaster Recovery post-launch actions. Added support for new regions. - api-change:
firehose
: DocumentIdOptions has been added for the Amazon OpenSearch destination. - api-change:
guardduty
: AddmanagementType
field to ListCoverage API response. - api-change:
internetmonitor
: This release updates the Amazon CloudWatch Internet Monitor API domain name. - api-change:
ivs-realtime
: Doc only update that changes description for ParticipantToken. - api-change:
simspaceweaver
: Edited the introductory text for the API reference. - api-change:
xray
: Add StartTime field in GetTraceSummaries API response for each TraceSummary.
v1.31.46
=======
- api-change:
ec2
: This release adds support for restricting public sharing of AMIs through AMI Block Public Access - api-change:
events
: Update events client to latest version - api-change:
kendra
: Amazon Kendra now supports confidence score buckets for retrieved passage results using the Retrieve API.
v1.31.45
=======
- api-change:
ecr
: This release will have ValidationException be thrown from ECR LifecyclePolicy APIs in regions LifecyclePolicy is not supported, this includes existing Amazon Dedicated Cloud (ADC) regions. This release will also change Tag: TagValue and Tag: TagKey to required. - api-change:
medialive
: AWS Elemental Link now supports attaching a Link UHD device to a MediaConnect flow. - api-change:
quicksight
: This release launches new updates to QuickSight KPI visuals - support for sparklines, new templated layout and new targets for conditional formatting rules.
v1.31.44
=======
- api-change:
fsx
: Amazon FSx documentation fixes - api-change:
sagemaker
: Autopilot APIs will now support holiday featurization for Timeseries models. The models will now hold holiday metadata and should be able to accommodate holiday effect during inference. - api-change:
sso-admin
: Content updates to IAM Identity Center API for China Regions. - api-change:
workspaces
: A new field "ErrorDetails" will be added to the output of "DescribeWorkspaceImages" API call. This field provides in-depth details about the error occurred during image import process. These details include the possible causes of the errors and troubleshooting information.
v1.31.43
=======
- api-change:
neptunedata
: Minor changes to send unsigned requests to Neptune clusters - api-change:
securityhub
: Documentation updates for AWS Security Hub - api-change:
simspaceweaver
: BucketName and ObjectKey are now required for the S3Location data type. BucketName is now required for the S3Destination data type.
PyMySQL/mysqlclient
v2.2.0
What's Changed
mysqlclient uses pkg-config
since v2.2. You need to configure pkg-config, or manually set envvars.
READ the manual
- Actions: Drop Python 3.6 and add 3.11-dev by @methane in https://github.com/PyMySQL/mysqlclient/pull/542
- docs: fix simple typo, portible -> portable by @timgates42 in https://github.com/PyMySQL/mysqlclient/pull/547
- Update python_requires to match supported python versions by @gopackgo90 in https://github.com/PyMySQL/mysqlclient/pull/543
- Raise ProgrammingError on -inf by @methane in https://github.com/PyMySQL/mysqlclient/pull/557
- Swap 3.11-dev for 3.11 in CI by @joshuadavidthomas in https://github.com/PyMySQL/mysqlclient/pull/561
- Add CodeQL workflow for GitHub code scanning by @lgtm-com in https://github.com/PyMySQL/mysqlclient/pull/565
- ER_BAD_NULL should be IntegrityError. by @methane in https://github.com/PyMySQL/mysqlclient/pull/579
- Update windows build workflow by @methane in https://github.com/PyMySQL/mysqlclient/pull/585
- Use pkg-config instead of mysql_config by @methane in https://github.com/PyMySQL/mysqlclient/pull/586
- Remove uneeded code. by @methane in https://github.com/PyMySQL/mysqlclient/pull/512
- Add collation option by @vsalvino in https://github.com/PyMySQL/mysqlclient/pull/564
- Start 2.2.0 development by @methane in https://github.com/PyMySQL/mysqlclient/pull/587
- Action: Use Ruff by @methane in https://github.com/PyMySQL/mysqlclient/pull/588
- Run pyupgrade --py38-plus by @methane in https://github.com/PyMySQL/mysqlclient/pull/590
- Update workflows by @methane in https://github.com/PyMySQL/mysqlclient/pull/593
- Update Django test workflow by @methane in https://github.com/PyMySQL/mysqlclient/pull/594
- CI: Update codeql build. by @methane in https://github.com/PyMySQL/mysqlclient/pull/595
- Improved exception handling when importing the module by @piglei in https://github.com/PyMySQL/mysqlclient/pull/596
- CI: Fix django workflow by @methane in https://github.com/PyMySQL/mysqlclient/pull/597
- Use pyproject.toml by @methane in https://github.com/PyMySQL/mysqlclient/pull/598
- Add Cursor.mogrify(). by @steveteahan in https://github.com/PyMySQL/mysqlclient/pull/477
- Add ability to customize ssl mode settings by @thereisnosun in https://github.com/PyMySQL/mysqlclient/pull/475
- Use src-layout. by @methane in https://github.com/PyMySQL/mysqlclient/pull/600
- Discard results without converting them into Python objects. by @methane in https://github.com/PyMySQL/mysqlclient/pull/601
- Fix sphinx warnings by @methane in https://github.com/PyMySQL/mysqlclient/pull/602
- Release GIL during result.discard() by @methane in https://github.com/PyMySQL/mysqlclient/pull/604
- Fix executemany with binary prefix by @methane in https://github.com/PyMySQL/mysqlclient/pull/605
- CI: Fix Django test by @methane in https://github.com/PyMySQL/mysqlclient/pull/606
- Fix Connection.escape() with Unicode input by @methane in https://github.com/PyMySQL/mysqlclient/pull/608
- fix: fix sslmode typo by @mschoettle in https://github.com/PyMySQL/mysqlclient/pull/609
- CI: Update Django test workflow by @methane in https://github.com/PyMySQL/mysqlclient/pull/610
- Release v2.2.0rc1 by @methane in https://github.com/PyMySQL/mysqlclient/pull/607
- CI: Use MariaDB by @methane in https://github.com/PyMySQL/mysqlclient/pull/611
- ci: Run django test after our test by @methane in https://github.com/PyMySQL/mysqlclient/pull/612
- Configure Renovate by @renovate in https://github.com/PyMySQL/mysqlclient/pull/616
- Release v2.2.0 by @methane in https://github.com/PyMySQL/mysqlclient/pull/618
New Contributors
- @gopackgo90 made their first contribution in https://github.com/PyMySQL/mysqlclient/pull/543
- @joshuadavidthomas made their first contribution in https://github.com/PyMySQL/mysqlclient/pull/561
- @lgtm-com made their first contribution in https://github.com/PyMySQL/mysqlclient/pull/565
- @vsalvino made their first contribution in https://github.com/PyMySQL/mysqlclient/pull/564
- @piglei made their first contribution in https://github.com/PyMySQL/mysqlclient/pull/596
- @steveteahan made their first contribution in https://github.com/PyMySQL/mysqlclient/pull/477
- @thereisnosun made their first contribution in https://github.com/PyMySQL/mysqlclient/pull/475
- @mschoettle made their first contribution in https://github.com/PyMySQL/mysqlclient/pull/609
- @renovate made their first contribution in https://github.com/PyMySQL/mysqlclient/pull/616
Full Changelog: https://github.com/PyMySQL/mysqlclient/compare/v2.1.1...v2.2.0
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.