fix: Resolve multiple customer-blocking bugs (#126, #131, #132)#134
Merged
rory-xu merged 2 commits intoaws-cloudformation:masterfrom Apr 28, 2026
Merged
Conversation
e004a01 to
576f86c
Compare
c8e4ddc to
616ef05
Compare
rory-xu
approved these changes
Apr 28, 2026
AkifRafique
approved these changes
Apr 28, 2026
…ws-cloudformation#131, aws-cloudformation#132) Fix class-transformer version mismatch (0.3.1 -> 0.5.1) causing silent deserialization failures in generated projects. Remove @ts-ignore from Integer interface so consumers with skipLibCheck:false can compile. Fix timezone-dependent test failure in log-delivery tests. Bump lib version to 1.0.7. Closes aws-cloudformation#126, aws-cloudformation#132
Replace macos-12 (removed by GitHub) with macos-13. Drop EOL Python 3.8/3.9, add 3.12. Bump python_requires from >=3.8 to >=3.10. Bump all GitHub Actions to v4. Fix upload-artifact unique name requirement. Fix pre-commit eslint hook: replace mirrors-eslint with local hook using project node_modules to prevent version drift. Bump flake8 5.0.4 -> 7.1.2 and bandit 1.7.1 -> 1.8.3 for Python 3.12 compat. Add PyPI release workflow for automated plugin publishing (requires PYPI_API_KEY_CLOUDFORMATION_CLI_TYPESCRIPT_PLUGIN secret). Add pyproject.toml for PEP 517 build system declaration. Install cloudformation-cli from GitHub master in CI to pick up pkg_resources fix not yet published to PyPI. Bump plugin version to 1.0.5. Closes aws-cloudformation#131
460eb52 to
7e119db
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes three GitHub issues blocking customers, plus CI modernization.
Bug fixes:
extends BigIntwith standalone interfaces and explicit type casts.toISOString()instead of raw Date objectsCI/CD modernization:
macos-12(removed by GitHub) withmacos-13python_requiresfrom>=3.8to>=3.10node_modulesinstead of stale mirrorpyproject.tomlfor PEP 517 build system declarationCloses #126, #131, #132