Skip to content

v2.0.0: Scheduled tasks and shadcn/ui web components

Compare
Choose a tag to compare
@tjanczuk tjanczuk released this 22 Dec 08:30
· 19 commits to main since this release
5d71869

This release adds support for:

  • Scheduled tasks. With scheduled asynchronous tasks, the worker component can execute your custom code in the background on a schedule. This is useful for integration scenarios and internal data cleanup, among others. Read more in Scheduled asynchronous work.
  • shadcn/ui. The web component now introduces a dependency on the shadcn/ui component library, which provides a healthy balance between utility and flexibility to customize the look & feel of your UI. Read more in Develop the frontend.

Bug fixes:

  • Fix #10. The DynamoDB client now uses the correct AWS region.