Skip to content

Commit

Permalink
Merge branch 'release-1.26.68' into develop
Browse files Browse the repository at this point in the history
* release-1.26.68:
  Bumping version to 1.26.68
  Add changelog entries from botocore
  • Loading branch information
aws-sdk-python-automation committed Feb 9, 2023
2 parents 34af227 + 18cc45b commit b19f29f
Show file tree
Hide file tree
Showing 5 changed files with 64 additions and 3 deletions.
47 changes: 47 additions & 0 deletions .changes/1.26.68.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
[
{
"category": "``chime-sdk-meetings``",
"description": "[``botocore``] Documentation updates for Chime Meetings SDK",
"type": "api-change"
},
{
"category": "``emr-containers``",
"description": "[``botocore``] EMR on EKS allows configuring retry policies for job runs through the StartJobRun API. Using retry policies, a job cause a driver pod to be restarted automatically if it fails or is deleted. The job's status can be seen in the DescribeJobRun and ListJobRun APIs and monitored using CloudWatch events.",
"type": "api-change"
},
{
"category": "``evidently``",
"description": "[``botocore``] Updated entity overrides parameter to accept up to 2500 overrides or a total of 40KB.",
"type": "api-change"
},
{
"category": "``lexv2-models``",
"description": "[``botocore``] Update lexv2-models client to latest version",
"type": "api-change"
},
{
"category": "``lexv2-runtime``",
"description": "[``botocore``] Update lexv2-runtime client to latest version",
"type": "api-change"
},
{
"category": "``lightsail``",
"description": "[``botocore``] Documentation updates for Lightsail",
"type": "api-change"
},
{
"category": "``migration-hub-refactor-spaces``",
"description": "[``botocore``] This release adds support for creating environments with a network fabric type of NONE",
"type": "api-change"
},
{
"category": "``workdocs``",
"description": "[``botocore``] Doc only update for the WorkDocs APIs.",
"type": "api-change"
},
{
"category": "``workspaces``",
"description": "[``botocore``] Removed Windows Server 2016 BYOL and made changes based on IAM campaign.",
"type": "api-change"
}
]
14 changes: 14 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@
CHANGELOG
=========

1.26.68
=======

* api-change:``chime-sdk-meetings``: [``botocore``] Documentation updates for Chime Meetings SDK
* api-change:``emr-containers``: [``botocore``] EMR on EKS allows configuring retry policies for job runs through the StartJobRun API. Using retry policies, a job cause a driver pod to be restarted automatically if it fails or is deleted. The job's status can be seen in the DescribeJobRun and ListJobRun APIs and monitored using CloudWatch events.
* api-change:``evidently``: [``botocore``] Updated entity overrides parameter to accept up to 2500 overrides or a total of 40KB.
* api-change:``lexv2-models``: [``botocore``] Update lexv2-models client to latest version
* api-change:``lexv2-runtime``: [``botocore``] Update lexv2-runtime client to latest version
* api-change:``lightsail``: [``botocore``] Documentation updates for Lightsail
* api-change:``migration-hub-refactor-spaces``: [``botocore``] This release adds support for creating environments with a network fabric type of NONE
* api-change:``workdocs``: [``botocore``] Doc only update for the WorkDocs APIs.
* api-change:``workspaces``: [``botocore``] Removed Windows Server 2016 BYOL and made changes based on IAM campaign.


1.26.67
=======

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

__author__ = 'Amazon Web Services'
__version__ = '1.26.67'
__version__ = '1.26.68'


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

[metadata]
requires_dist =
botocore>=1.29.67,<1.30.0
botocore>=1.29.68,<1.30.0
jmespath>=0.7.1,<2.0.0
s3transfer>=0.6.0,<0.7.0

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@


requires = [
'botocore>=1.29.67,<1.30.0',
'botocore>=1.29.68,<1.30.0',
'jmespath>=0.7.1,<2.0.0',
's3transfer>=0.6.0,<0.7.0',
]
Expand Down

0 comments on commit b19f29f

Please sign in to comment.