metatype
metatype copied to clipboard
Declarative API development platform. Build backend components with WASM, Typescript and Python, no matter where and how your (legacy) systems are.
- update the headline, the overviews and many other documentation areas - upgrades the dependencies. - [ ] The change come with new or modified tests - [ ] Hard-to-understand...
Expose metagen features to `typegraph/sdk` Depends on #707 and #696 #### Migration notes None ## Summary by CodeRabbit - **New Features** - Introduced new test for running Python on cyclic...
Bumps [next](https://github.com/vercel/next.js) from 14.0.4 to 14.1.1. Commits 5f59ee5 v14.1.1 f48b90b even more 7f789f4 more timeout ab71c4c update timeout 75f60d9 update trigger release workflow 74b3f0f Server Action tests (#62655) a6946b6 Backport...
- Logging before and after each faillible operation - Runtimes: foreign resolvers - Always log before reporting error: HTTP response - Fix error code in artifact_service - Add `BaseError` class...
Update the implementation of `t.enginei()` The change comes with removing the different spin-offs of `t.engine` which arose from the previous impl of t.engine incompatibility with artifact upload protocol. The change...
- Fixes multi-typegraph deployment bug. - Fixes issue with loader process existing after cli death. - Replaces `anyhow` with `color-eyre` in cli and improved logging story. - `interlude` pattern was...
Mdk for python runtime #### Migration notes None ## Summary by CodeRabbit - **New Features** - Introduced new functionalities for generating Python code based on configurations, including handling of templates...
- [x] fix the bug where duplicate artifact references causing failure during resolution during runtime. - [x] add sync mode tests for Python and Deno runtime. - [ ] add...
- [x] Include glob and dir support for `PythonRuntime` deps. - [x] Include glob and dir support for `DenoRuntime` deps. The change includes support for declaring artifact dependencies through `globs`...
Introduces a mechanism for wasm materializers to access hostgate functions. This implements a pretty basic JSON wire interface, a singular `hostcall` function that's exposed to materializers. The only implemented function...