Skip to content

Commit 1380865

Browse files
author
DANDI Bot
committed
Update CHANGELOG.md [skip ci]
1 parent 292a2ff commit 1380865

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

CHANGELOG.md

+38
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,41 @@
1+
# 0.56.0 (Fri Aug 11 2023)
2+
3+
#### 🚀 Enhancement
4+
5+
- ENH: Add support for _desc- entity to label different processings of a file [#1315](https://github.com/dandi/dandi-cli/pull/1315) ([@yarikoptic](https://github.com/yarikoptic))
6+
- Accept URLs as Dandi instance specifiers [#1298](https://github.com/dandi/dandi-cli/pull/1298) ([@jwodder](https://github.com/jwodder))
7+
8+
#### 🐛 Bug Fix
9+
10+
- Check if URL matches the API URL so we do not hardcode wrong "False" for is_api [#1318](https://github.com/dandi/dandi-cli/pull/1318) ([@yarikoptic](https://github.com/yarikoptic))
11+
- Fix wait_until_valid to properly wait for a publishable version [#1311](https://github.com/dandi/dandi-cli/pull/1311) ([@danlamanna](https://github.com/danlamanna))
12+
- Update `asset_validation_errors` structure [#1303](https://github.com/dandi/dandi-cli/pull/1303) ([@jwodder](https://github.com/jwodder))
13+
- Don't treat certain broken symlinks as absent files [#1292](https://github.com/dandi/dandi-cli/pull/1292) ([@jwodder](https://github.com/jwodder) [@yarikoptic](https://github.com/yarikoptic))
14+
15+
#### 🏠 Internal
16+
17+
- Removed deprecated boilerplate for copying tree to an existing directory [#1294](https://github.com/dandi/dandi-cli/pull/1294) ([@TheChymera](https://github.com/TheChymera) [@jwodder](https://github.com/jwodder))
18+
- Remove Python 3.7-specific code [#1296](https://github.com/dandi/dandi-cli/pull/1296) ([@jwodder](https://github.com/jwodder))
19+
20+
#### 🧪 Tests
21+
22+
- TST: fix and not announce xfailed test which checks /server-info - version is provided now [#1319](https://github.com/dandi/dandi-cli/pull/1319) ([@yarikoptic](https://github.com/yarikoptic))
23+
- Fix typing errors due to keyring and cv externals changes. [#1316](https://github.com/dandi/dandi-cli/pull/1316) ([@jwodder](https://github.com/jwodder))
24+
- Fix test for newer hdf5 [#1301](https://github.com/dandi/dandi-cli/pull/1301) ([@jwodder](https://github.com/jwodder))
25+
26+
#### 🔩 Dependency Updates
27+
28+
- Drop dependency on importlib-metadata backport for Python 3.7 [#1299](https://github.com/dandi/dandi-cli/pull/1299) ([@jwodder](https://github.com/jwodder))
29+
30+
#### Authors: 4
31+
32+
- Dan LaManna ([@danlamanna](https://github.com/danlamanna))
33+
- Horea Christian ([@TheChymera](https://github.com/TheChymera))
34+
- John T. Wodder II ([@jwodder](https://github.com/jwodder))
35+
- Yaroslav Halchenko ([@yarikoptic](https://github.com/yarikoptic))
36+
37+
---
38+
139
# 0.55.1 (Fri May 19 2023)
240

341
#### 🔩 Dependency Updates

0 commit comments

Comments
 (0)