Skip to content

Commit

Permalink
Merge branch 'release-1.34.3'
Browse files Browse the repository at this point in the history
* release-1.34.3:
  Bumping version to 1.34.3
  Update to latest partitions and endpoints
  Update to latest models
  Remove old pseudo FIPS region tests
  Added bugs to stale issue workflow (#3087)
  • Loading branch information
aws-sdk-python-automation committed Dec 18, 2023
2 parents 0197406 + 66d8685 commit 7ee6eee
Show file tree
Hide file tree
Showing 14 changed files with 1,152 additions and 352 deletions.
22 changes: 22 additions & 0 deletions .changes/1.34.3.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"category": "``cognito-idp``",
"description": "Amazon Cognito now supports trigger versions that define the fields in the request sent to pre token generation Lambda triggers.",
"type": "api-change"
},
{
"category": "``eks``",
"description": "Add support for EKS Cluster Access Management.",
"type": "api-change"
},
{
"category": "``quicksight``",
"description": "A docs-only release to add missing entities to the API reference.",
"type": "api-change"
},
{
"category": "``route53resolver``",
"description": "Add DOH protocols in resolver endpoints.",
"type": "api-change"
}
]
2 changes: 1 addition & 1 deletion .github/workflows/stale_issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
please feel free to open a new one.
# These labels are required
stale-issue-label: closing-soon
exempt-issue-labels: automation-exempt,needs-review,bug
exempt-issue-labels: automation-exempt,needs-review
response-requested-label: response-requested

# Don't set closed-for-staleness label to skip closing very old issues
Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
CHANGELOG
=========

1.34.3
======

* api-change:``cognito-idp``: Amazon Cognito now supports trigger versions that define the fields in the request sent to pre token generation Lambda triggers.
* api-change:``eks``: Add support for EKS Cluster Access Management.
* api-change:``quicksight``: A docs-only release to add missing entities to the API reference.
* api-change:``route53resolver``: Add DOH protocols in resolver endpoints.


1.34.2
======

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.2'
__version__ = '1.34.3'


class NullHandler(logging.Handler):
Expand Down
40 changes: 20 additions & 20 deletions botocore/data/cognito-idp/2016-04-18/endpoint-rule-set-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [
Expand Down Expand Up @@ -83,7 +82,8 @@
},
"type": "endpoint"
}
]
],
"type": "tree"
},
{
"conditions": [
Expand All @@ -96,7 +96,6 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [
Expand All @@ -110,7 +109,6 @@
"assign": "PartitionResult"
}
],
"type": "tree",
"rules": [
{
"conditions": [
Expand All @@ -133,7 +131,6 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [
Expand Down Expand Up @@ -168,7 +165,6 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [],
Expand All @@ -179,14 +175,16 @@
},
"type": "endpoint"
}
]
],
"type": "tree"
},
{
"conditions": [],
"error": "FIPS and DualStack are enabled, but this partition does not support one or both",
"type": "error"
}
]
],
"type": "tree"
},
{
"conditions": [
Expand All @@ -200,14 +198,12 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [
{
"fn": "booleanEquals",
"argv": [
true,
{
"fn": "getAttr",
"argv": [
Expand All @@ -216,11 +212,11 @@
},
"supportsFIPS"
]
}
},
true
]
}
],
"type": "tree",
"rules": [
{
"conditions": [],
Expand All @@ -231,14 +227,16 @@
},
"type": "endpoint"
}
]
],
"type": "tree"
},
{
"conditions": [],
"error": "FIPS is enabled but this partition does not support FIPS",
"type": "error"
}
]
],
"type": "tree"
},
{
"conditions": [
Expand All @@ -252,7 +250,6 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [
Expand All @@ -272,7 +269,6 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [],
Expand All @@ -283,14 +279,16 @@
},
"type": "endpoint"
}
]
],
"type": "tree"
},
{
"conditions": [],
"error": "DualStack is enabled but this partition does not support DualStack",
"type": "error"
}
]
],
"type": "tree"
},
{
"conditions": [],
Expand All @@ -301,9 +299,11 @@
},
"type": "endpoint"
}
]
],
"type": "tree"
}
]
],
"type": "tree"
},
{
"conditions": [],
Expand Down
Loading

0 comments on commit 7ee6eee

Please sign in to comment.