Socket
Socket
Sign inDemoInstall

@typegraph/sdk

Package Overview
Dependencies
0
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

0.4.0

Diff

zifeo
published 0.3.6 •

Changelog

Source

v0.3.6 - 2024-03-14

Bug Fixes

<details > <summary> (gate) `RandomRuntime` does not consider `enum`, `either`, `union` variants (<a href="https://github.com/metatypedev/metatype/pull/619">#619</a>) </summary>

add either, enum, struct and union type support in Random Runtime.

Motivation and context

generating random values for enums, either and union types was failing.

Migration notes

_No Migrations Needed

Checklist

  • [x] The change come with new or modified tests
  • [ ] Hard-to-understand functions have explanatory comments
  • [ ] End-user documentation is updated to reflect the change
</details> <details > <summary> (python-wasi) Fix for vm not initialized after consecutive deploy (<a href="https://github.com/metatypedev/metatype/pull/617">#617</a>) </summary>

Bug fix for typegate throwing vm not initialized after reload

Motivation and context

Bug fix

Migration notes

No Migrations Needed

Checklist

  • [x] The change come with new or modified tests
  • [ ] Hard-to-understand functions have explanatory comments
  • [ ] End-user documentation is updated to reflect the change
</details> <details > <summary> Apply from context (<a href="https://github.com/metatypedev/metatype/pull/616">#616</a>) </summary>

Fix type validators for apply from context.

Motivation and context

Bug.

Migration notes

N/A

Checklist

  • [x] The change come with new or modified tests
  • [ ] Hard-to-understand functions have explanatory comments
  • [ ] End-user documentation is updated to reflect the change
</details> <details > <summary> Optimize typegraph size (<a href="https://github.com/metatypedev/metatype/pull/618">#618</a>) </summary>
  • Hash all type data to compare them on the conversion phase in typegraph/core: remove duplicate types from type final typegraph (duplicate: same value for all the fields except for the "random" name/title).
  • Skip unreferenced types in .apply
Motivation and context

Typegraph is too big sometimes.

Migration notes
<!-- Explain HOW users should update their code when required -->

Checklist

  • [ ] The change come with new or modified tests
  • [ ] Hard-to-understand functions have explanatory comments
  • [ ] End-user documentation is updated to reflect the change
</details>

Miscellaneous Tasks

<details > <summary> Prepare release v0.3.6 (<a href="https://github.com/metatypedev/metatype/pull/626">#626</a>) </summary>

Prepare release v0.3.6

Motivation and context

N/A

Migration notes

N/A

Checklist

  • [ ] The change come with new or modified tests
  • [ ] Hard-to-understand functions have explanatory comments
  • [ ] End-user documentation is updated to reflect the change
</details>
zifeo
published 0.3.5 •

Changelog

Source

v0.3.5 - 2024-03-05

Bug Fixes

<details > <summary> (cli) Fix for `meta-cli deploy` exit with code `0` on failure (<a href="https://github.com/metatypedev/metatype/pull/600">#600</a>) </summary>

fix the issue where meta-cli deploy command exits with code 0 on failure.

Motivation and context

bug fix

Migration notes

No changes needed.

Checklist

  • [ ] The change come with new or modified tests
  • [ ] Hard-to-understand functions have explanatory comments
  • [ ] End-user documentation is updated to reflect the change
</details> <details > <summary> (typegate,typegraph) Minor bugs (<a href="https://github.com/metatypedev/metatype/pull/596">#596</a>) </summary>

Just a few very minor bugs I'd encountered this week. Tests pending.

Motivation and context

Bugs.

Migration notes

No changes required

Checklist

  • [ ] The change come with new or modified tests
  • [ ] Hard-to-understand functions have explanatory comments
  • [ ] End-user documentation is updated to reflect the change
</details> <details > <summary> Show error message for unregistered type name (<a href="https://github.com/metatypedev/metatype/pull/594">#594</a>) </summary>

Check and throw the error for the expose function when called from the Python SDK.

Motivation and context

We got a finalization failure when there are some unregistered type referenced with g.ref.

Migration notes

No changes needed.

Checklist

  • [x] The change come with new or modified tests
  • [x] Hard-to-understand functions have explanatory comments
  • [x] End-user documentation is updated to reflect the change
</details> <details > <summary> Remove injections from prisma output types (<a href="https://github.com/metatypedev/metatype/pull/597">#597</a>) </summary>

Remove injections from generated output types for prisma operations.

Motivation and context

Generated types fail validations (injection not allowed in output types).

Migration notes

No changes needed.

Checklist

  • [x] The change come with new or modified tests
  • [ ] Hard-to-understand functions have explanatory comments
  • [ ] End-user documentation is updated to reflect the change
</details> <details > <summary> Esm customizer for typegate deno ext (<a href="https://github.com/metatypedev/metatype/pull/606">#606</a>) </summary>

Enables v8 snapshots integration for meta typegate subcommand and the standalone typegate. Also bumps deno to 1.41.0.

Motivation and context
</details> <details > <summary> Re-enable macos-latest cli-compat test job (<a href="https://github.com/metatypedev/metatype/pull/608">#608</a>) </summary>

Fixes and enables the broken job.

Motivation and context

Job was disabled earlier to mysterious breakages.

Migration notes

No changes required

Checklist

  • [ ] The change come with new or modified tests
  • [ ] Hard-to-understand functions have explanatory comments
  • [ ] End-user documentation is updated to reflect the change
</details>

Features

<details > <summary> (deno/sdk) Native function embedding in typescript (<a href="https://github.com/metatypedev/metatype/pull/598">#598</a>) </summary>

Add support for function or lambda definition typescript sdk for deno.func similarly to how python.from_def in python sdk works.

Motivation and context

Providing a string is a bit impractical and counter-intuitive espcially when the sdk language matches with runtime's language.

Migration notes

No changes needed.

Checklist

  • [x] The change come with new or modified tests
  • [ ] Hard-to-understand functions have explanatory comments
  • [ ] End-user documentation is updated to reflect the change

</details> <details > <summary> (sdk) Testing framework integration 2 (<a href="https://github.com/metatypedev/metatype/pull/579">#579</a>) </summary>
Motivation and context

Continuation of #566 , focused on prisma runtime.

Migration notes

N/A

Checklist

  • [x] The change come with new or modified tests
  • [ ] Hard-to-understand functions have explanatory comments
  • [ ] End-user documentation is updated to reflect the change

</details> <details > <summary> (sdk) From_random injection (<a href="https://github.com/metatypedev/metatype/pull/593">#593</a>) </summary> <!-- Pull requests are squash merged using: - their title as the commit message - their description as the commit body Having a good title and description is important for the users to get readable changelog and understand when they need to update his code and how. --> <!-- Explain WHAT the change is -->

This change includes changes in StringFormats(added some string formats), logic to provide random values for type nodes and tests to validate the changes. The changes are mostly in the typegraph sdk.

Motivation and context
<!-- Explain WHY the was made or link an issue number -->

This feature enables the user to inject random values for a field(Type Node) when defining a Typegraph.

Migration notes

No changes needed.

<!-- Explain HOW users should update their code when required -->

Checklist

  • [x] The change come with new or modified tests
  • [x] Hard-to-understand functions have explanatory comments
  • [ ] End-user documentation is updated to reflect the change
</details> <details > <summary> Remove obsolete restrictions on prisma (<a href="https://github.com/metatypedev/metatype/pull/592">#592</a>) </summary>
Motivation and context

Since v5, where on unique queries exposes all the fields, not just unique fields.

</details> <details > <summary> Parameter transformation (<a href="https://github.com/metatypedev/metatype/pull/587">#587</a>) </summary>

Enable parameter transformation with the .apply() method. It has more or less the same logic as .reduce() with the ability to flatten the input type.

Motivation and context

This feature enables simpler APIs (input types) on top of runtimes (e.g.: prisma).

Migration notes

No changes needed.

Checklist

  • [x] The change come with new or modified tests
  • [x] Hard-to-understand functions have explanatory comments
  • [ ] End-user documentation is updated to reflect the change
</details> <details open> <summary> Nested context query (<a href="https://github.com/metatypedev/metatype/pull/595">#595</a>) - BREAKING: Nested context query (<a href="https://github.com/metatypedev/metatype/pull/595">#595</a>) </summary>
  • Revert context flattening
  • Enable jsonpath-like key to access nested object fields or array items on the context.
Migration notes

If you access the context directly in your application (through the token), access to nested fields shall be updated. E.g. the expression context["profile.id"] have to turned to context.profile.id.

Checklist

  • [x] The change come with new or modified tests
  • [x] Hard-to-understand functions have explanatory comments
  • [ ] End-user documentation is updated to reflect the change
</details>

Miscellaneous Tasks

<details > <summary> (release) Bump 0.3.5 (<a href="https://github.com/metatypedev/metatype/pull/613">#613</a>) </summary>

Ready for release of v0.3.5

Motivation and context

Required by console.

Migration notes

No changes required_.

Checklist

  • [ ] The change come with new or modified tests
  • [ ] Hard-to-understand functions have explanatory comments
  • [ ] End-user documentation is updated to reflect the change
</details>

Refactor

<details > <summary> (sdk) Move post-processing functions to the typegate (<a href="https://github.com/metatypedev/metatype/pull/586">#586</a>) </summary>
Motivation and context

Depends on #579 Compiled wasm bin size is too large, goal is to reduce it to ~3MB.

Migration notes

N/A

Checklist

  • [x] The change come with new or modified tests
  • [ ] Hard-to-understand functions have explanatory comments
  • [ ] End-user documentation is updated to reflect the change

</details> <details open> <summary> Make fat `meta-cli` the default (<a href="https://github.com/metatypedev/metatype/pull/607">#607</a>) - BREAKING: make fat `meta-cli` the default (<a href="https://github.com/metatypedev/metatype/pull/607">#607</a>) </summary>

Switch the default meta-cli release to the fat version (the one that includes the typegate subcommand).

Motivation and context
</details>
zifeo
published 0.3.4 •

Changelog

Source

v0.3.4 - 2024-02-10

Bug Fixes

<details > <summary> (ci) `upload-artifact@v4` migration, `cross` compilation for meta + typegate (<a href="https://github.com/metatypedev/metatype/pull/571">#571</a>) </summary>

The recent update to upload-artifact@v4 has some breaking changes as described here. This PR addresses them. It also fixes the cross-compilation issues with the meta-cli job in the release workflow.

Motivation and context

Issue in release workflow.

Migration notes

No changes required.

Checklist

  • [ ] The change come with new or modified tests
  • [ ] Hard-to-understand functions have explanatory comments
  • [ ] End-user documentation is updated to reflect the change
</details> <details > <summary> (ci) Minor typo in `release.yml/docker` (<a href="https://github.com/metatypedev/metatype/pull/576">#576</a>) </summary>

Small typo blocking the job that pushes the images to ghcr.io.

Motivation and context

Broken run.

Migration notes

No changes required.

Checklist

  • [ ] The change come with new or modified tests
  • [ ] Hard-to-understand functions have explanatory comments
  • [ ] End-user documentation is updated to reflect the change
</details> <details > <summary> (ci) Missing ts modules from `typegate` image (<a href="https://github.com/metatypedev/metatype/pull/577">#577</a>) </summary>

Adds a check step to the typegate's Dockerfile and converts the .dockerignore to be a whitelist.

Motivation and context

The image for 0.3.3 has some files missing.

Migration notes

No changes required

Checklist

  • [x] The change come with new or modified tests
  • [x] Hard-to-understand functions have explanatory comments
  • [ ] End-user documentation is updated to reflect the change
</details> <details > <summary> (typegate) Fix `tmp` dir issue, bump to 0.3.4 (<a href="https://github.com/metatypedev/metatype/pull/583">#583</a>) </summary>
  • Fixes an issue with the prisma migration code being unable to properly mktmpd when running in the typegate images.
  • Removes cross usage for all but the aarch64-unknown-linux-gnu target in the meta-cli release jobs. Deno doesn't like being cross compiled, doesn't like being built by the cross toolchain in general (even for the native target). The consequence of all this is that the aarch64-unknown-linux-gnu target will temporarily lack the full version builds.
  • This also bumps the version of the 0.3.4 to get the fix out.
Motivation and context

The main TMP_DIR was not created properly in the typegate Dockerfile.

Migration notes

No changes required

Checklist

  • [ ] The change come with new or modified tests
  • [ ] Hard-to-understand functions have explanatory comments
  • [ ] End-user documentation is updated to reflect the change
</details> <details > <summary> Remove unallowed fields (<a href="https://github.com/metatypedev/metatype/pull/569">#569</a>) </summary>

Skip fields with policies in findListQueries.

Motivation and context

Console.

Migration notes

N/A

Checklist

  • [x] The change come with new or modified tests
  • [x] Hard-to-understand functions have explanatory comments
  • [ ] End-user documentation is updated to reflect the change
</details> <details > <summary> Hotfix typo in `release.yml` (<a href="https://github.com/metatypedev/metatype/pull/580">#580</a>) </summary>

Yes, another one lol. This removes the target param from the release builder which will default to the last stage of the Dockerfile, the epoint stage. I elected to remove the parameter rather than replacing the value in order to remove one more place future changes will have to consider. (convention better than configuration the saying goes (i think)).

Motivation and context

The typegate images currently have the wrong target and thus the wrong entrypoint command.

Migration notes

No changes required

Checklist

  • [ ] The change come with new or modified tests
  • [ ] Hard-to-understand functions have explanatory comments
  • [ ] End-user documentation is updated to reflect the change
</details>

Documentation

<details > <summary> (website) Cleanup (<a href="https://github.com/metatypedev/metatype/pull/521">#521</a>) </summary> <!-- Pull requests are squash merged using: - their title as the commit message - their description as the commit body Having a good title and description is important for the users to get readable changelog and understand when they need to update his code and how. -->

Describe your change

This mainly shuffles around the existing docs for better structure. Still a lot to be done. The following pages are also empty as I lack the info regarding their topics:

  • Architecture
  • Query engine

Super open to feedback. Bring up any points that you think should be mentioned on each page and I'll add them.

</details> <details > <summary> Getting started guide for the vscode extension (<a href="https://github.com/metatypedev/metatype/pull/578">#578</a>) </summary>
Motivation and context

Documentation is missing.

Migration notes

No changes needed.

Checklist

  • [ ] The change come with new or modified tests
  • [ ] Hard-to-understand functions have explanatory comments
  • [x] End-user documentation is updated to reflect the change
</details>

Features

<details > <summary> (sdk) Testing framework integration (<a href="https://github.com/metatypedev/metatype/pull/566">#566</a>) </summary>
Motivation and context

Enable deploying directly from the typegraph instead of always relying on meta-cli.

Migration notes

N/A

Checklist

  • [x] The change come with new or modified tests
  • [ ] Hard-to-understand functions have explanatory comments
  • [ ] End-user documentation is updated to reflect the change
</details>
zifeo
published 0.3.3 •

Changelog

Source

v0.3.3 - 2024-01-31

Bug Fixes

<details > <summary> (ci) Bug in `typegraph` release job (<a href="https://github.com/metatypedev/metatype/pull/545">#545</a>) </summary>
Motivation and context

jco output path is wrong.

Migration notes

N/A

Checklist

  • [ ] The change come with new or modified tests
  • [ ] Hard-to-understand functions have explanatory comments
  • [ ] End-user documentation is updated to reflect the change
</details> <details > <summary> (ci) Typo in release.yml (<a href="https://github.com/metatypedev/metatype/pull/548">#548</a>) </summary>

Fix small typo. Surprised act didn't catch this, it must evaluate expressions lazily.

</details> <details > <summary> (ci) Force/skip push to registries on manual release (<a href="https://github.com/metatypedev/metatype/pull/549">#549</a>) </summary>

What it says on the tin can. Also fixes a typo in the vscode-extension job.

Motivation and context

Manual re-release breaks otherwise as seen here.

</details> <details > <summary> (ci) Typos in release.yml (<a href="https://github.com/metatypedev/metatype/pull/550">#550</a>) </summary>

Oof, I can't believe I missed these. The publish steps are hard to test locally with act so ig they require extra scrutiny.

Motivation and context

Bug on manual dispatch of releasae wflow.

</details> <details > <summary> (ci) Mismatch in location of `$AZURE_DEVOPS_TOKEN` (<a href="https://github.com/metatypedev/metatype/pull/551">#551</a>) </summary>

Another minor issue with the release workflow.

Motivation and context

Failure in release run here.

</details> <details > <summary> (ci,release) Hack for broken arm64 builds, bump deno to 1.40.1, bump to 0.3.3 (<a href="https://github.com/metatypedev/metatype/pull/565">#565</a>) </summary>

This provides a temporary fix for the broken build on arm64. The issue's related to wasm-opt builds not being availaible for install by ghjk/cargo-binstall. This PR uses cargo install directly instead when in the dockerfile.

It also:

  • bumps metatype version to 0.3.3 to ready the next release
  • bumps the deno version to 1.40.1 (which comes with some changes)
Motivation and context

Failure in CI run..

Migration notes

No changes required

Checklist

  • [x] The change come with new or modified tests
  • [ ] Hard-to-understand functions have explanatory comments
  • [ ] End-user documentation is updated to reflect the change
</details> <details open> <summary> (cli) Bad conditionals in loader detection (<a href="https://github.com/metatypedev/metatype/pull/559">#559</a>) - BREAKING: bad conditionals in loader detection (<a href="https://github.com/metatypedev/metatype/pull/559">#559</a>) </summary>
  • Fix bug in js typegraph loader detection.
  • FIx bug where the cwd for loader was overridden in loader_cmd despite being set in get_loader_cmd.
  • Update to latest ghjk
  • Refresh setup task in whiz.yaml
Motivation and context

The old conditionals were faulty.

Migration notes
  • node and bun loaders are now run with the cwd set to the directory of the typegraph as opposed to the metatype.yml file. This should resolve settings to the nearest package.json despite location.

Checklist

  • [ ] The change come with new or modified tests
  • [ ] Hard-to-understand functions have explanatory comments
  • [ ] End-user documentation is updated to reflect the change
</details> <details > <summary> (cli, typegate) Explicitly import DenoRuntime.import modules from path (<a href="https://github.com/metatypedev/metatype/pull/564">#564</a>) </summary>

When using the dynamic import function, if you provide it a raw path like /foo/bar/baz and deno detects the current module's loaded from a remote host, it'll convert it to a http url. Reasonable behavior but it turned out to be the cause of #560.

This pr fixes this issue along with:

  • Puts contents of main.ts in a try/catch block for better error logging.
  • Fixes minor permission bugs with the bundled runtime.
Motivation and context

#560

Migration notes

No changes required

Checklist

  • [ ] The change come with new or modified tests
  • [ ] Hard-to-understand functions have explanatory comments
  • [ ] End-user documentation is updated to reflect the change
</details> <details > <summary> (oauth2-profiler) Fix OAuth2 profiler params (<a href="https://github.com/metatypedev/metatype/pull/562">#562</a>) </summary>

Pass the appropriate request URL and headers to the profiler resolver.

Motivation and context

It used the provider url instead of the (typegate) request URL, causing internal queries to fail.

Migration notes

N/A

Checklist

  • [x] The change come with new or modified tests
  • [x] Hard-to-understand functions have explanatory comments
  • [x] End-user documentation is updated to reflect the change
</details> <details > <summary> (template/node) Update sdk version to 0.3.2 + add `deno.static` (<a href="https://github.com/metatypedev/metatype/pull/558">#558</a>) </summary>
Motivation and context

Sync template examples with latest 0.3.2. Added missing deno.static and func.rate(...) on node.

Migration notes

N/A

Checklist

  • [x] The change come with new or modified tests
  • [ ] Hard-to-understand functions have explanatory comments
  • [ ] End-user documentation is updated to reflect the change
</details> <details > <summary> (vscode-extension) Fix publisher name and version (<a href="https://github.com/metatypedev/metatype/pull/553">#553</a>) </summary> <!-- Pull requests are squash merged using: - their title as the commit message - their description as the commit body Having a good title and description is important for the users to get readable changelog and understand when they need to update his code and how. -->
  • Change the publisher name to metatypedev to match the account name on Azure Devops.
  • Add dev-tools projects to dev/lock.yml for automatic versioning.
Motivation and context

Failure to publish the extension.

  • Non-matching version.
Migration notes

Blank

Checklist

  • [ ] ~~The change come with new or modified tests~~ (N/A)
  • [ ] ~~Hard-to-understand functions have explanatory comments~~ (N/A)
  • [ ] ~~End-user documentation is updated to reflect the change~~ (N/A)
</details>

Documentation

<details > <summary> (website) Move typegraphs in separate folder + add ts version (<a href="https://github.com/metatypedev/metatype/pull/552">#552</a>) </summary>
Motivation and context

Better organization + typescript examples.

Migration notes

N/A

Checklist

  • [x] The change come with new or modified tests
  • [x] Hard-to-understand functions have explanatory comments
  • [x] End-user documentation is updated to reflect the change
</details>

Features

<details > <summary> (node) Node fontend missing features (<a href="https://github.com/metatypedev/metatype/pull/557">#557</a>) </summary>
Motivation and context

Easier translation from python to typescript typegraph.

Migration notes

N/A

Checklist

  • [ ] The change come with new or modified tests
  • [ ] Hard-to-understand functions have explanatory comments
  • [ ] End-user documentation is updated to reflect the change
</details> <details > <summary> (prisma) Add support multi-field ids and id on struct (<a href="https://github.com/metatypedev/metatype/pull/556">#556</a>) </summary>

Adds support for more advanced id fields and unique constraints:

  • Multi-field id
  • Id on struct (foreign key)
  • Multi-field unique constraints
  • Unique constraint on struct (foreign key)
Motivation and context

Support these kind of construct:

user = t.struct(
  {
    "authProvider": t.string().from_context("provider"),
    "profileId": t.string().from_context("profile.id"),
    # ...
  },
  config={"id": ["authProvider", "profileId"]},
).rename("User")

project = t.struct(
  {
    "id": t.uuid(as_id=True, config=["auto"]),
    "owner": g.ref("Account"),
    "name": t.string(min=3, pattern="^[A-Za-z_-]$"),
  },
  config={"unique": [["owner", "name"]]}
).rename("Project")
Migration notes

No migration needed.

Checklist

  • [x] The change come with new or modified tests
  • [x] Hard-to-understand functions have explanatory comments
  • [ ] End-user documentation is updated to reflect the change
</details> <details > <summary> (typegate) Oauth2 token validation endpoint (<a href="https://github.com/metatypedev/metatype/pull/567">#567</a>) </summary>

Create an oauth2 token validation endpoint: /:tgName/auth/validate.

Motivation and context
<!-- Explain WHY the was made or link an issue number -->
Migration notes
<!-- Explain HOW users should update their code when required -->

Checklist

  • [x] The change come with new or modified tests
  • [x] Hard-to-understand functions have explanatory comments
  • [ ] End-user documentation is updated to reflect the change
</details> <details > <summary> (typegate-rt) Extend typegate runtime (<a href="https://github.com/metatypedev/metatype/pull/561">#561</a>) </summary>

Extend the typegate runtime with the following queries:

  • findListQueries: find all the queries that returns a list of t.struct.
Motivation and context

Console.

Migration notes

N/A

Checklist

  • [ ] The change come with new or modified tests
  • [ ] Hard-to-understand functions have explanatory comments
  • [ ] End-user documentation is updated to reflect the change
</details> <details > <summary> (vscode-ext) Logo, README, display name, description (<a href="https://github.com/metatypedev/metatype/pull/554">#554</a>) </summary>
  • Added a better display name and description
  • Added logo and README
</details> <details > <summary> Flattened context (<a href="https://github.com/metatypedev/metatype/pull/555">#555</a>) </summary>

Flatten profile fields in the context.

So instead of

{
    provider: 'github',
    accessToken: 'xxxxxxxxxxxxxxxxxxxxxxxxxx',
    refreshToken: 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx',
    refreshAt: 1704717676,
    profile: { id: '43663718' },
    exp: 1707280877,
    iat: 1704688876
}

we would have:

{
    provider: 'github',
    accessToken: 'xxxxxxxxxxxxxxxxxxxxxxxxxx',
    refreshToken: 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx',
    refreshAt: 1704717676,
    'profile.id': '43663718',
    exp: 1707280877,
    iat: 1704688876
 }
Motivation and context

It was impossible to get the nested id into a from_context injection. Now we can inject .from_context("profile.id").

Migration notes
<!-- Explain HOW users should update their code when required -->

Checklist

  • [ ] The change come with new or modified tests
  • [x] Hard-to-understand functions have explanatory comments
  • [ ] End-user documentation is updated to reflect the change
</details>

Refactor

<details > <summary> (ci) `workflow_dispatch` for release wflow (<a href="https://github.com/metatypedev/metatype/pull/546">#546</a>) </summary>
  • Manual trigger for release wflow
  • Adds missing ghjk step for vscode-extension release job
Motivation and context

Provides recovery path for when things break.

Migration notes

Doesn't affect end users.

Checklist

  • [ ] The change come with new or modified tests
  • [ ] Hard-to-understand functions have explanatory comments
  • [ ] End-user documentation is updated to reflect the change
</details>
zifeo
published 0.3.2 •

Changelog

Source

v0.3.2 - 2024-01-12

Bug Fixes

<details > <summary> (ci) Release changelog generation (<a href="https://github.com/metatypedev/metatype/pull/542">#542</a>) </summary>
Describe your change

Configures the checkout action step in the workflow that generates the workflow to clone the full git history.

Motivation and context

The updates to the release workflow that introduce git cliff based changelogs (back in #487) don't appear to be in effect.

Migration notes

No end user changes required.

Checklist
  • [ ] The change come with new or modified tests
  • [ ] Hard-to-understand functions have explanatory comments
  • [ ] End-user documentation is updated to reflect the change
</details> <details > <summary> (website) Fix docusaurus warnings (<a href="https://github.com/metatypedev/metatype/pull/526">#526</a>) </summary>

Describe your change

Fix docusaurus warnings on the website

Motivation and context

Solves MET-307

Migration notes

<!-- Explain HOW users should update their code when required -->

Checklist

  • [ ] The change come with new or modified tests
  • [ ] Hard-to-understand functions have explanatory comments
  • [x] End-user documentation is updated to reflect the change
</details> <details > <summary> Fix stage iteration (<a href="https://github.com/metatypedev/metatype/pull/540">#540</a>) </summary> <!-- Pull requests are squash merged using: - their title as the commit message - their description as the commit body Having a good title and description is important for the users to get readable changelog and understand when they need to update his code and how. -->

Describe your change

  • Fix the iterChildStages function. It does not yield accurate values in some edge cases.
  • Update the testing framework to enable planning without executing on the GraphQLQuery object.

Motivation and context

Sibling stages can be falsely registered as children, for example with the following stages:

getUser.id
getUser.identity
getUser.ideas

Migration notes

No migration needed.

Checklist

  • [x] The change come with new or modified tests
  • [x] Hard-to-understand functions have explanatory comments (N/A)
  • [x] End-user documentation is updated to reflect the change (N/A)

</details>

Features

<details > <summary> (cli) Interactive deployment for prisma (<a href="https://github.com/metatypedev/metatype/pull/527">#527</a>) </summary> <!-- Pull requests are squash merged using: - their title as the commit message - their description as the commit body Having a good title and description is important for the users to get readable changelog and understand when they need to update his code and how. -->

Describe your change

Make the CLI interactive for migration options to development and production databases.

Motivation and context

MET-257

Migration notes

This creates some breaking changes if you use the CLI in a non-interactive way.

Checklist

  • [x] The change come with new or modified tests
  • [x] Hard-to-understand functions have explanatory comments
  • [ ] End-user documentation is updated to reflect the change

</details> <details > <summary> (gate) Redis-less mode (<a href="https://github.com/metatypedev/metatype/pull/528">#528</a>) </summary>

Describe your change

Fallback to MemoryRegister and NoLimiter if typegate is unable to connect to Redis.

Motivation and context

Enable Redis-Less mode.

Migration notes

<!-- Explain HOW users should update their code when required -->

Checklist

  • [ ] The change come with new or modified tests
  • [ ] Hard-to-understand functions have explanatory comments
  • [ ] End-user documentation is updated to reflect the change
</details> <details > <summary> (lsp) Simple diagnostics (<a href="https://github.com/metatypedev/metatype/pull/496">#496</a>) </summary> <!-- Pull requests are squash merged using: - their title as the commit message - their description as the commit body Having a good title and description is important for the users to get readable changelog and understand when they need to update his code and how. -->

Describe your change

Adds a simple LSP implementation for diagnostics.

Motivation and context

Better DX, catch potential errors while editing the typegraph module.

Migration notes

<!-- Explain HOW users should update their code when required -->

Checklist

  • [x] The change come with new or modified tests
  • [x] Hard-to-understand functions have explanatory comments
  • [ ] End-user documentation is updated to reflect the change

</details> <details > <summary> (prisma) Connect/create many relation (<a href="https://github.com/metatypedev/metatype/pull/522">#522</a>) </summary> <!-- Pull requests are squash merged using: - their title as the commit message - their description as the commit body Having a good title and description is important for the users to get readable changelog and understand when they need to update his code and how. -->

Describe your change

  • Add missing create: [ ... ] and connect: [ ... ]

Motivation and context

Solves MET-304

Checklist

  • [x] The change come with new or modified tests
  • [ ] Hard-to-understand functions have explanatory comments
  • [ ] End-user documentation is updated to reflect the change
</details> <details > <summary> (python_wasi) Vm docking (<a href="https://github.com/metatypedev/metatype/pull/520">#520</a>) </summary> <!-- Pull requests are squash merged using: - their title as the commit message - their description as the commit body Having a good title and description is important for the users to get readable changelog and understand when they need to update his code and how. -->

Describe your change

  • Bump all WasmEdge dependencies to latest version
  • Replace wasmedge_sdk_bindgen with VmDock

Motivation and context

wasmedge_sdk_bindgen is deprecated, VmDock replaces it entirely.

Checklist

  • [ ] The change come with new or modified tests
  • [x] Hard-to-understand functions have explanatory comments
  • [ ] End-user documentation is updated to reflect the change
</details> <details > <summary> (sdk/node) Move js deno to node (<a href="https://github.com/metatypedev/metatype/pull/539">#539</a>) </summary> <!-- Pull requests are squash merged using: - their title as the commit message - their description as the commit body Having a good title and description is important for the users to get readable changelog and understand when they need to update his code and how. -->

Describe your change

Change deno frontend to pure node

Motivation and context

Easier integration.

Migration notes

<!-- Explain HOW users should update their code when required -->

Checklist

  • [x] The change come with new or modified tests
  • [ ] Hard-to-understand functions have explanatory comments
  • [ ] End-user documentation is updated to reflect the change
</details> <details > <summary> Customizable oauth2 profiler (<a href="https://github.com/metatypedev/metatype/pull/538">#538</a>) </summary> <!-- Pull requests are squash merged using: - their title as the commit message - their description as the commit body Having a good title and description is important for the users to get readable changelog and understand when they need to update his code and how. -->

Describe your change

Enable custom profiler for the std (predefined) Oauth2 providers:

  • Default profiler
  • No profiler
  • Extended default profiler
  • Custom profiler

Motivation and context

We may want for example to add the Github login in the profile in addition to the id.

Migration notes

No migration needed.

Checklist

  • [ ] The change come with new or modified tests
  • [ ] Hard-to-understand functions have explanatory comments
  • [ ] End-user documentation is updated to reflect the change
</details> <details > <summary> Limited parallel loads (<a href="https://github.com/metatypedev/metatype/pull/537">#537</a>) </summary> <!-- Pull requests are squash merged using: - their title as the commit message - their description as the commit body Having a good title and description is important for the users to get readable changelog and understand when they need to update his code and how. -->

Describe your change

Limit the number of parallel loads. The default max is the number of CPU cores, but it can be set with the option --max-parallel-loads=N.

Motivation and context

When we have a high number of typegraphs, the loader processes exhaust the CPU load.

Migration notes

No migration needed.

Checklist

  • [ ] The change come with new or modified tests
  • [ ] Hard-to-understand functions have explanatory comments
  • [ ] End-user documentation is updated to reflect the change

</details>

Miscellaneous Tasks

<details > <summary> (release) Bump 0.3.2 (<a href="https://github.com/metatypedev/metatype/pull/543">#543</a>) </summary>

Bump the version of all metatype libs to 0.3.2.

Motivation and context

About to tag the next version.

Migration notes

Change their manifests to point at the new version.

Checklist

  • [ ] The change come with new or modified tests
  • [ ] Hard-to-understand functions have explanatory comments
  • [ ] End-user documentation is updated to reflect the change
</details>

Refactor

<details > <summary> (ci) Use `ghjk` for deps (<a href="https://github.com/metatypedev/metatype/pull/495">#495</a>) </summary>

Describe your change

This PR merges most of the CI test runs into one and make use of the ghjk tool to install most of the dependencies.

Motivation and context

Improve tool dependency management.

Migration notes

Checklist

  • [ ] The change come with new or modified tests
  • [ ] Hard-to-understand functions have explanatory comments
  • [ ] End-user documentation is updated to reflect the change

</details> <details > <summary> Use shadow_rs for versions (<a href="https://github.com/metatypedev/metatype/pull/523">#523</a>) </summary>

Describe your change

Replaces the common::get_version util function with the PKG_VERSION variables extracted from shadow_rs.

If you know of any other opportunities where we can replace things from shadow_rs, we can add them in this PR as wel..

Motivation and context

shadow_rs makes the old function redundant

Checklist

  • [ ] The change come with new or modified tests
  • [ ] Hard-to-understand functions have explanatory comments
  • [ ] End-user documentation is updated to reflect the change
</details>

Testing

<details > <summary> (gate) Add tests with file upload and apollo client (<a href="https://github.com/metatypedev/metatype/pull/529">#529</a>) </summary> <!-- Pull requests are squash merged using: - their title as the commit message - their description as the commit body Having a good title and description is important for the users to get readable changelog and understand when they need to update his code and how. -->

Describe your change

Add file upload test using raw fetch and apollo client.

Motivation and context

Ensure common uses of upload feature to work.

Migration notes

<!-- Explain HOW users should update their code when required -->

Checklist

  • [x] The change come with new or modified tests
  • [ ] Hard-to-understand functions have explanatory comments
  • [ ] End-user documentation is updated to reflect the change
</details>
zifeo
published 0.2.4 •

Changelog

Source

v0.2.4 - 2023-10-25

Bug Fixes

<details > <summary> (sdk) Reduce union/either variant if required in apply syntax (<a href="https://github.com/metatypedev/metatype/pull/463">#463</a>) </summary> </details> <details > <summary> Fix lock.yml (<a href="https://github.com/metatypedev/metatype/pull/459">#459</a>) </summary>

Fix lock.yml to set WASM_OPT_VERSION in whiz.yaml

</details> <details > <summary> Fix doc typegraphs deployment (<a href="https://github.com/metatypedev/metatype/pull/462">#462</a>) </summary> </details> <details > <summary> Set metatype version to v0.2.4 (<a href="https://github.com/metatypedev/metatype/pull/467">#467</a>) </summary> </details>

Features

<details > <summary> Pre-registered public policy (<a href="https://github.com/metatypedev/metatype/pull/461">#461</a>) </summary>

The PolicyId for the public policy was cached in a class variable in Policy. The cache was not valid in a second typegraph defined in the same module.

</details>
zifeo
published 0.2.3 •

Changelog

Source

v0.2.3 - 2023-10-19

Bug Fixes

<details > <summary> (gate) Explicit null on query arg (<a href="https://github.com/metatypedev/metatype/pull/453">#453</a>) </summary>

Solves MET-268 + fixes an edgecase for "weak validation"

</details>

Features

<details > <summary> (gate,sdk) Update auth interface, better oauth2 (<a href="https://github.com/metatypedev/metatype/pull/447">#447</a>) </summary> </details> <details > <summary> Remove injected fields from generated types for prisma operations (<a href="https://github.com/metatypedev/metatype/pull/448">#448</a>) </summary>

Injected fields are skipped when generating types for prisma.

Additional changes:

  • Enable recursive relationships in where filters.
  • Add disconnect, update, upsert, delete, updateMany, deleteMany on nested reletionships for create/update operations.
  • Fix optional union arg validation.
</details>

Miscellaneous Tasks

<details > <summary> Upgrade wasm-opt (<a href="https://github.com/metatypedev/metatype/pull/456">#456</a>) </summary> </details>
zifeo
published 0.2.2 •

Changelog

Source

v0.2.2 - 2023-10-11

Bug Fixes

<details > <summary> (gate) Script reload while gate is running (<a href="https://github.com/metatypedev/metatype/pull/441">#441</a>) </summary> </details>

Features

<details > <summary> (sdk) Change rest queries interface (<a href="https://github.com/metatypedev/metatype/pull/444">#444</a>) </summary> </details> <details > <summary> Stability fixes (<a href="https://github.com/metatypedev/metatype/pull/442">#442</a>) </summary> </details> <details > <summary> Wasm + change effect none to read (<a href="https://github.com/metatypedev/metatype/pull/443">#443</a>) </summary> </details>
zifeo
published 0.2.0 •

Changelog

Source

v0.2.0 - 2023-10-04

Features

<details > <summary> Release 0.2.0 (<a href="https://github.com/metatypedev/metatype/pull/434">#434</a>) </summary> </details>

Miscellaneous Tasks

<details > <summary> Check that all interfaces are implemented in both sdk (<a href="https://github.com/metatypedev/metatype/pull/435">#435</a>) </summary> </details> <details > <summary> Hotfix release flow </summary> </details> <details > <summary> Hotfix release </summary> </details>
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc