Skip to content

Commit

Permalink
Bumping version to 1.34.16
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Jan 10, 2024
1 parent 228e76c commit 43a5d48
Show file tree
Hide file tree
Showing 11 changed files with 51 additions and 37 deletions.
37 changes: 37 additions & 0 deletions .changes/1.34.16.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[
{
"category": "``connectcampaigns``",
"description": "Minor pattern updates for Campaign and Dial Request API fields.",
"type": "api-change"
},
{
"category": "``location``",
"description": "This release adds API support for custom layers for the maps service APIs: CreateMap, UpdateMap, DescribeMap.",
"type": "api-change"
},
{
"category": "``logs``",
"description": "Add support for account level subscription filter policies to PutAccountPolicy, DescribeAccountPolicies, and DeleteAccountPolicy APIs. Additionally, PutAccountPolicy has been modified with new optional \"selectionCriteria\" parameter for resource selection.",
"type": "api-change"
},
{
"category": "``qconnect``",
"description": "QueryAssistant and GetRecommendations will be discontinued starting June 1, 2024. To receive generative responses after March 1, 2024 you will need to create a new Assistant in the Connect console and integrate the Amazon Q in Connect JavaScript library (amazon-q-connectjs) into your applications.",
"type": "api-change"
},
{
"category": "``redshift-serverless``",
"description": "Updates to ConfigParameter for RSS workgroup, removal of use_fips_ssl",
"type": "api-change"
},
{
"category": "``route53``",
"description": "Route53 now supports geoproximity routing in AWS regions",
"type": "api-change"
},
{
"category": "``wisdom``",
"description": "QueryAssistant and GetRecommendations will be discontinued starting June 1, 2024. To receive generative responses after March 1, 2024 you will need to create a new Assistant in the Connect console and integrate the Amazon Q in Connect JavaScript library (amazon-q-connectjs) into your applications.",
"type": "api-change"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/api-change-connectcampaigns-65438.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-location-87459.json

This file was deleted.

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

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-qconnect-95982.json

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-route53-49994.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-wisdom-38654.json

This file was deleted.

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

1.34.16
=======

* api-change:``connectcampaigns``: Minor pattern updates for Campaign and Dial Request API fields.
* api-change:``location``: This release adds API support for custom layers for the maps service APIs: CreateMap, UpdateMap, DescribeMap.
* api-change:``logs``: Add support for account level subscription filter policies to PutAccountPolicy, DescribeAccountPolicies, and DeleteAccountPolicy APIs. Additionally, PutAccountPolicy has been modified with new optional "selectionCriteria" parameter for resource selection.
* api-change:``qconnect``: QueryAssistant and GetRecommendations will be discontinued starting June 1, 2024. To receive generative responses after March 1, 2024 you will need to create a new Assistant in the Connect console and integrate the Amazon Q in Connect JavaScript library (amazon-q-connectjs) into your applications.
* api-change:``redshift-serverless``: Updates to ConfigParameter for RSS workgroup, removal of use_fips_ssl
* api-change:``route53``: Route53 now supports geoproximity routing in AWS regions
* api-change:``wisdom``: QueryAssistant and GetRecommendations will be discontinued starting June 1, 2024. To receive generative responses after March 1, 2024 you will need to create a new Assistant in the Connect console and integrate the Amazon Q in Connect JavaScript library (amazon-q-connectjs) into your applications.


1.34.15
=======

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.34.15'
__version__ = '1.34.16'


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.34.'
# The full version, including alpha/beta/rc tags.
release = '1.34.15'
release = '1.34.16'

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

0 comments on commit 43a5d48

Please sign in to comment.