Skip to content

2.1.0

Compare
Choose a tag to compare
@Yogu Yogu released this 09 Aug 07:31
  • Feature: Support __typename in SchemaExecutor
  • Feature: Add scalar type Int53 for 53-bit integers (the safe-integer range of JavaScript)
  • Feature: Add scalar types Decimal1, Decimal2, and Decimal3 with a range from -1 000 000 000 to 1 000 000 000 that round to 1, 2, or 3, respectively, decimal digits.
  • Feature: Add support for @relation(onDelete: RESTRICT / CASCADE)
  • Bugfix: Fix filtering by id with flexSearch
  • Bugfix: Fix lt/lte/gt/gte filters with null filter value in flexSearch
  • Bugfix: Fix flexSearchExpression and flexSearch _contains_prefix filters with a non-empty string but no tokens (e.g. -)