What's Changed * Load registry schemas before implementing patching by kddejong in https://github.com/aws-cloudformation/cfn-lint/pull/3486 * Force resolve validation to not use strict types by kddejong in https://github.com/aws-cloudformation/cfn-lint/pull/3488
What's Changed * Update CloudFormation schemas to 2024-07-09 by github-actions in https://github.com/aws-cloudformation/cfn-lint/pull/3457 * Update logging configuration to not log when used as a library by kddejong in https://github.com/aws-cloudformation/cfn-lint/pull/3479 * Add `AWS::ServiceCatalog::CloudFormationProvisionedProduct` to exceptions for [E1040](https://github.com/aws-cloudformation/cfn-python-lint/blob/main/docs/rules.md#E1040) by kylekluever in https://github.com/aws-cloudformation/cfn-lint/pull/3481 * Allow ICMP to have `FromPort` other than -1 with `ToPort` -1 by kddejong in https://github.com/aws-cloudformation/cfn-lint/pull/3482
New Contributors * kylekluever made their first contribution in https://github.com/aws-cloudformation/cfn-lint/pull/3481
What's Changed * Switch type comparison in BaseFn to use is_types_compatible by kddejong in https://github.com/aws-cloudformation/cfn-lint/pull/3461 * Update [E2015](https://github.com/aws-cloudformation/cfn-python-lint/blob/main/docs/rules.md#E2015) to split defaults on comma by kddejong in https://github.com/aws-cloudformation/cfn-lint/pull/3466 * Don't fail `anyOf` on warnings by kddejong in https://github.com/aws-cloudformation/cfn-lint/pull/3469 * Allow `Transform` section to have the full transform def by kddejong in https://github.com/aws-cloudformation/cfn-lint/pull/3470 * Update `GetAtt` logic for `AWS::ServiceCatalog::CloudFormationProvisionedProduct` by kddejong in https://github.com/aws-cloudformation/cfn-lint/pull/3475 * Remove `requiredXor` for `AWS::EC2::Instance` by kddejong in https://github.com/aws-cloudformation/cfn-lint/pull/#3477
What's Changed * Update mappings to support transforms at the root level by kddejong in https://github.com/aws-cloudformation/cfn-lint/pull/3439 * Update `CfnLintJsonSchema` based rules for dynamic references by kddejong in https://github.com/aws-cloudformation/cfn-lint/pull/3442 * Fix tagging examples by michael-k in https://github.com/aws-cloudformation/cfn-lint/pull/3448 * Add `full` keyword to optional dependencies by kddejong in https://github.com/aws-cloudformation/cfn-lint/pull/3454 * Load registry schemas if type match by kddejong in https://github.com/aws-cloudformation/cfn-lint/pull/3450 * Update helpers.py with DocDB snapshot type by marty-sullivan in https://github.com/aws-cloudformation/cfn-lint/pull/3455 * Update CloudFormation schemas to 2024-07-02 by github-actions in https://github.com/aws-cloudformation/cfn-lint/pull/3447