Skip to content

Commit 6f28a1c

Browse files
committed
Update CHANGELOG.md [skip ci]
1 parent 712b58c commit 6f28a1c

File tree

1 file changed

+57
-0
lines changed

1 file changed

+57
-0
lines changed

CHANGELOG.md

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,60 @@
1+
# 0.74.0 (Wed Dec 17 2025)
2+
3+
### Release Notes
4+
5+
#### Remove hardcoded vendor specific information ([#1760](https://github.com/dandi/dandi-cli/pull/1760))
6+
7+
Removed hardcoded vendor specific info so that dandi-cli can now connect to different DANDI instances with different vendor specific info.
8+
9+
#### Add support for all known instances in short URL format, removed dandi-staging and renamed EMBER* ones into EMBER-DANDI* ([#1750](https://github.com/dandi/dandi-cli/pull/1750))
10+
11+
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.
12+
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`.
13+
Removed deprecated `dandi-staging` instance definition.
14+
Renamed `ember` and `ember-sandbox` into `ember-dandi` and `ember-dandi-sandbox` correspondingly.
15+
16+
---
17+
18+
#### 🚀 Enhancement
19+
20+
- Add support for all known instances in short URL format, removed dandi-staging and renamed EMBER* ones into EMBER-DANDI* [#1750](https://github.com/dandi/dandi-cli/pull/1750) ([@Copilot](https://github.com/Copilot) [@yarikoptic](https://github.com/yarikoptic))
21+
- Set `dandischema` dependency to `0.12.0` and beyond [#1744](https://github.com/dandi/dandi-cli/pull/1744) ([@candleindark](https://github.com/candleindark))
22+
23+
#### 🐛 Bug Fix
24+
25+
- Switch to use /rdf/ renderer for purl obo urls [#1772](https://github.com/dandi/dandi-cli/pull/1772) ([@yarikoptic](https://github.com/yarikoptic))
26+
- Remove hardcoded vendor specific information [#1760](https://github.com/dandi/dandi-cli/pull/1760) ([@candleindark](https://github.com/candleindark))
27+
- Rename `keyring.py` to `keyring_utils.py` [#1765](https://github.com/dandi/dandi-cli/pull/1765) ([@candleindark](https://github.com/candleindark))
28+
- Drop support for Python 3.9 [#1759](https://github.com/dandi/dandi-cli/pull/1759) ([@Copilot](https://github.com/Copilot))
29+
- docs: Document vendorizable test environment variables [#1757](https://github.com/dandi/dandi-cli/pull/1757) ([@Copilot](https://github.com/Copilot))
30+
- BF: strip away any prefix before ":" while determining numeric dandiset identifier [#1751](https://github.com/dandi/dandi-cli/pull/1751) ([@yarikoptic](https://github.com/yarikoptic))
31+
32+
#### 🏠 Internal
33+
34+
- [gh-actions](deps): bump actions/checkout from 5 to 6 [#1755](https://github.com/dandi/dandi-cli/pull/1755) ([@dependabot[bot]](https://github.com/dependabot[bot]) [@candleindark](https://github.com/candleindark))
35+
36+
#### 📝 Documentation
37+
38+
- Improve help message for the `--validation` option in `dandi upload` [#1768](https://github.com/dandi/dandi-cli/pull/1768) ([@candleindark](https://github.com/candleindark))
39+
- Add alert/clarification for 0.73.2 release [#1747](https://github.com/dandi/dandi-cli/pull/1747) ([@yarikoptic](https://github.com/yarikoptic))
40+
41+
#### 🧪 Tests
42+
43+
- Not run test without `obolibrary` mark in `obolibrary-only` env [#1770](https://github.com/dandi/dandi-cli/pull/1770) ([@candleindark](https://github.com/candleindark))
44+
- Add dependency versions to pytest header output [#1761](https://github.com/dandi/dandi-cli/pull/1761) ([@yarikoptic](https://github.com/yarikoptic))
45+
- bf(tests): pass DBUS_SESSION_BUS_ADDRESS env var for docker [#1763](https://github.com/dandi/dandi-cli/pull/1763) ([@yarikoptic](https://github.com/yarikoptic))
46+
- Make dandi-archive instance used by tests vendorizable [#1756](https://github.com/dandi/dandi-cli/pull/1756) ([@candleindark](https://github.com/candleindark) [@Copilot](https://github.com/Copilot))
47+
- Update GitHub CI MacOS intel runner [#1746](https://github.com/dandi/dandi-cli/pull/1746) ([@candleindark](https://github.com/candleindark))
48+
49+
#### Authors: 4
50+
51+
- [@Copilot](https://github.com/Copilot)
52+
- [@dependabot[bot]](https://github.com/dependabot[bot])
53+
- Isaac To ([@candleindark](https://github.com/candleindark))
54+
- Yaroslav Halchenko ([@yarikoptic](https://github.com/yarikoptic))
55+
56+
---
57+
158
# 0.73.2 (Sat Nov 15 2025)
259

360
### Release Notes

0 commit comments

Comments
 (0)