Skip to content

Commit a659848

Browse files
Merge branch 'release-1.38.36'
* release-1.38.36: Bumping version to 1.38.36 Add changelog entries from botocore Docs: Add support for Adobe Analytics in documentation (#4379)
2 parents 18bd5a2 + 75dd118 commit a659848

7 files changed

Lines changed: 61 additions & 6 deletions

File tree

.changes/1.38.36.json

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
[
2+
{
3+
"category": "``apigateway``",
4+
"description": "[``botocore``] Documentation updates for Amazon API Gateway",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``apigatewayv2``",
9+
"description": "[``botocore``] Documentation updates for Amazon API Gateway",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``connectcampaignsv2``",
14+
"description": "[``botocore``] Added PutInstanceCommunicationLimits and GetInstanceCommunicationLimits APIs",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``ecs``",
19+
"description": "[``botocore``] This Amazon ECS release supports updating the capacityProviderStrategy parameter in update-service.",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``emr-serverless``",
24+
"description": "[``botocore``] This release adds support for retrieval of the optional executionIamPolicy field in the GetJobRun API response.",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``iotfleetwise``",
29+
"description": "[``botocore``] Add new status READY_FOR_CHECKIN used for vehicle synchronisation",
30+
"type": "api-change"
31+
},
32+
{
33+
"category": "``kms``",
34+
"description": "[``botocore``] AWS KMS announces the support of ML-DSA key pairs that creates post-quantum safe digital signatures.",
35+
"type": "api-change"
36+
},
37+
{
38+
"category": "``pcs``",
39+
"description": "[``botocore``] Fixed regex patterns for ARN fields.",
40+
"type": "api-change"
41+
}
42+
]

CHANGELOG.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22
CHANGELOG
33
=========
44

5+
1.38.36
6+
=======
7+
8+
* api-change:``apigateway``: [``botocore``] Documentation updates for Amazon API Gateway
9+
* api-change:``apigatewayv2``: [``botocore``] Documentation updates for Amazon API Gateway
10+
* api-change:``connectcampaignsv2``: [``botocore``] Added PutInstanceCommunicationLimits and GetInstanceCommunicationLimits APIs
11+
* api-change:``ecs``: [``botocore``] This Amazon ECS release supports updating the capacityProviderStrategy parameter in update-service.
12+
* api-change:``emr-serverless``: [``botocore``] This release adds support for retrieval of the optional executionIamPolicy field in the GetJobRun API response.
13+
* api-change:``iotfleetwise``: [``botocore``] Add new status READY_FOR_CHECKIN used for vehicle synchronisation
14+
* api-change:``kms``: [``botocore``] AWS KMS announces the support of ML-DSA key pairs that creates post-quantum safe digital signatures.
15+
* api-change:``pcs``: [``botocore``] Fixed regex patterns for ARN fields.
16+
17+
518
1.38.35
619
=======
720

boto3/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
from boto3.session import Session
1818

1919
__author__ = 'Amazon Web Services'
20-
__version__ = '1.38.35'
20+
__version__ = '1.38.36'
2121

2222

2323
# The default Boto3 session; autoloaded when needed.

docs/source/_static/js/custom.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,8 +208,8 @@ function setupKeyboardFriendlyNavigation() {
208208
function loadShortbread() {
209209
if (typeof AWSCShortbread !== "undefined") {
210210
const shortbread = AWSCShortbread({
211-
// If you're testing in your dev environment, use ".cloudfront.net" for domain, else ".amazonaws.com"
212-
domain: ".amazonaws.com",
211+
// If you're testing in your dev environment, use ".cloudfront.net" for domain, else "boto3.amazonaws.com"
212+
domain: "boto3.amazonaws.com",
213213
});
214214

215215
// Check for cookie consent

docs/source/_templates/page.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
{% extends "!page.html" %}
1313

1414
{%- block extrahead %}
15+
<script src="https://a0.awsstatic.com/s_code/js/3.0/awshome_s_code.js"></script>
1516
<script src="https://prod.assets.shortbread.aws.dev/shortbread.js"></script>
1617
<link href="https://prod.assets.shortbread.aws.dev/shortbread.css" rel="stylesheet">
1718
{% endblock %}
1819

19-
2020
{% block body -%}
2121
{% include 'partials/icons.html' %}
2222
<svg xmlns="http://www.w3.org/2000/svg" class="hidden">

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ universal = 0
33

44
[metadata]
55
requires_dist =
6-
botocore>=1.38.35,<1.39.0
6+
botocore>=1.38.36,<1.39.0
77
jmespath>=0.7.1,<2.0.0
88
s3transfer>=0.13.0,<0.14.0
99

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515

1616
requires = [
17-
'botocore>=1.38.35,<1.39.0',
17+
'botocore>=1.38.36,<1.39.0',
1818
'jmespath>=0.7.1,<2.0.0',
1919
's3transfer>=0.13.0,<0.14.0',
2020
]

0 commit comments

Comments
 (0)