Releases: awslabs/nx-plugin-for-aws
Releases · awslabs/nx-plugin-for-aws
Release list
v1.0.0-rc.28
v1.0.0-rc.27
1.0.0-rc.27 (2026-07-06)
🩹 Fixes
- ts#rdb: connect postgres migrations to the cluster directly (#892)
❤️ Thank You
- Alex To
v1.0.0-rc.26
v1.0.0-rc.25
1.0.0-rc.25 (2026-07-02)
🚀 Features
- update dependencies (#871)
- add preferInstallDependencies option to defer installs when batching generators (#869)
- create-nx-workspace: skip git init when target is already a git repo (#876)
- ts#infra: enable CDK express mode by default for deploy target (#878)
🩹 Fixes
- docs: prevent duplicate drawer portals opening multiple overlapping drawers (#874)
❤️ Thank You
- nx-plugin-for-aws
v1.0.0-rc.24
1.0.0-rc.24 (2026-06-30)
🚀 Features
- api: align terraform/cdk api consistency (#858)
- api: enable REST API access logging by default (#859)
- nx-plugin: migrate to Nx 23 and standardize on dev target (#806, #814)
- nx-plugin: migrate to ESM (#853)
- preset: always enable ts plugin and remove addTsPlugin option (#849)
- terraform: centralise provider versions in TERRAFORM_VERSIONS (#865)
- ts#website: default ux provider to shadcn instead of cloudscape (#854)
- ts#website#auth: enable cognito threat protection and add WAF (#857)
🩹 Fixes
- py#project: exclude transient coverage files from compile copy (#860)
- ts#api: configure throttling on terraform rest api stage (#855)
- ts#dynamodb: add random suffix to terraform table name (#864)
- ts#rdb: vend only engine-relevant local-dev scripts (#856)
- ts#rdb: retry Postgres migration on P1010 IAM auth propagation delay (#867)
- ts#smithy-api: ensure SSDK node_modules persists for rolldown bundle (#862)
❤️ Thank You
- nx-plugin-for-aws
v1.0.0-rc.23
1.0.0-rc.23 (2026-06-27)
🩹 Fixes
- py#project: use PEP 503 distribution names so nx infers workspace edges (#845)
- ts#rdb: retry Prisma P1001/P1002 during database migration (#848)
❤️ Thank You
- David Turnbull @dsturnbull
- nx-plugin-for-aws @nx-plugin-for-aws
v0.123.1
0.123.1 (2026-06-27)
🩹 Fixes
- py#project: use PEP 503 distribution names so nx infers workspace edges (#846)
❤️ Thank You
- nx-plugin-for-aws @nx-plugin-for-aws
v1.0.0-rc.22
1.0.0-rc.22 (2026-06-25)
🚀 Features
- py#agent: support langchain agents + mcp/a2a/gateway connections (#836, #818, #822)
- py#agent: support http and a2a protocols for langchain agents (#841, #842)
🩹 Fixes
- py#agent: drop doubled /invocations in HTTP agent serve-local URL (#839)
- py#agent: isolate langchain agents in e2e matrix to keep Lambda bundle under 250 MB (#843)
❤️ Thank You
- David Turnbull @dsturnbull
- nx-plugin-for-aws