Skip to content

RC_A

Compare
Choose a tag to compare
@rtitle rtitle released this 12 Sep 17:32
· 2154 commits to develop since this release

We are releasing RC_A to FireCloud production on 2018-09-12.

This release includes the following Leo issues:
RC_A_2018-09-12

  • #555: Jupyter frontend extensions specified by url
    • User facing: allows users to install extensions by URL, rather than just GCS path, enabling hosted scripts to be used as extensions.
  • #541: Change Leo to use cloudsql-proxy
    • Not user facing: Leo now uses cloudsql-proxy to access its MySQL database.
  • #523: Increase akka-http content-length limit
    • User facing: addresses a problem where notebooks greater than 8MB would fail to render & save through Leonardo. This limit was easy to reach if you had a lot of charts, images, etc. The limit has now been raised to 64MB.
  • #394: Remove boilerplate code to create Cluster in Leo unit tests
    • Not user facing: cleans up Leo unit tests, making code easier to develop.
  • #281: Use GCS delocalization of notebook files in FireCloud
    • User facing: moves FireCloud over to using the notebook centric model that Saturn and AoU use, where rather than seeing clusters you instead see a list of notebooks.
    • See blog post!