Skip to content

Releases: DataBiosphere/terra-notebook-utils

0.12.0

25 Jan 20:13
Compare
Choose a tag to compare

Changelog

Features

  • Enable TNU to use Azure auth for DRS operations (#401)
  • [ID-323] Allow tnu to use either Martha or DRSHub to resolve DRS URIs (#398)

Bug Fixes

  • Only enable requester pays when necessary (#402)

Thank you to our contributors: @mbaumann-broad @Shakespeared !

0.11.0

09 Sep 22:42
460c4e0
Compare
Choose a tag to compare

Changelog

Features

  • Warn if invalid Martha URL. (PR #395#395)
  • Get rid of unecessary info call. (PR #393#393)
  • Only request an access URL if using access, copy, or copy-batch. (PR #392#392)
  • Better error message and sanity check for signed URL generation. (PR #388#388)

Bug Fixes

  • Submission parts sometimes do not have a workflowId. (PR #386#386)

Thank you to our contributors: @mbaumann-broad @yfarjoun !

0.10.0

30 Jun 20:26
Compare
Choose a tag to compare
v0.10.0

0.9.3

10 Mar 22:31
Compare
Choose a tag to compare

Changelog

Features

Thank you to: @aofarrel !

0.9.2

04 Feb 08:09
553ab2f
Compare
Choose a tag to compare

Loosens Google library version dependencies.

0.9.1

07 Dec 20:56
Compare
Choose a tag to compare

This fixes a small bug from the last release. Thanks @mbaumann-broad for finding this and pointing this out.

  • Reorder copy_batch() parameters for backwards compatibility (PR #376)

0.9.0

29 Nov 23:16
Compare
Choose a tag to compare

Changes:

  • Distinguish between WORKSPACE_NAMESPACE and GOOGLE_PROJECT (#369, PR #373)
    This adds support for Terra's new "Project Per Workspace" model
  • Restore old DRS copy_batch API; separate copy_batch with manifest (#370, PR #374)
  • Stop extraneous logging for Notebook progress bar (#371, PR #375)

Thanks to contributors: @jessebrennan, @mbaumann-broad, and @DailyDreaming for getting these latest fixes in.

0.8.2

08 Oct 19:22
Compare
Choose a tag to compare

Changelog

Features

  • Update drs info to include all available hashes. (#368)
  • New tnu drs access command generates a signed url. (#366)
  • Resolve 'access_url' from DRS response (#360)
  • Passthrough copies verify md5 sums (#357) (#358) (#359)
  • Add IPython widget progress bars for notebooks (#351)

Bug Fixes

  • Use new image for CI. (#361)
  • Better debug message. (#367)
  • Fix requester pays logging messages (#349)
  • Avoid writing empty CLI config file (#344)
  • Fix drs test_head (#338)
  • Output json-like data from table list-rows cli (#332)

Thank you to our contributors: @mbaumann-broad @salonishah11 @jdcanas @aofarrel !

Also... thank you to the creator of this repository, @xbrianh , who has left, but created a wealth of tools to enable Terra users.