Skip to content

Commit

Permalink
Bumping version to 1.35.70
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Nov 26, 2024
1 parent 2819e42 commit e1c8191
Show file tree
Hide file tree
Showing 9 changed files with 39 additions and 27 deletions.
27 changes: 27 additions & 0 deletions .changes/1.35.70.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"category": "``bedrock-agent``",
"description": "Custom Orchestration API release for AWSBedrockAgents.",
"type": "api-change"
},
{
"category": "``bedrock-agent-runtime``",
"description": "Custom Orchestration and Streaming configurations API release for AWSBedrockAgents.",
"type": "api-change"
},
{
"category": "``connect``",
"description": "Enables access to ValueMap and ValueInteger types for SegmentAttributes and fixes deserialization bug for DescribeContactFlow in AmazonConnect Public API",
"type": "api-change"
},
{
"category": "``ec2``",
"description": "Adds support for Time-based Copy for EBS Snapshots and Cross Region PrivateLink. Time-based Copy ensures that EBS Snapshots are copied within and across AWS Regions in a specified timeframe. Cross Region PrivateLink enables customers to connect to VPC endpoint services hosted in other AWS Regions.",
"type": "api-change"
},
{
"category": "``qapps``",
"description": "Private sharing, file upload and data collection feature support for Q Apps",
"type": "api-change"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/api-change-bedrockagent-4419.json

This file was deleted.

This file was deleted.

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

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-ec2-29225.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-qapps-57378.json

This file was deleted.

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

1.35.70
=======

* api-change:``bedrock-agent``: Custom Orchestration API release for AWSBedrockAgents.
* api-change:``bedrock-agent-runtime``: Custom Orchestration and Streaming configurations API release for AWSBedrockAgents.
* api-change:``connect``: Enables access to ValueMap and ValueInteger types for SegmentAttributes and fixes deserialization bug for DescribeContactFlow in AmazonConnect Public API
* api-change:``ec2``: Adds support for Time-based Copy for EBS Snapshots and Cross Region PrivateLink. Time-based Copy ensures that EBS Snapshots are copied within and across AWS Regions in a specified timeframe. Cross Region PrivateLink enables customers to connect to VPC endpoint services hosted in other AWS Regions.
* api-change:``qapps``: Private sharing, file upload and data collection feature support for Q Apps


1.35.69
=======

Expand Down
2 changes: 1 addition & 1 deletion botocore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import os
import re

__version__ = '1.35.69'
__version__ = '1.35.70'


class NullHandler(logging.Handler):
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
# The short X.Y version.
version = '1.35.'
# The full version, including alpha/beta/rc tags.
release = '1.35.69'
release = '1.35.70'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down

0 comments on commit e1c8191

Please sign in to comment.