File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ [
2+ {
3+ "category" : " ``iot``" ,
4+ "description" : " [``botocore``] Add support for dynamic payloads in IoT Device Management Commands" ,
5+ "type" : " api-change"
6+ },
7+ {
8+ "category" : " ``timestream-influxdb``" ,
9+ "description" : " [``botocore``] This release adds support for rebooting InfluxDB DbInstances and DbClusters" ,
10+ "type" : " api-change"
11+ }
12+ ]
Original file line number Diff line number Diff line change 22CHANGELOG
33=========
44
5+ 1.42.11
6+ =======
7+
8+ * api-change:``iot``: [``botocore``] Add support for dynamic payloads in IoT Device Management Commands
9+ * api-change:``timestream-influxdb``: [``botocore``] This release adds support for rebooting InfluxDB DbInstances and DbClusters
10+
11+
5121.42.10
613=======
714
Original file line number Diff line number Diff line change 1818from boto3 .session import Session
1919
2020__author__ = 'Amazon Web Services'
21- __version__ = '1.42.10 '
21+ __version__ = '1.42.11 '
2222
2323
2424# The default Boto3 session; autoloaded when needed.
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ universal = 0
33
44[metadata]
55requires_dist =
6- botocore>=1.42.10 ,<1.43.0
6+ botocore>=1.42.11 ,<1.43.0
77 jmespath>=0.7.1,<2.0.0
88 s3transfer>=0.16.0,<0.17.0
99
Original file line number Diff line number Diff line change 1414
1515
1616requires = [
17- 'botocore>=1.42.10 ,<1.43.0' ,
17+ 'botocore>=1.42.11 ,<1.43.0' ,
1818 'jmespath>=0.7.1,<2.0.0' ,
1919 's3transfer>=0.16.0,<0.17.0' ,
2020]
You can’t perform that action at this time.
0 commit comments