For a full list of releases, see GitHub. Downloads are available on the downloads page.
New features
[LIVY-423] Adding Scala 2.12 support
[LIVY-970] Ordering and pagination support in GET /statement request
[LIVY-969] New Docker-based integration and debugging environments
Full release details can be found in JIRA.
New features
Livy 0.7.0 now requires Java 8, Scala 2.11 and Spark >= 2.2.0. With 0.7.0, JDBC/ODBC feature now becomes GA.
Added support for all current versions of Spark (2.2.x to 2.4.x).
[LIVY-575] Hive-compatible JDBC / ODBC server GA.
[LIVY-678] Add LDAP authorization support for REST, JDBC interface.
With various bugs fixed, details can be checked [here].
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.
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
Our first Apache release!
New features