Skip to content

Commit

Permalink
Merge branch 'release-1.34.78'
Browse files Browse the repository at this point in the history
* release-1.34.78:
  Bumping version to 1.34.78
  Add changelog entries from botocore
  • Loading branch information
aws-sdk-python-automation committed Apr 4, 2024
2 parents f41d5d2 + c821589 commit 1882f0f
Show file tree
Hide file tree
Showing 5 changed files with 46 additions and 3 deletions.
32 changes: 32 additions & 0 deletions .changes/1.34.78.json
@@ -0,0 +1,32 @@
[
{
"category": "``b2bi``",
"description": "[``botocore``] Adding support for X12 5010 HIPAA EDI version and associated transaction sets.",
"type": "api-change"
},
{
"category": "``cleanrooms``",
"description": "[``botocore``] Feature: New schemaStatusDetails field to the existing Schema object that displays a status on Schema API responses to show whether a schema is queryable or not. New BatchGetSchemaAnalysisRule API to retrieve multiple schemaAnalysisRules using a single API call.",
"type": "api-change"
},
{
"category": "``ec2``",
"description": "[``botocore``] Amazon EC2 G6 instances powered by NVIDIA L4 Tensor Core GPUs can be used for a wide range of graphics-intensive and machine learning use cases. Gr6 instances also feature NVIDIA L4 GPUs and can be used for graphics workloads with higher memory requirements.",
"type": "api-change"
},
{
"category": "``emr-containers``",
"description": "[``botocore``] This release adds support for integration with EKS AccessEntry APIs to enable automatic Cluster Access for EMR on EKS.",
"type": "api-change"
},
{
"category": "``ivs``",
"description": "[``botocore``] API update to include an SRT ingest endpoint and passphrase for all channels.",
"type": "api-change"
},
{
"category": "``verifiedpermissions``",
"description": "[``botocore``] Adds GroupConfiguration field to Identity Source API's",
"type": "api-change"
}
]
11 changes: 11 additions & 0 deletions CHANGELOG.rst
Expand Up @@ -2,6 +2,17 @@
CHANGELOG
=========

1.34.78
=======

* api-change:``b2bi``: [``botocore``] Adding support for X12 5010 HIPAA EDI version and associated transaction sets.
* api-change:``cleanrooms``: [``botocore``] Feature: New schemaStatusDetails field to the existing Schema object that displays a status on Schema API responses to show whether a schema is queryable or not. New BatchGetSchemaAnalysisRule API to retrieve multiple schemaAnalysisRules using a single API call.
* api-change:``ec2``: [``botocore``] Amazon EC2 G6 instances powered by NVIDIA L4 Tensor Core GPUs can be used for a wide range of graphics-intensive and machine learning use cases. Gr6 instances also feature NVIDIA L4 GPUs and can be used for graphics workloads with higher memory requirements.
* api-change:``emr-containers``: [``botocore``] This release adds support for integration with EKS AccessEntry APIs to enable automatic Cluster Access for EMR on EKS.
* api-change:``ivs``: [``botocore``] API update to include an SRT ingest endpoint and passphrase for all channels.
* api-change:``verifiedpermissions``: [``botocore``] Adds GroupConfiguration field to Identity Source API's


1.34.77
=======

Expand Down
2 changes: 1 addition & 1 deletion boto3/__init__.py
Expand Up @@ -17,7 +17,7 @@
from boto3.session import Session

__author__ = 'Amazon Web Services'
__version__ = '1.34.77'
__version__ = '1.34.78'


# The default Boto3 session; autoloaded when needed.
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Expand Up @@ -3,7 +3,7 @@ universal = 0

[metadata]
requires_dist =
botocore>=1.34.77,<1.35.0
botocore>=1.34.78,<1.35.0
jmespath>=0.7.1,<2.0.0
s3transfer>=0.10.0,<0.11.0

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -13,7 +13,7 @@


requires = [
'botocore>=1.34.77,<1.35.0',
'botocore>=1.34.78,<1.35.0',
'jmespath>=0.7.1,<2.0.0',
's3transfer>=0.10.0,<0.11.0',
]
Expand Down

0 comments on commit 1882f0f

Please sign in to comment.