Commit 8dc0d99
committed
feat: add map step infrastructure, support for .map() DSL method, and improve failure handling
- Renamed existing changesets for clarity
- Implemented map step type infrastructure in SQL core
- Added .map() method to Flow DSL with compile-time validation and type safety
- Enhanced failure handling to archive all pending messages on run failure
- Fixed type contract violations to fail immediately without retries
- Updated documentation and created detailed changeset
- Removed obsolete plan files and consolidated migration strategy
- Improved robustness and observability for map steps and failure scenarios1 parent a2f5600 commit 8dc0d99
File tree
23 files changed
+608
-3266
lines changed- .changeset
- pkgs/core
- schemas
- supabase
- migrations
- tests/start_flow
- scripts
23 files changed
+608
-3266
lines changedFile renamed without changes.
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
File renamed without changes.
This file was deleted.
0 commit comments