v1.8.12
Important changes
- Add a new option to toggle the SQL endpoint/playground with
--http.sql. It is enabled by default to not break existing projects relying on this endpoint. - Fix on the subscription that wasn't correctly fired using a member clause when an entity was deleted.
What's Changed
- feat(server): add sql endpoint toggle by @Larkooo in #408
- fix(grpc): preserve pre-deletion model values for MemberClause filter matching by @MartianGreed in #407
- release(prepare): v1.8.12 by @glihm in #410
Full Changelog: v1.8.11...v1.8.12