Skip to content

0.36.0

Latest

Choose a tag to compare

@stephencelis stephencelis released this 11 Aug 20:25
8a733f4

What's Changed

  • Added: jsonArrayInsert (#343).
  • Added: Query decoding can now throw on type mismatch (#310).
  • Added: Query decoding now uses typed throws for better performance (thanks @ahti, #339).
  • Added: New macro diagnostics for RawRepresentation (#340).
  • Added: Better surface diagnostics for @Table enums (#331).
  • Fixed: Add back pressure to custom aggregate functions (#334).
  • Fixed: Restore Swift 6.1 support (#347).
  • Fixed: Avoid excessive paren nesting in IN and NOT IN subqueries to work around SQLite <3.41.0 bug ( #349).

New Contributors

  • @ahti made their first contribution in #339

Full Changelog: 0.35.0...0.36.0