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
* fix: Resolve multiple customer-blocking bugs (#126, #131, #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#126, #132
* ci: Modernize CI/CD workflows and tooling
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#131
"description": "The CloudFormation Resource Provider Development Kit (RPDK) allows you to author your own resource providers that can be used by CloudFormation. This plugin library helps to provide runtime bindings for the execution of your providers by CloudFormation.",
0 commit comments