v2.0.0: Scheduled tasks and shadcn/ui web components
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.