Skip to content

Commit 3c07dc9

Browse files
Bumping version to 1.37.6
1 parent 73f56dd commit 3c07dc9

File tree

8 files changed

+33
-22
lines changed

8 files changed

+33
-22
lines changed

.changes/1.37.6.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
[
2+
{
3+
"category": "``elasticache``",
4+
"description": "Doc only update, listing 'valkey7' and 'valkey8' as engine options for parameter groups.",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``iot-managed-integrations``",
9+
"description": "Adding managed integrations APIs for IoT Device Management to setup and control devices across different manufacturers and connectivity protocols. APIs include managedthing operations, credential and provisioning profile management, notification configuration, and OTA update.",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``iotsitewise``",
14+
"description": "AWS IoT SiteWise now supports MQTT-enabled, V3 gateways. Configure data destinations for real-time ingestion into AWS IoT SiteWise or buffered ingestion using Amazon S3 storage. You can also use path filters for precise data collection from specific MQTT topics.",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``rds``",
19+
"description": "Note support for Database Insights for Amazon RDS.",
20+
"type": "api-change"
21+
}
22+
]

.changes/next-release/api-change-elasticache-69150.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/next-release/api-change-iotmanagedintegrations-52591.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/next-release/api-change-iotsitewise-86860.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/next-release/api-change-rds-90593.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.rst

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

5+
1.37.6
6+
======
7+
8+
* api-change:``elasticache``: Doc only update, listing 'valkey7' and 'valkey8' as engine options for parameter groups.
9+
* api-change:``iot-managed-integrations``: Adding managed integrations APIs for IoT Device Management to setup and control devices across different manufacturers and connectivity protocols. APIs include managedthing operations, credential and provisioning profile management, notification configuration, and OTA update.
10+
* api-change:``iotsitewise``: AWS IoT SiteWise now supports MQTT-enabled, V3 gateways. Configure data destinations for real-time ingestion into AWS IoT SiteWise or buffered ingestion using Amazon S3 storage. You can also use path filters for precise data collection from specific MQTT topics.
11+
* api-change:``rds``: Note support for Database Insights for Amazon RDS.
12+
13+
514
1.37.5
615
======
716

botocore/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
import os
1717
import re
1818

19-
__version__ = '1.37.5'
19+
__version__ = '1.37.6'
2020

2121

2222
class NullHandler(logging.Handler):

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
# The short X.Y version.
6060
version = '1.37'
6161
# The full version, including alpha/beta/rc tags.
62-
release = '1.37.5'
62+
release = '1.37.6'
6363

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

0 commit comments

Comments
 (0)