Skip to content

Commit 909420a

Browse files
authored
Merge pull request #622 from jupyter-incubator/devstein/changelog-0.15.0
Prepare for 0.15.0 Release
2 parents 60fba69 + b7069ac commit 909420a

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## 0.15.0
4+
5+
### Features
6+
* `cleanup_all_sessions_on_exit` configuration to cleanup all registered livy sessions regardless of whether the process exits gracefully. Thanks Juho Autio, @juhoautio
7+
* Add configuration options to for the default `HTTPKerberosAuth` constructor. Thanks Pedro Gonçalves Rossi Rodrigues, @PedroRossi
8+
9+
10+
### Bug fixes
11+
12+
* Respect the `all_errors_are_fatal` flag and raise an exception if the session fails to start. Thanks Devin Stein, @devstein
13+
* Use `requests.Session` to avoid negotiating Kerberos tickets in every request. Thanks Pedro Gonçalves Rossi Rodrigues, @PedroRossi
14+
15+
16+
317
## 0.14.0
418

519
### Bug fixes
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.14.0'
1+
__version__ = '0.15.0'
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.14.0'
1+
__version__ = '0.15.0'

sparkmagic/sparkmagic/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '0.14.0'
1+
__version__ = '0.15.0'
22

33
from sparkmagic.serverextension.handlers import load_jupyter_server_extension
44

0 commit comments

Comments
 (0)