Skip to content

Releases: dandi/dandi-cli

0.74.0

17 Dec 20:31

Choose a tag to compare

Release Notes

Remove hardcoded vendor specific information (#1760)

Removed hardcoded vendor specific info so that dandi-cli can now connect to different DANDI instances with different vendor specific info.

Add support for all known instances in short URL format, removed dandi-staging and renamed EMBER* ones into EMBER-DANDI* (#1750)

  • Added support for all known instances in short URL format (such as DANDI-SANDBOX:123456 or EMBER-DANDI:123456) matching the instance names known to the dandi CLI and library.
    BREAKING: Note that INSTANCE: in above examples must be capital - lower case dandi:123456 would no longer be supported. Also version will be treated case-sensitive so must be draft not DRAFT.
  • Removed deprecated dandi-staging instance definition.
  • Renamed ember and ember-sandbox into ember-dandi and ember-dandi-sandbox correspondingly.

🚀 Enhancement

  • Add support for all known instances in short URL format, removed dandi-staging and renamed EMBER* ones into EMBER-DANDI* #1750 (@Copilot @yarikoptic)
  • Set dandischema dependency to 0.12.0 and beyond #1744 (@candleindark)

🐛 Bug Fix

🏠 Internal

📝 Documentation

🧪 Tests

Authors: 4

0.73.2

15 Nov 02:57

Choose a tag to compare

Release Notes

Obtain API key for DANDI instance from corresponding env var (#1731)

Instead of attempting to obtain API key from the environment variable DANDI_API_KEY when connecting to any known DANI instances, obtain the API key from an environment variable corresponding the to name of the instance. For example, obtain the key from the DANDI_API_KEY env var when connecting to the known DANI instance named dandi and obtain the key from the EMBER_SANDBOX_API_KEY var when the connecting to the known instance named ember-sandbox. I.e., the environment variable name is the capitalized version of the instance's name with "-" replaced by "_" suffixed by "_API_KEY".


🐛 Bug Fix

🏠 Internal

  • Set maintainers to whole team and fixup label CI error message #1728 (@asmacdo)

🧪 Tests

Authors: 3

0.73.1

03 Nov 14:06

Choose a tag to compare

🐛 Bug Fix

  • Allow for client to provide records with newer COMPATIBLE or older (upgradable) version of schema to the server #1732 (@yarikoptic)

🏠 Internal

Authors: 1

0.73.0

13 Oct 17:28

Choose a tag to compare

🚀 Enhancement

🐛 Bug Fix

🏠 Internal

Authors: 6

0.72.0

13 Oct 16:36

Choose a tag to compare

🚀 Enhancement

📝 Documentation

🧪 Tests

Authors: 4

0.71.4

17 Sep 01:39

Choose a tag to compare

🐛 Bug Fix

🏠 Internal

Authors: 2

0.71.3

28 Aug 03:35

Choose a tag to compare

🧪 Tests

Authors: 1

0.71.2

25 Aug 21:44

Choose a tag to compare

🐛 Bug Fix

Authors: 3

0.71.1

25 Aug 20:39

Choose a tag to compare

🐛 Bug Fix

🧪 Tests

Authors: 4

0.71.0

22 Aug 14:58

Choose a tag to compare

🚀 Enhancement

🐛 Bug Fix

🏠 Internal

📝 Documentation

🧪 Tests

Authors: 5