Skip to content

Commit

Permalink
Bumping version to 1.26.59
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Jan 27, 2023
1 parent 68e2af7 commit d0f06df
Show file tree
Hide file tree
Showing 17 changed files with 82 additions and 63 deletions.
62 changes: 62 additions & 0 deletions .changes/1.26.59.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
[
{
"category": "``application-autoscaling``",
"description": "[``botocore``] Enabled FIPS endpoints for GovCloud (US) regions in SDK.",
"type": "api-change"
},
{
"category": "``appstream``",
"description": "[``botocore``] Fixing the issue where Appstream waiters hang for fleet_started and fleet_stopped.",
"type": "api-change"
},
{
"category": "``elasticbeanstalk``",
"description": "[``botocore``] Enabled FIPS endpoints for GovCloud (US) regions in SDK.",
"type": "api-change"
},
{
"category": "``fis``",
"description": "[``botocore``] Enabled FIPS endpoints for GovCloud (US) regions in SDK.",
"type": "api-change"
},
{
"category": "``glacier``",
"description": "[``botocore``] Enabled FIPS endpoints for GovCloud (US) regions in SDK.",
"type": "api-change"
},
{
"category": "``greengrass``",
"description": "[``botocore``] Enabled FIPS endpoints for GovCloud (US) regions in SDK.",
"type": "api-change"
},
{
"category": "``greengrassv2``",
"description": "[``botocore``] Enabled FIPS endpoints for GovCloud (US) in SDK.",
"type": "api-change"
},
{
"category": "``mediatailor``",
"description": "[``botocore``] This release introduces the As Run logging type, along with API and documentation updates.",
"type": "api-change"
},
{
"category": "``outposts``",
"description": "[``botocore``] Adding support for payment term in GetOrder, CreateOrder responses.",
"type": "api-change"
},
{
"category": "``sagemaker-runtime``",
"description": "[``botocore``] Update sagemaker-runtime client to latest version",
"type": "api-change"
},
{
"category": "``sagemaker``",
"description": "[``botocore``] This release supports running SageMaker Training jobs with container images that are in a private Docker registry.",
"type": "api-change"
},
{
"category": "``serverlessrepo``",
"description": "[``botocore``] Enabled FIPS endpoints for GovCloud (US) regions in SDK.",
"type": "api-change"
}
]

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-appstream-91137.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-elasticbeanstalk-6554.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-fis-17858.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-glacier-34305.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-greengrass-12855.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-greengrassv2-40420.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-mediatailor-68509.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-outposts-30436.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-sagemaker-54718.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-sagemakerruntime-68498.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-serverlessrepo-74578.json

This file was deleted.

17 changes: 17 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@
CHANGELOG
=========

1.26.59
=======

* api-change:``application-autoscaling``: [``botocore``] Enabled FIPS endpoints for GovCloud (US) regions in SDK.
* api-change:``appstream``: [``botocore``] Fixing the issue where Appstream waiters hang for fleet_started and fleet_stopped.
* api-change:``elasticbeanstalk``: [``botocore``] Enabled FIPS endpoints for GovCloud (US) regions in SDK.
* api-change:``fis``: [``botocore``] Enabled FIPS endpoints for GovCloud (US) regions in SDK.
* api-change:``glacier``: [``botocore``] Enabled FIPS endpoints for GovCloud (US) regions in SDK.
* api-change:``greengrass``: [``botocore``] Enabled FIPS endpoints for GovCloud (US) regions in SDK.
* api-change:``greengrassv2``: [``botocore``] Enabled FIPS endpoints for GovCloud (US) in SDK.
* api-change:``mediatailor``: [``botocore``] This release introduces the As Run logging type, along with API and documentation updates.
* api-change:``outposts``: [``botocore``] Adding support for payment term in GetOrder, CreateOrder responses.
* api-change:``sagemaker-runtime``: [``botocore``] Update sagemaker-runtime client to latest version
* api-change:``sagemaker``: [``botocore``] This release supports running SageMaker Training jobs with container images that are in a private Docker registry.
* api-change:``serverlessrepo``: [``botocore``] Enabled FIPS endpoints for GovCloud (US) regions in SDK.


1.26.58
=======

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.58'
__version__ = '1.26.59'


# 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.58,<1.30.0
botocore>=1.29.59,<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.58,<1.30.0',
'botocore>=1.29.59,<1.30.0',
'jmespath>=0.7.1,<2.0.0',
's3transfer>=0.6.0,<0.7.0',
]
Expand Down

0 comments on commit d0f06df

Please sign in to comment.