v0.4.9-rc1
·
133 commits
to main
since this release
v0.4.9-rc1 - 2024-09-02
Features
(docs) Post on `Durable Execution`. (#816)
(metagen) Client_ts (#790)
- Implements
client_tsas described in #777 .
Migration notes
...
- The change comes with new or modified tests
- Hard-to-understand functions have explanatory comments
- End-user documentation is updated to reflect the change
Summary by CodeRabbit
-
Bug Fixes
-
Improved error handling in the
typegraphfunction to provide better
error messages. -
Chores
-
Updated Docker image references to use
docker.ioprefix for
consistency.- Excluded unnecessary files from the VSCode settings.
- Enhanced configurability of Docker commands in development tasks.
-
Updated environment variable
GHJK_VERSIONto reflect a semantic
versioning format. -
New Features
-
Introduced modules and methods for TypeScript and Python code
generation in themetagenlibrary, enhancing client generation
capabilities.- Added
test_typegraph_3function for improved testing capabilities. - Included metadata for the package manager in the project settings.
- Added
(sub) Sdk and typing (#811)
User side of substantial
Migration notes
None
- The change comes with new or modified tests
- Hard-to-understand functions have explanatory comments
- End-user documentation is updated to reflect the change
Add caching to Secrets struct to improve performance (#813)
Migration notes
- The change comes with new or modified tests
- Hard-to-understand functions have explanatory comments
- End-user documentation is updated to reflect the change
Refactor
(docs, gate) Push for `meta dev` instead of `meta typegate` on docs (#822)
Ensure documentation is pushing for meta dev instead of meta typegate
- add a warning that envs are not set.
Migration notes
No Migration Needed
- The change comes with new or modified tests
- Hard-to-understand functions have explanatory comments
- End-user documentation is updated to reflect the change
Flatten deps and improve repo folder (#821)
- Renames
libs/tosrc/. - Moves
typegate/,meta-cli,typegraph/,meta-lsp/tosrc/. - Renames
dev/totools/ - Moves
website/todocs/metatype.dev/ - Moves
src/typegate/teststotests/ - Moves
src/typegraph/deno/devtotools/jsr/ - Moves
src/typegraph/deno/sdktosrc/typegraph/deno/ - Renames
src/denotosrc/mt_deno - Bumps deno to
1.46.1 - Bumps rust toolchain to
1.80.1 - Moves all rust dependencies to workspace section
- Moves
tools/task-*.tstotools/task/*.ts - Moves
cliff.toml,Cross.toml,ruff.tomltotools/ - Uses deno
workspaces to
organizesrc/typegraph/deno,src/typegate,tools/,tests/and
more. - Closes MET-607
- Updates poetry to 1.8.3
- Bumps metatype to version 0.4.9-rc1
- Update CONTRIBUTING.md
- Fix CI workflows
- Fix Dockerfile
- Fix all tests
Migration notes
-
No end user changes required
-
The change comes with new or modified tests
-
Hard-to-understand functions have explanatory comments
-
End-user documentation is updated to reflect the change