Skip to content

Releases: Blitzapps/blitz-orm

v0.11.1

04 Sep 13:08
b49406e
Compare
Choose a tag to compare

0.11.0(2024-09-01)

Changes

  • Feat: Generate surrealDB schema (client.define() works with surrealDB now)
  • Fix: TypeDB schema generation has been fixed. (It still needs some enhancements tho)
  • Test: Added some tests for extended classes

Next:

  • Fix missing surrealDB mutation scenarios
  • A graphQL to BQL query adapter to be able to receive graphQL queries and mutations

Merged:

client.define() for surrealdb and fixes for typedb by @lveillard in #81

Full Changelog: v0.11.0...v0.11.1

v0.11.0

01 Sep 15:07
b32a08d
Compare
Choose a tag to compare

0.11.0(2024-09-01)

Blitz-orm is compatible now with SurrealDB 2.0.0. The adapter is in beta version as some batched mutation scenarios are not working yet.

Notes

  • The surrealDB is in beta and still misses some features

Next:

  • Fix missing surrealDB mutation scenarios
  • A graphQL to BQL query adapter to be able to receive graphQL queries and mutations
  • Automatically build surrealDB schema from BQL schema

Merged

v0.10.2

18 Apr 19:03
12cbfb2
Compare
Choose a tag to compare

0.10.2(2024-04-18)

Feat: Add SurrealDB query adapter (WIP)
Feat: Enable batched query that target multiple DB. Each query in the batch can only access a single DB.

Feat: Transformations for mutations with $fields included.

Test: Migrated to vitest
Test: TypeDB url moved as env var

v0.9.20

17 Apr 09:02
3c2da78
Compare
Choose a tag to compare
Merge pull request #56 from aguspdana/blitz-327-acorn-does-not-have-d…