|
| 1 | +# 0.71.0 (Fri Aug 22 2025) |
| 2 | + |
| 3 | +#### 🚀 Enhancement |
| 4 | + |
| 5 | +- Rename dandiarchive `staging` => `sandbox` [#1668](https://github.com/dandi/dandi-cli/pull/1668) ([@mvandenburgh](https://github.com/mvandenburgh)) |
| 6 | + |
| 7 | +#### 🐛 Bug Fix |
| 8 | + |
| 9 | +- BF: fix upload of zarrs when connection sockets time out -- retry [#1675](https://github.com/dandi/dandi-cli/pull/1675) ([@yarikoptic](https://github.com/yarikoptic) [@CodyCBakerPhD](https://github.com/CodyCBakerPhD)) |
| 10 | +- BF: fix upload of zarrs when we do not use minted upload URLs in time [#1674](https://github.com/dandi/dandi-cli/pull/1674) ([@yarikoptic](https://github.com/yarikoptic) [@CodyCBakerPhD](https://github.com/CodyCBakerPhD)) |
| 11 | +- organize: operate on unique file-paths in case of multiple paths leading to the same file(s) [#1673](https://github.com/dandi/dandi-cli/pull/1673) ([@yarikoptic](https://github.com/yarikoptic)) |
| 12 | + |
| 13 | +#### 🏠 Internal |
| 14 | + |
| 15 | +- Revert back to use of GITHUB_TOKEN for actual push of PR to be merged with changelog [#1688](https://github.com/dandi/dandi-cli/pull/1688) ([@yarikoptic](https://github.com/yarikoptic)) |
| 16 | +- Fix auto release [#1684](https://github.com/dandi/dandi-cli/pull/1684) ([@CodyCBakerPhD](https://github.com/CodyCBakerPhD)) |
| 17 | +- Bring 0.70.0 tag into the "master" git line [#1682](https://github.com/dandi/dandi-cli/pull/1682) ([@dandibot](https://github.com/dandibot) [@yarikoptic](https://github.com/yarikoptic)) |
| 18 | +- [gh-actions](deps): Bump actions/checkout from 4 to 5 [#1679](https://github.com/dandi/dandi-cli/pull/1679) ([@dependabot[bot]](https://github.com/dependabot[bot]) [@yarikoptic](https://github.com/yarikoptic)) |
| 19 | + |
| 20 | +#### 📝 Documentation |
| 21 | + |
| 22 | +- Merge 0.70.0 tag (CHANGELOG) into master [#1681](https://github.com/dandi/dandi-cli/pull/1681) ([@dandibot](https://github.com/dandibot) [@yarikoptic](https://github.com/yarikoptic)) |
| 23 | + |
| 24 | +#### 🧪 Tests |
| 25 | + |
| 26 | +- Update `dandi-archive` docker env vars [#1678](https://github.com/dandi/dandi-cli/pull/1678) ([@mvandenburgh](https://github.com/mvandenburgh) [@yarikoptic](https://github.com/yarikoptic)) |
| 27 | + |
| 28 | +#### Authors: 5 |
| 29 | + |
| 30 | +- [@dependabot[bot]](https://github.com/dependabot[bot]) |
| 31 | +- Cody Baker ([@CodyCBakerPhD](https://github.com/CodyCBakerPhD)) |
| 32 | +- Dandi Bot ([@dandibot](https://github.com/dandibot)) |
| 33 | +- Mike VanDenburgh ([@mvandenburgh](https://github.com/mvandenburgh)) |
| 34 | +- Yaroslav Halchenko ([@yarikoptic](https://github.com/yarikoptic)) |
| 35 | + |
| 36 | +--- |
| 37 | + |
| 38 | +# 0.70.0 (Sat Jul 26 2025) |
| 39 | + |
| 40 | +#### 🚀 Enhancement |
| 41 | + |
| 42 | +- Expand Zarr dependency to include version 3 [#1653](https://github.com/dandi/dandi-cli/pull/1653) ([@kabilar](https://github.com/kabilar)) |
| 43 | + |
| 44 | +#### 🐛 Bug Fix |
| 45 | + |
| 46 | +- Fix bug when running metadata extraction on BIDS with NWB [#1656](https://github.com/dandi/dandi-cli/pull/1656) ([@CodyCBakerPhD](https://github.com/CodyCBakerPhD) [@yarikoptic](https://github.com/yarikoptic)) |
| 47 | + |
| 48 | +#### 🏠 Internal |
| 49 | + |
| 50 | +- Use name/email corresponding to our dandibot so we could allow it to push releases [#1669](https://github.com/dandi/dandi-cli/pull/1669) ([@yarikoptic](https://github.com/yarikoptic)) |
| 51 | +- Adjust CI to differentiate obolibrary tests [#1657](https://github.com/dandi/dandi-cli/pull/1657) ([@CodyCBakerPhD](https://github.com/CodyCBakerPhD) [@yarikoptic](https://github.com/yarikoptic)) |
| 52 | +- Improve `follow_redirect()` so that it has a singular checkpoint for limiting number of attempts and clearer logic [#1634](https://github.com/dandi/dandi-cli/pull/1634) ([@candleindark](https://github.com/candleindark)) |
| 53 | +- [Chore] Fix MyPy [#1654](https://github.com/dandi/dandi-cli/pull/1654) ([@CodyCBakerPhD](https://github.com/CodyCBakerPhD)) |
| 54 | + |
| 55 | +#### 🧪 Tests |
| 56 | + |
| 57 | +- RF: in our example skip going through all dandisets/assets! [#1667](https://github.com/dandi/dandi-cli/pull/1667) ([@yarikoptic](https://github.com/yarikoptic)) |
| 58 | +- Upgrade Windows image for test CI [#1655](https://github.com/dandi/dandi-cli/pull/1655) ([@kabilar](https://github.com/kabilar)) |
| 59 | + |
| 60 | +#### Authors: 4 |
| 61 | + |
| 62 | +- Cody Baker ([@CodyCBakerPhD](https://github.com/CodyCBakerPhD)) |
| 63 | +- Isaac To ([@candleindark](https://github.com/candleindark)) |
| 64 | +- Kabilar Gunalan ([@kabilar](https://github.com/kabilar)) |
| 65 | +- Yaroslav Halchenko ([@yarikoptic](https://github.com/yarikoptic)) |
| 66 | + |
| 67 | +--- |
| 68 | + |
1 | 69 | # 0.69.3 (Wed Jun 04 2025) |
2 | 70 |
|
3 | 71 | #### 🐛 Bug Fix |
|
0 commit comments