layout: page title: Livy - History description: Release History group: nav-right

{% include JB/setup %}

{{ site.data.project.name }} Releases

For a full list of releases, see GitHub. Downloads are available on the [downloads page]({{ site.baseurl }}/download).

0.6.0-incubating / 2019-04-01

{: #v0-6-0-incubating}

New features

  • Livy 0.6.0 now requires Java 8, Scala 2.11 and Spark >= 2.2.0.

  • Added support for all current versions of Spark (2.2.x to 2.4.x).

  • [LIVY-489] New, experimental Hive-compatible JDBC / ODBC server.

  • [LIVY-551] Impersonation support for all REST endpoints, for better integration with proxy servers.

  • [LIVY-41] Session naming support.

0.5.0-incubating / 2018-02-05

{: #v0-5-0-incubating}

New features

  • [LIVY-7] Added autocompletion to REST API and Scala API for Interactive Sessions

  • [LIVY-19] Added Spark SQL interpreter for Interactive Sessions

  • [LIVY-104] Updated Livy project to build using Scala 2.11

  • [LIVY-245] Added support for shared variables across Jobs

  • [LIVY-299] Support multi-line output in statements

  • [LIVY-397] Support multiple languages in a single Session

0.4.0-incubating / 2017-09-01

{: #v0-4-0-incubating}

Our first Apache release!

New features

  • [LIVY-87] Create a Livy Web UI to monitor sessions
  • [LIVY-348] Improve Livy's ACLs