diff --git a/.changes/1.31.61.json b/.changes/1.31.61.json new file mode 100644 index 0000000000..cf24a228ec --- /dev/null +++ b/.changes/1.31.61.json @@ -0,0 +1,32 @@ +[ + { + "category": "``omics``", + "description": "Add Etag Support for Omics Storage in ListReadSets and GetReadSetMetadata API", + "type": "api-change" + }, + { + "category": "``rds``", + "description": "Updates Amazon RDS documentation for corrections and minor improvements.", + "type": "api-change" + }, + { + "category": "``route53``", + "description": "Add hostedzonetype filter to ListHostedZones API.", + "type": "api-change" + }, + { + "category": "``securityhub``", + "description": "Added new resource detail objects to ASFF, including resources for AwsEventsEventbus, AwsEventsEndpoint, AwsDmsEndpoint, AwsDmsReplicationTask, AwsDmsReplicationInstance, AwsRoute53HostedZone, and AwsMskCluster", + "type": "api-change" + }, + { + "category": "``storagegateway``", + "description": "Add SoftwareVersion to response of DescribeGatewayInformation.", + "type": "api-change" + }, + { + "category": "``workspaces``", + "description": "This release introduces Manage applications. This feature allows users to manage their WorkSpaces applications by associating or disassociating their WorkSpaces with applications. The DescribeWorkspaces API will now additionally return OperatingSystemName in its responses.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-omics-37678.json b/.changes/next-release/api-change-omics-37678.json deleted file mode 100644 index 4898456edf..0000000000 --- a/.changes/next-release/api-change-omics-37678.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``omics``", - "description": "Add Etag Support for Omics Storage in ListReadSets and GetReadSetMetadata API" -} diff --git a/.changes/next-release/api-change-rds-48711.json b/.changes/next-release/api-change-rds-48711.json deleted file mode 100644 index bbc632d571..0000000000 --- a/.changes/next-release/api-change-rds-48711.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``rds``", - "description": "Updates Amazon RDS documentation for corrections and minor improvements." -} diff --git a/.changes/next-release/api-change-route53-42477.json b/.changes/next-release/api-change-route53-42477.json deleted file mode 100644 index 751b63cd68..0000000000 --- a/.changes/next-release/api-change-route53-42477.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``route53``", - "description": "Add hostedzonetype filter to ListHostedZones API." -} diff --git a/.changes/next-release/api-change-securityhub-34909.json b/.changes/next-release/api-change-securityhub-34909.json deleted file mode 100644 index eaebb80063..0000000000 --- a/.changes/next-release/api-change-securityhub-34909.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``securityhub``", - "description": "Added new resource detail objects to ASFF, including resources for AwsEventsEventbus, AwsEventsEndpoint, AwsDmsEndpoint, AwsDmsReplicationTask, AwsDmsReplicationInstance, AwsRoute53HostedZone, and AwsMskCluster" -} diff --git a/.changes/next-release/api-change-storagegateway-70991.json b/.changes/next-release/api-change-storagegateway-70991.json deleted file mode 100644 index 8d67b7748d..0000000000 --- a/.changes/next-release/api-change-storagegateway-70991.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``storagegateway``", - "description": "Add SoftwareVersion to response of DescribeGatewayInformation." -} diff --git a/.changes/next-release/api-change-workspaces-18256.json b/.changes/next-release/api-change-workspaces-18256.json deleted file mode 100644 index 36d1136a92..0000000000 --- a/.changes/next-release/api-change-workspaces-18256.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``workspaces``", - "description": "This release introduces Manage applications. This feature allows users to manage their WorkSpaces applications by associating or disassociating their WorkSpaces with applications. The DescribeWorkspaces API will now additionally return OperatingSystemName in its responses." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 3775cf9b48..0b3468d10f 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,17 @@ CHANGELOG ========= +1.31.61 +======= + +* api-change:``omics``: Add Etag Support for Omics Storage in ListReadSets and GetReadSetMetadata API +* api-change:``rds``: Updates Amazon RDS documentation for corrections and minor improvements. +* api-change:``route53``: Add hostedzonetype filter to ListHostedZones API. +* api-change:``securityhub``: Added new resource detail objects to ASFF, including resources for AwsEventsEventbus, AwsEventsEndpoint, AwsDmsEndpoint, AwsDmsReplicationTask, AwsDmsReplicationInstance, AwsRoute53HostedZone, and AwsMskCluster +* api-change:``storagegateway``: Add SoftwareVersion to response of DescribeGatewayInformation. +* api-change:``workspaces``: This release introduces Manage applications. This feature allows users to manage their WorkSpaces applications by associating or disassociating their WorkSpaces with applications. The DescribeWorkspaces API will now additionally return OperatingSystemName in its responses. + + 1.31.60 ======= diff --git a/botocore/__init__.py b/botocore/__init__.py index 12a28420bd..a92361586a 100644 --- a/botocore/__init__.py +++ b/botocore/__init__.py @@ -16,7 +16,7 @@ import os import re -__version__ = '1.31.60' +__version__ = '1.31.61' class NullHandler(logging.Handler): diff --git a/docs/source/conf.py b/docs/source/conf.py index be4dec3a07..388625d8fd 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -59,7 +59,7 @@ # The short X.Y version. version = '1.31.' # The full version, including alpha/beta/rc tags. -release = '1.31.60' +release = '1.31.61' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.