You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[0.3.3] - 2020-01-04
This release:
- explicitly catches trying to connect to MySQL without specifiying
a database to give a more informative error message (PR 108).
- allows listing views in the database summary (PR 104).
- switches the CI pipeline from Travis to GitHub actions (PRs 117 and
118).
- adds a description to the Python package for greater
discoverability (PR 121).
- Switches from a hybrid Yarn / NPM workflow for building JavaScript
to one that just uses NPM (PR 116).
- Recognizes contributors in the README (PR 115).
[0.3.1] - 2019-09-21
This release:
- Adds support for JupyterLab 1.1.x (PR 99). jupyterlab-sql 0.3.1 is
compatible with both JupyterLab 1.1.x and 1.0.x.
[0.2.0] - 2019-06-22
This release adds a database explorer. Users can now see the tables in
their database and click on a table to open it (PRs 67, 77, 78, 79, 80).
0.1.4
- Ctrl+Enter now executes a cell (PR 52)
- The password is now obscured when the connection string is not in
focus (PR 45)
- Minimal unit testing on client with Jest (PR 45 and 51).