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.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