Skip to content

v0.4.9-rc1

Choose a tag to compare

@github-actions github-actions released this 02 Sep 09:04
· 133 commits to main since this release
d84e4ed

v0.4.9-rc1 - 2024-09-02

Features

(docs) Post on `Durable Execution`. (#816)
(metagen) Client_ts (#790)
  • Implements client_ts as 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 typegraph function to provide better
    error messages.

  • Chores

  • Updated Docker image references to use docker.io prefix for
    consistency.

    • Excluded unnecessary files from the VSCode settings.
    • Enhanced configurability of Docker commands in development tasks.
  • Updated environment variable GHJK_VERSION to reflect a semantic
    versioning format.

  • New Features

  • Introduced modules and methods for TypeScript and Python code
    generation in the metagen library, enhancing client generation
    capabilities.

    • Added test_typegraph_3 function for improved testing capabilities.
    • Included metadata for the package manager in the project settings.
(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.

MET-635

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/ to src/.
  • Moves typegate/, meta-cli, typegraph/, meta-lsp/ to src/.
  • Renames dev/ to tools/
  • Moves website/ to docs/metatype.dev/
  • Moves src/typegate/tests to tests/
  • Moves src/typegraph/deno/dev to tools/jsr/
  • Moves src/typegraph/deno/sdk to src/typegraph/deno/
  • Renames src/deno to src/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-*.ts to tools/task/*.ts
  • Moves cliff.toml, Cross.toml, ruff.toml to tools/
  • Uses deno
    workspaces to
    organize src/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