Releases: Blitzapps/blitz-orm
Releases · Blitzapps/blitz-orm
v0.11.1
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
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
- Refactor blitz 325 by @aguspdana in #63
- $filters in mutation by @samuel-blitz in #62
- Fix: Add null to positive filter by @aguspdana in #64
- Update TypeDBClusterProvider and close typedb transaction by @aguspdana in #65
- feat:surrealDB queries 39-23 by @lveillard in #66
- Sweep: Improve error handling in SurrealDB benchmarking by @sweep-ai in #68
- Draft: Feat-multiVal by @lveillard in #71
- Fix esm enrichschema by @lveillard in #72
- fix:minor fixes by @lveillard in #77
- Feat-surreal-alternative-adapter by @lveillard in #79
- feat: split tql mutation machine by @lveillard in #80
v0.10.2
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