Releases: allen-li1231/zeppelin-vscode
Releases · allen-li1231/zeppelin-vscode
v0.2.14
Various Bugs Fixed
Fixed
- Loading environment variables behavior not following the setting in response to #19.
- Newly added cell's text not being synced at all.
- Previously removed cell causing the out-of-bound error.
- Make cell error outputs use stderr output in response to #21.
- Make instant cell update earlier to silent prompting creating paragraph.
Full Changelog: v0.2.13...v0.2.14
v0.2.13
Various Improvements in Extension Settings
Added
- In response to #19, allow disabling automatically loading proxy settings from
http_proxy
,https_proxy
andno_proxy
environment variables in extension setting for #19 .
Enhancement
- Move some settings with default values into
settings.json
file to silent warnings.
Full Changelog: v0.2.12...v0.2.13
v0.2.12
Fixed
- Hot Fix on Wrong Password in #17.
- Zeppelin credentials not prompted as expected when Zeppelin notebook is not opened.
Full Changelog: v0.2.11...v0.2.12
v0.2.11
v0.2.9
v0.2.8
Fixed:
- Malformed Login Credential (#11)
- Execution ending error when notebook is repeatedly opened quickly
Full Changelog: v0.2.7...v0.2.8
v0.2.7
Fixed:
- Fatal error when cell executions gets called end before started.
- Fatal sync error when remote running paragraph gets deleted.
v0.2.5
v0.2.4
Hot Fix:
- Removed dirty code that causes cell execution to fail.