Skip to content
This repository has been archived by the owner on Oct 26, 2019. It is now read-only.

Commit

Permalink
Merge pull request #282 from jhpedemonte/0.8.x
Browse files Browse the repository at this point in the history
Release 0.8.0
  • Loading branch information
jhpedemonte authored Aug 11, 2016
2 parents 470638d + c40433a commit 38647be
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.8.0 (2016-08-11)

* Add [REST API](https://github.com/jupyter-incubator/dashboards_server/wiki/Server-API) to allow sysadmin to delete dashboards and clear server cache
* Add config options to allow passing auth & headers to proxy server
* Allow running on read-only file system
* Update Jupyter dependencies to use Jupyterlab
* Fix taxi_demo_grid sample notebook and added sample Scala notebook using Declarative Widgets

## 0.7.0 (2016-06-17)

* Switch to the [v1 dashboard layout specification](https://github.com/jupyter-incubator/dashboards/wiki/Dashboard-Metadata-and-Rendering)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Serves Jupyter notebooks as standalone dashboards",
"author": "Jupyter Development Team",
"license": "BSD-3-Clause",
"version": "0.8.0-dev",
"version": "0.8.0",
"repository": {
"type": "git",
"url": "https://github.com/jupyter-incubator/dashboards_server.git"
Expand Down

0 comments on commit 38647be

Please sign in to comment.