SAM v1.60.0 Release
What's Changed
- chore: simpler way to update schema data by @hoffa in #2817
- feat: CloudFormation docs in schema by @hoffa in #2816
- feat: Allow resource attributes to be used on connectors by @aaythapa in #2822
- feat: multiple destination connector by @xazhao in #2796
- Sync Connectors from Profile Source of Truth by @awood45 in #2824
- chore: Move schema source/generation out of samtranslator package by @aahung in #2825
- fix(schema): more robust docs mapping by @hoffa in #2827
- Add location tests by @GavinZZ in #2826
- ci: mypy/pylint/format schema_source package by @aahung in #2828
- Skip Location service integ tests if service is not supported by @GavinZZ in #2831
- Revert last change and Re-add location exclusion in connector tests by @GavinZZ in #2832
- ci: (experimental) Add ruff before pylint to lint the codebase by @aahung in #2833
- ci: (experimental) Enable more ruff rules by @aahung in #2834
- chore: update schema by @hoffa in #2836
- ci: (experimental) Enable more ruff rules by @aahung in #2835
- fix(schema): better docs parsing by @hoffa in #2837
- ci: Remove pylint by @aahung in #2843
- chore: use https to pull docs by @hoffa in #2846
- ci: Upgrade ruff to 0.0.239 by @aahung in #2847
- feat: New opt-in property to update Lambda version whenever a property changes by @aaythapa in #2838
- ci(schema): scheduled updates by @hoffa in #2845
- fix: workflow typo by @hoffa in #2848
- chore(schema): update by @github-actions in #2849
- fix(schema): improve docs parsing by @hoffa in #2850
- docs: schema generation by @hoffa in #2851
- docs: add workshop by @hoffa in #2852
- chore: filter CFN docs by @hoffa in #2853
- feat: Ssm paramater policy fix by @aaythapa in #2693
- ci: add schema update PR body by @hoffa in #2855
- chore(schema): update by @github-actions in #2858
- fix(schema): support
Alexa::*
docs by @hoffa in #2859 - chore(schema): update by @github-actions in #2860
- ci(schema): add PR checks workaround to description by @hoffa in #2861
- chore(schema): update by @github-actions in #2862
- chore: remove tox and flake8 dependency by @hoffa in #2863
- ci: Add public_interface command by @aahung in #2864
- chore: remove docopt by @hoffa in #2865
- Merge main to develop by @acristin in #2871
- ci: Add public interface command check by @aahung in #2872
- fix(sam-translate.py): add samtranslator to path by @hoffa in #2875
- chore(schema): update by @github-actions in #2876
- fix: recognize license by @hoffa in #2882
- ci: Fix interface scan omits types (e.g., ConnectorResourceReference) by @aahung in #2880
- ci: Add GH Action to detect compatibility breaking chages by @aahung in #2877
- Adding metadata property for unsupported connector profile by @GavinZZ in #2879
- chore: Remove outdated CompatibleRuntimes in basic_layer.yaml (from sam-cli#4672) by @aahung in #2881
- ci: Use pull_request instead of pull_request_target in compatibility action by @aahung in #2883
- chore: Upgrade ruff to 0.0.244 by @aahung in #2884
- chore: Add decorator @deprecated and add it to is_str() by @aahung in #2889
- chore: Upgrade mypy to 1.0.0 and type hint cw_timer by @aahung in #2890
- chore: Upgrade black to 23.1.0 (depending on click 8) and format files by @aahung in #2892
- chore: Use ParamSpec from PEP 612 by @aahung in #2891
- chore: Remove click from dev.txt by @aahung in #2893
- chore: Enable linting for tests and integration by @aahung in #2895
- chore: Fix make integ-test as integration contains non-py files by @aahung in #2896
- chore(schema): update by @github-actions in #2897
- Use consistent method of determining AWS Partition from a region by @acristin in #2899
- chore(schema): update by @github-actions in #2898
- fix: Fix TestCustomDomains unit tests have side effect on others by @aahung in #2900
- fix: Avoid hardcoded eventbus name in integ test by @aahung in #2901
- fix: ChangeEmptyError constructor access self.stack_name before assigning by @aahung in #2902
- fix: Add partition attribute to BaseTest by @acristin in #2903
- Release 1.60.0 (to main) by @aws-sam-cli-bot in #2962
- feat: Support DocumentDB event source by @msharris1
Full Changelog: v1.59.0...v1.60.0