Skip to content

Commit

Permalink
Bumping version to 1.36.3
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Jan 21, 2025
1 parent 974e859 commit 0bdee9a
Show file tree
Hide file tree
Showing 13 changed files with 58 additions and 43 deletions.
42 changes: 42 additions & 0 deletions .changes/1.36.3.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
[
{
"category": "``batch``",
"description": "[``botocore``] Documentation-only update: clarified the description of the shareDecaySeconds parameter of the FairsharePolicy data type, clarified the description of the priority parameter of the JobQueueDetail data type.",
"type": "api-change"
},
{
"category": "``cognito-idp``",
"description": "[``botocore``] corrects the dual-stack endpoint configuration for cognitoidp",
"type": "api-change"
},
{
"category": "``connect``",
"description": "[``botocore``] Added DeleteContactFlowVersion API and the CAMPAIGN flow type",
"type": "api-change"
},
{
"category": "``emr-serverless``",
"description": "[``botocore``] Increasing entryPoint in SparkSubmit to accept longer script paths. New limit is 4kb.",
"type": "api-change"
},
{
"category": "``iotsitewise``",
"description": "[``botocore``] AWS IoT SiteWise now supports ingestion and querying of Null (all data types) and NaN (double type) values of bad or uncertain data quality. New partial error handling prevents data loss during ingestion. Enabled by default for new customers; existing customers can opt-in.",
"type": "api-change"
},
{
"category": "``logs``",
"description": "[``botocore``] Documentation-only update to address doc errors",
"type": "api-change"
},
{
"category": "``quicksight``",
"description": "[``botocore``] Added `DigitGroupingStyle` in ThousandsSeparator to allow grouping by `LAKH`( Indian Grouping system ) currency. Support LAKH and `CRORE` currency types in Column Formatting.",
"type": "api-change"
},
{
"category": "``sns``",
"description": "[``botocore``] This release adds support for the topic attribute FifoThroughputScope for SNS FIFO topics. For details, see the documentation history in the Amazon Simple Notification Service Developer Guide.",
"type": "api-change"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/api-change-batch-46776.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-cognitoidp-67044.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-connect-63840.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-emrserverless-91229.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-iotsitewise-15809.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-logs-83260.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-quicksight-91596.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-sns-51413.json

This file was deleted.

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

1.36.3
======

* api-change:``batch``: [``botocore``] Documentation-only update: clarified the description of the shareDecaySeconds parameter of the FairsharePolicy data type, clarified the description of the priority parameter of the JobQueueDetail data type.
* api-change:``cognito-idp``: [``botocore``] corrects the dual-stack endpoint configuration for cognitoidp
* api-change:``connect``: [``botocore``] Added DeleteContactFlowVersion API and the CAMPAIGN flow type
* api-change:``emr-serverless``: [``botocore``] Increasing entryPoint in SparkSubmit to accept longer script paths. New limit is 4kb.
* api-change:``iotsitewise``: [``botocore``] AWS IoT SiteWise now supports ingestion and querying of Null (all data types) and NaN (double type) values of bad or uncertain data quality. New partial error handling prevents data loss during ingestion. Enabled by default for new customers; existing customers can opt-in.
* api-change:``logs``: [``botocore``] Documentation-only update to address doc errors
* api-change:``quicksight``: [``botocore``] Added `DigitGroupingStyle` in ThousandsSeparator to allow grouping by `LAKH`( Indian Grouping system ) currency. Support LAKH and `CRORE` currency types in Column Formatting.
* api-change:``sns``: [``botocore``] This release adds support for the topic attribute FifoThroughputScope for SNS FIFO topics. For details, see the documentation history in the Amazon Simple Notification Service Developer Guide.


1.36.2
======

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.36.2'
__version__ = '1.36.3'


# 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.36.2,<1.37.0
botocore>=1.36.3,<1.37.0
jmespath>=0.7.1,<2.0.0
s3transfer>=0.11.0,<0.12.0

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


requires = [
'botocore>=1.36.2,<1.37.0',
'botocore>=1.36.3,<1.37.0',
'jmespath>=0.7.1,<2.0.0',
's3transfer>=0.11.0,<0.12.0',
]
Expand Down

0 comments on commit 0bdee9a

Please sign in to comment.