Skip to content

RC_Z

Compare
Choose a tag to compare
@rtitle rtitle released this 21 Aug 20:29
· 2164 commits to develop since this release

We are releasing RC_Z to FireCloud production on 2018-08-21.

This release includes the following Leo issues:
RC_Z_2018-08-21

  • #289: Add ability to set a default client ID at cluster creation time
    • User facing. Adds the ability to set a google client ID at cluster creation time. If provided, it allows notebook auth refresh to kick off without cross-tab communication to the notebook.
  • #517: Modularize Cluster Object
    • Not user facing. Cleans up Leo code, making development and unit testing easier.
  • #534: Added wss://notebooks.firecloud.org:* to CSP
    • Not user facing. Updates Content-Security-Policy to allow the notebooks.firecloud.org domain. This was hotfixed previously; this is the permanent fix.
  • #528: GET cluster 404 with PUT cluster v2
    • User facing. Adds a v2 version of the createCluster endpoint, documented here: https://notebooks.firecloud.org/#!/cluster/createClusterV2. The new endpoint is faster than the previous version, and not subject to occasional race conditions when creating clusters of the same name in quick succession.