Skip to content

v0.15.1

Compare
Choose a tag to compare
@asdine asdine released this 14 Jul 07:30

This release contains a few bug fixes:

  • orderby: fix evaluation of ORDER BY expr when used with projection #471
  • errors: publish error functions to easily determine if an error is a NotFoundError or an AlreadyExists error. 492cdbe
  • pebble: use custom Separator function. Without this, Pebble would sometimes generate an incompatible key that would cause a panic a35719a