🚀 What's New in Motia 0.9.3-beta.148
✨ New Features
- refactor observability components and enhance state management (#921) (98d5c30a) by @anderson Leal
- enhance event tracing components and add new UI (#907) (d26272e1) by @anderson Leal
- update RedisStreamAdapter to RedisStreamAdapterManage… (#912) (ecedad10) by @ytallo
- update tutorial navigation text (#909) (42e24207) by @Glauber Castro
- improve project setup logging in CLI for better user guidance (#905) (b54b03e0) by @anderson Leal
🐛 Bug Fixes
- add deep linking support to trigger tabs in steps documentation (#914) (74c8e272) by @Rohit Ghumare
- improve branch checkout logic and add verification st… (#919) (dbb09678) by @ytallo
- validation issues in tutorial files (#915) (c2b6ef1f) by @Glauber Castro
- removing stuff that are not yet implemented (#910) (2ddd8c9b) by @sérgio Marcelino
- prevent inconsistent agent button heights on tablets (#879) (73323eca) by @Nabarun
- broken links in the tutorial (#906) (5b1710ae) by @Glauber Castro
- update Playwright config and enhance global setup script for bet… (#908) (9803cc33) by @ytallo
♻️ Code Refactoring
- streamline hot module replacement logic and improve plugin tab refresh handling (#922) (a367f605) by @anderson Leal
- remove simulated background processing from greeting handler in TypeScript, JavaScript, and Python templates (#901) (ea4ba202) by @anderson Leal
🧹 Maintenance
- update example docs (#880) (1f0b48e4) by @Rohit Ghumare
- api reference updated (#858) (28b304a0) by @Rohit Ghumare
- fix branch name from workflow-orchestration to workflow-orchestrator (#885) (1018990a) by @devdeep Patidar
- remove unused Jest dependencies from project setup (#904) (e7dfff69) by @ytallo
🔧 Other Changes
📦 Package Versions
Core Packages
- motia: 0.9.3-beta.148
- @motiadev/core: 0.9.3-beta.148
- @motiadev/workbench: 0.9.3-beta.148
- @motiadev/ui: 0.9.3-beta.148
- @motiadev/test: 0.9.3-beta.148
Stream Clients
- @motiadev/stream-client: 0.9.3-beta.148
- @motiadev/stream-client-browser: 0.9.3-beta.148
- @motiadev/stream-client-node: 0.9.3-beta.148
- @motiadev/stream-client-react: 0.9.3-beta.148
Plugins
- @motiadev/plugin-endpoint: 0.9.3-beta.148
- @motiadev/plugin-logs: 0.9.3-beta.148
- @motiadev/plugin-observability: 0.9.3-beta.148
- @motiadev/plugin-states: 0.9.3-beta.148
Adapters
- @motiadev/adapter-rabbitmq-events: 0.9.3-beta.148
- @motiadev/adapter-redis-cron: 0.9.3-beta.148
- @motiadev/adapter-redis-state: 0.9.3-beta.148
- @motiadev/adapter-redis-streams: 0.9.3-beta.148
🚀 Installation & Upgrade
NPM
npm install motia@0.9.3-beta.148Yarn
yarn add motia@0.9.3-beta.148PNPM
pnpm add motia@0.9.3-beta.148🔗 Links
Full Changelog: https://github.com/MotiaDev/motia/compare/
v0.9.1-beta.146..v0.9.3-beta.148