Skip to content

Releases: awslabs/nx-plugin-for-aws

v0.11.0

24 Feb 02:59

Choose a tag to compare

0.11.0 (2025-02-24)

🚀 Features

  • trpc: use new tanstack react query integration for api-connection (6f258fc)

❤️ Thank You

  • 🚀 Jack

v0.10.0

23 Feb 22:58

Choose a tag to compare

0.10.0 (2025-02-23)

🚀 Features

  • api-connection: support connection from react to python fast-api (2aab6c0)
  • open-api: format generated client code and improve tagged operation type names (7a5c563)

🩹 Fixes

  • license: remove trailing spaces in python format and ignore generated files (146e4bf)
  • trpc-react: remove reference to undefined sigv4 client when auth is not iam (649714c)

❤️ Thank You

  • 🚀 Jack

v0.9.0

21 Feb 04:04

Choose a tag to compare

0.9.0 (2025-02-21)

🚀 Features

  • add openapi typescript client generator (01b0501)

❤️ Thank You

  • 🚀 Jack

v0.8.0

20 Feb 22:55

Choose a tag to compare

0.8.0 (2025-02-20)

🚀 Features

  • fast-api: add powertools for fast-api (1c37690)

❤️ Thank You

  • Adrian Dimech

v0.7.1

20 Feb 02:59

Choose a tag to compare

0.7.1 (2025-02-20)

🩹 Fixes

  • resolve issues with trpc router not being bundled correctly (de17574)
  • make the routerFunction public and enable tracing (5daf7f8)
  • ensure cfn guard suppressRule traverse over each construct (4025fa7)
  • add powertools service name to router (9d323e2)
  • fast-api: add title to FastApi app to be rendered in OpenAPI (513002f)

❤️ Thank You

  • Adrian Dimech

v0.7.0

17 Feb 21:46

Choose a tag to compare

0.7.0 (2025-02-17)

🚀 Features

  • add generic api connection generator for integrating with apis (67aa51d)
  • consistent naming for generators (c8e6e95)

❤️ Thank You

  • 🚀 Jack

v0.6.0

17 Feb 00:16

Choose a tag to compare

0.6.0 (2025-02-17)

🚀 Features

  • add python and fastapi support (6d4932e)
  • seperate dist outputs by task (ef2592d)
  • add vite-tsconfig-paths to website vite config (42860d8)

🩹 Fixes

  • add python and fastapi unit tests (ce9d07b)
  • add e2e tests for python project (6e60962)
  • add vite.config.ts.timestamp* to eslint ignores (7690df4)

❤️ Thank You

  • Adrian Dimech

v0.5.1

17 Feb 00:03

Choose a tag to compare

0.5.1 (2025-02-17)

🩹 Fixes

  • trpc: remove unused unit test runner and linter options (cc0d257)

❤️ Thank You

  • 🚀 Jack

v0.5.0

13 Feb 05:15

Choose a tag to compare

0.5.0 (2025-02-13)

🚀 Features

  • trpc: restructure trpc backend code for separation of procedures (a2b4298)
  • trpc: add serve target to run a local trpc server (03eb079)
  • trpc: generate a client for machine to machine api calls (49d645b)
  • trpc-react: cache sigv4 credentials (3686ee5)

🩹 Fixes

  • remove coverage reporting (17f714a)
  • infra: ensure synth output is not overwritten by compile (#57)

❤️ Thank You

  • 🚀 Jack
  • Adrian Dimech
  • Jack Stevenson

v0.4.0

06 Feb 23:42
f67b49f

Choose a tag to compare

0.4.0 (2025-02-06)

🚀 Features

  • cloudscape-website: migrate to use @tanstack/react-router (91e2871)
  • license: sync package.json, pyproject.toml and license files in sync generator (#48)

🩹 Fixes

  • add missing jsonc-eslint-parser dependency (37a396f)

❤️ Thank You

  • Adrian Dimech
  • Jack Stevenson