Skip to content

Releases: metatypedev/metatype

v0.2.2

11 Oct 08:10
efa29bc
Compare
Choose a tag to compare

What's Changed

New features 🎉

  • fix(gate): script reload while gate is running by @afmika in #441
  • feat: stability fixes by @zifeo in #442
  • feat(sdk): change rest queries interface by @afmika in #444
  • feat: wasm + change effect none to read by @zifeo in #443

Change required

effects.none() has been renamed into effects.read() and a new shortcut is available for effect fx instead of effects.

Full Changelog: v0.2.1...v0.2.2

v0.2.1

05 Oct 15:54
72c5d4b
Compare
Choose a tag to compare

What's Changed

New features 🎉

Full Changelog: v0.2.0...v0.2.1

v0.2.0

04 Oct 21:29
819976b
Compare
Choose a tag to compare

What's Changed

New features 🎉

  • chore: prepare release 0.1.15-0+dev by @github-actions in #401
  • feat: fix nightly by @zifeo in #402
  • feat(core): Set runtime field in types by @Natoandro in #398
  • feat(sdk): add wasmedge runtime by @afmika in #397
  • feat(sdk): random runtime by @afmika in #396
  • feat(sdk): implement injection by @afmika in #403
  • feat(sdk): rate limiting, cors, etc.. by @afmika in #411
  • feat(sdk): Add the prisma runtime to the new SDK by @Natoandro in #395
  • feat(sdk): apply syntax by @afmika in #410
  • feat(sdk): temporal runtime by @afmika in #413
  • refactor: Make with_store and with_store_mut private in global_store module by @Natoandro in #414
  • fix(sdk,deno,python): generate func from frontend + prisma deno frontend by @afmika in #416
  • feat(sdk): custom query exec for prisma runtime by @afmika in #419
  • chore: Migrate all the test typegraphs to the new Python SDK by @Natoandro in #418
  • feat: v0.2.x series + upgrades by @zifeo in #417
  • feat: upgrade jco and prepare sdk build by @zifeo in #420
  • feat: sdk build with wasm by @zifeo in #421
  • feat: Add typedef.rename() method by @Natoandro in #426
  • chore: Migrate doc typegraphs by @Natoandro in #429
  • fix(gate): introspection if func has the same input/output by @afmika in #431
  • chore: Remove old typegraph sdk by @Natoandro in #430
  • chore: check that all interfaces are implemented in both sdk by @afmika in #435
  • feat: release 0.2.0 by @zifeo in #434

Full Changelog: v0.1.14...v0.2.0

v0.1.14

22 Aug 10:05
4aefdf0
Compare
Choose a tag to compare

What's Changed

New features 🎉

  • chore: prepare release 0.1.13-0+dev by @github-actions in #386
  • feat(typegraph-next): Add GraphQL runtime support by @Natoandro in #388
  • refactor(sdk): Change typegraph definition signature by @Natoandro in #389
  • feat(sdk): implement all types by @afmika in #380
  • feat(gate): deno worker should timeout internal functions to avoid infinite loop or similar by @afmika in #375
  • feat(typegraph/sdk): Add Http runtime by @Natoandro in #391
  • feat: replace number with float by @afmika in #390
  • fix: Fix link to LICENSE.md in README.md by @jessemcdowell in #394
  • feat(sdk): python wasi runtime by @afmika in #392
  • feat: small improvements + meta doctor by @zifeo in #387
  • fix: test with git by @zifeo in #399

New Contributors

Full Changelog: v0.1.12...v0.1.14

v0.1.12

03 Aug 21:13
beebd51
Compare
Choose a tag to compare

What's Changed

New features 🎉

  • chore: prepare release 0.1.12-0+dev by @github-actions in #383
  • feat: more stable run by fixing little bugs + typegraph upgrade by @zifeo in #384

Full Changelog: v0.1.11...v0.1.12

v0.1.11

02 Aug 11:43
ef2e871
Compare
Choose a tag to compare

What's Changed

New features 🎉

  • docs: Documentation for types by @Natoandro in #348
  • feat(Deno): support deno function defined in multiple files by @afmika in #345
  • feat: improve SDKs and rest support by @zifeo in #350
  • fix: Ensure hooks logging by @Natoandro in #357
  • feat: wit component 3 by @zifeo in #366
  • feat(gate): generate openapi over rest endpoints by @afmika in #365
  • fix: enable introspection on system typegraphs by @afmika in #373
  • docs: move some examples typegraph into how to guides reference or tests by @afmika in #374
  • feat: Customize the generated prisma schema with the target database by @Natoandro in #359
  • feat(wasi): add support for python def and python module by @afmika in #360
  • feat: improve installer script + release 0.1.11 by @zifeo in #381

Full Changelog: v0.1.10...v0.1.11

v0.1.10

28 Jun 22:18
93a31c6
Compare
Choose a tag to compare

What's Changed

New features 🎉

  • chore: prepare release 0.1.10-dev.0 by @github-actions in #326
  • feat: remove cookie auth, fix typegraph detection, fix injection, add auth doc, add regression test for doc by @zifeo in #327
  • feat: Configure S3 in secrets by @Natoandro in #336
  • fix: Fix injection for GraphQL runtime by @Natoandro in #333
  • feat: add oauth profiler, blog, comparison and small fixes by @zifeo in #338
  • feat: New typegraph SDK by @Natoandro in #337
  • fix: Fix migrations for target with prefix by @Natoandro in #344
  • chore: release 0.1.10 by @zifeo in #347

Full Changelog: v0.1.9...v0.1.10

v0.1.10-dev.0

02 Jun 08:37
754192c
Compare
Choose a tag to compare

What's Changed

New features 🎉

  • chore: prepare release 0.1.10-dev.0 by @github-actions in #326
  • feat: remove cookie auth, fix typegraph detection, fix injection, add auth doc, add regression test for doc by @zifeo in #327

Full Changelog: v0.1.9...v0.1.10-dev.0

v0.1.9

26 May 17:49
ebb322f
Compare
Choose a tag to compare

What's Changed

New features 🎉

  • chore: prepare release 0.1.9-dev.0 by @github-actions in #310
  • feat: change target default for meta dev/deploy by @zifeo in #314
  • feat: fixed tmp dir creation and logging, make tests parallel by @zifeo in #313
  • feat: ignore files without tg (MET-175) + temporal fixes by @zifeo in #315
  • docs: introduce typegraph_std by @afmika in #316
  • fix: all importers by @afmika in #311
  • fix: Python typing error happening in example.py file by @Kazy in #319
  • feat: File upload by @Natoandro in #312
  • fix: GitHub(Importer) and validate names by @afmika in #322
  • fix: add explicit error message by @afmika in #318
  • doc(tuto): typo and missing highlight line by @Kazy in #320
  • fix: typegraph name error (root) by @afmika in #324
  • chore: prepare release v0.1.9 by @zifeo in #323

New Contributors

  • @Kazy made their first contribution in #319

Full Changelog: v0.1.8...v0.1.9

v0.1.8

16 May 07:53
e43bd7d
Compare
Choose a tag to compare

What's Changed

New features 🎉

Full Changelog: v0.1.7...v0.1.8