Skip to content

Commit 8091fd1

Browse files
committed
Update CHANGELOG.md [skip ci]
1 parent dc9bb32 commit 8091fd1

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1+
# 0.73.2 (Sat Nov 15 2025)
2+
3+
### Release Notes
4+
5+
#### Obtain API key for DANDI instance from corresponding env var ([#1731](https://github.com/dandi/dandi-cli/pull/1731))
6+
7+
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".
8+
9+
---
10+
11+
#### 🐛 Bug Fix
12+
13+
- Obtain API key for DANDI instance from corresponding env var [#1731](https://github.com/dandi/dandi-cli/pull/1731) ([@candleindark](https://github.com/candleindark))
14+
15+
#### 🏠 Internal
16+
17+
- Set maintainers to whole team and fixup label CI error message [#1728](https://github.com/dandi/dandi-cli/pull/1728) ([@asmacdo](https://github.com/asmacdo))
18+
19+
#### 🧪 Tests
20+
21+
- Add required env var to api integration tests [#1739](https://github.com/dandi/dandi-cli/pull/1739) ([@jjnesbitt](https://github.com/jjnesbitt) [@candleindark](https://github.com/candleindark))
22+
23+
#### Authors: 3
24+
25+
- Austin Macdonald ([@asmacdo](https://github.com/asmacdo))
26+
- Isaac To ([@candleindark](https://github.com/candleindark))
27+
- Jacob Nesbitt ([@jjnesbitt](https://github.com/jjnesbitt))
28+
29+
---
30+
131
# 0.73.1 (Mon Nov 03 2025)
232

333
#### 🐛 Bug Fix

0 commit comments

Comments
 (0)