diff --git a/.changes/1.35.39.json b/.changes/1.35.39.json new file mode 100644 index 0000000000..30181f4212 --- /dev/null +++ b/.changes/1.35.39.json @@ -0,0 +1,27 @@ +[ + { + "category": "``appflow``", + "description": "[``botocore``] Doc only updates for clarification around OAuth2GrantType for Salesforce.", + "type": "api-change" + }, + { + "category": "``elbv2``", + "description": "[``botocore``] Add zonal_shift.config.enabled attribute. Add new AdministrativeOverride construct in the describe-target-health API response to include information about the override status applied to a target.", + "type": "api-change" + }, + { + "category": "``emr``", + "description": "[``botocore``] This release provides new parameter \"Context\" in instance fleet clusters.", + "type": "api-change" + }, + { + "category": "``guardduty``", + "description": "[``botocore``] Added a new field for network connection details.", + "type": "api-change" + }, + { + "category": "``robomaker``", + "description": "[``botocore``] Documentation update: added support notices to each API action.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-appflow-37356.json b/.changes/next-release/api-change-appflow-37356.json deleted file mode 100644 index 264eb01a2d..0000000000 --- a/.changes/next-release/api-change-appflow-37356.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``appflow``", - "description": "[``botocore``] Doc only updates for clarification around OAuth2GrantType for Salesforce." -} diff --git a/.changes/next-release/api-change-elbv2-58421.json b/.changes/next-release/api-change-elbv2-58421.json deleted file mode 100644 index 032166d473..0000000000 --- a/.changes/next-release/api-change-elbv2-58421.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``elbv2``", - "description": "[``botocore``] Add zonal_shift.config.enabled attribute. Add new AdministrativeOverride construct in the describe-target-health API response to include information about the override status applied to a target." -} diff --git a/.changes/next-release/api-change-emr-12517.json b/.changes/next-release/api-change-emr-12517.json deleted file mode 100644 index b328726e04..0000000000 --- a/.changes/next-release/api-change-emr-12517.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``emr``", - "description": "[``botocore``] This release provides new parameter \"Context\" in instance fleet clusters." -} diff --git a/.changes/next-release/api-change-guardduty-80575.json b/.changes/next-release/api-change-guardduty-80575.json deleted file mode 100644 index a33f2c7163..0000000000 --- a/.changes/next-release/api-change-guardduty-80575.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``guardduty``", - "description": "[``botocore``] Added a new field for network connection details." -} diff --git a/.changes/next-release/api-change-robomaker-7095.json b/.changes/next-release/api-change-robomaker-7095.json deleted file mode 100644 index d2387da46c..0000000000 --- a/.changes/next-release/api-change-robomaker-7095.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``robomaker``", - "description": "[``botocore``] Documentation update: added support notices to each API action." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 86065919a6..50fc1afd3b 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,16 @@ CHANGELOG ========= +1.35.39 +======= + +* api-change:``appflow``: [``botocore``] Doc only updates for clarification around OAuth2GrantType for Salesforce. +* api-change:``elbv2``: [``botocore``] Add zonal_shift.config.enabled attribute. Add new AdministrativeOverride construct in the describe-target-health API response to include information about the override status applied to a target. +* api-change:``emr``: [``botocore``] This release provides new parameter "Context" in instance fleet clusters. +* api-change:``guardduty``: [``botocore``] Added a new field for network connection details. +* api-change:``robomaker``: [``botocore``] Documentation update: added support notices to each API action. + + 1.35.38 ======= diff --git a/boto3/__init__.py b/boto3/__init__.py index 6e9481a25e..b66260d5e8 100644 --- a/boto3/__init__.py +++ b/boto3/__init__.py @@ -17,7 +17,7 @@ from boto3.session import Session __author__ = 'Amazon Web Services' -__version__ = '1.35.38' +__version__ = '1.35.39' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index 5971f050f5..3bee4e7593 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.35.38,<1.36.0 + botocore>=1.35.39,<1.36.0 jmespath>=0.7.1,<2.0.0 s3transfer>=0.10.0,<0.11.0 diff --git a/setup.py b/setup.py index 2ad2287dc6..7199d94c02 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ requires = [ - 'botocore>=1.35.38,<1.36.0', + 'botocore>=1.35.39,<1.36.0', 'jmespath>=0.7.1,<2.0.0', 's3transfer>=0.10.0,<0.11.0', ]