You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,14 @@
1
+
### v1.53.3
2
+
## What's Changed
3
+
* Cache `RefResolver` subschemas lookup per instance by @sir-sigurd in https://github.com/aws-cloudformation/cfn-lint/pull/4590
4
+
* chore(deps): bump pyinstaller from 6.20.0 to 6.21.0 in /requirements by @dependabot[bot] in https://github.com/aws-cloudformation/cfn-lint/pull/4595
5
+
* chore(deps): bump setuptools from 82.0.1 to 83.0.0 in /requirements by @dependabot[bot] in https://github.com/aws-cloudformation/cfn-lint/pull/4593
6
+
* fix([E3701](https://github.com/aws-cloudformation/cfn-python-lint/blob/main/docs/rules.md#E3701)): Prevent false positive for `Fn::If` in `OutputArtifacts``Name` by @kddejong in https://github.com/aws-cloudformation/cfn-lint/pull/4596
7
+
* fix(schema): Add file locking to prevent concurrent cache corruption by @kddejong in https://github.com/aws-cloudformation/cfn-lint/pull/4598
8
+
* Update CloudFormation schemas to `2026-07-28` by @github-actions[bot] in https://github.com/aws-cloudformation/cfn-lint/pull/4589
0 commit comments