===========
Release 313
===========

General Changes
---------------

* Fix leak in operator peak memory computations. (:issue:`843`)
* Fix incorrect results for queries involving ``GROUPING SETS`` and ``LIMIT``. (:issue:`864`)
* Add compression and encryption support for :doc:`/admin/spill`. (:issue:`778`)

CLI Changes
-----------

* Fix failure when selecting a value of type :ref:`uuid_type`. (:issue:`854`)

JDBC Driver Changes
-------------------

* Fix failure when selecting a value of type :ref:`uuid_type`. (:issue:`854`)

Phoenix Connector Changes
---------------------------

* Allow matching schema and table names case insensitively. This can be enabled by setting
  the ``case-insensitive-name-matching`` configuration property to true. (:issue:`872`)
