You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+48Lines changed: 48 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,51 @@
1
+
# v0.21.2 (Tue Jan 13 2026)
2
+
3
+
#### 🐛 Bug Fix
4
+
5
+
- Disable throttling of unauthenticated users [#2694](https://github.com/dandi/dandi-archive/pull/2694) ([@jjnesbitt](https://github.com/jjnesbitt))
6
+
7
+
#### Authors: 1
8
+
9
+
- Jacob Nesbitt ([@jjnesbitt](https://github.com/jjnesbitt))
10
+
11
+
---
12
+
13
+
# v0.21.1 (Tue Jan 13 2026)
14
+
15
+
#### 🐛 Bug Fix
16
+
17
+
- Improve performance of asset list endpoint when exact path is provided [#2691](https://github.com/dandi/dandi-archive/pull/2691) ([@jjnesbitt](https://github.com/jjnesbitt))
18
+
19
+
#### Authors: 1
20
+
21
+
- Jacob Nesbitt ([@jjnesbitt](https://github.com/jjnesbitt))
-[gh-actions](deps): Bump actions/upload-artifact from 5 to 6 [#2674](https://github.com/dandi/dandi-archive/pull/2674) ([@dependabot[bot]](https://github.com/dependabot[bot]))
38
+
-[gh-actions](deps): Bump actions/download-artifact from 6 to 7 [#2675](https://github.com/dandi/dandi-archive/pull/2675) ([@dependabot[bot]](https://github.com/dependabot[bot]))
39
+
-[gh-actions](deps): Bump actions/checkout from 5 to 6 [#2651](https://github.com/dandi/dandi-archive/pull/2651) ([@dependabot[bot]](https://github.com/dependabot[bot]))
1. Run `docker compose run --rm django ./manage.py migrate`
41
+
1. Run `docker compose run --rm django ./manage.py createcachetable`
40
42
1. Run `docker compose run --rm django ./manage.py createsuperuser --email $(git config user.email)`
41
43
and follow the prompts to create your own user.
42
44
This sets your username to your git email to ensure parity with how GitHub logins work. You can also replace the command substitution expression with a literal email address, or omit the `--email` option entirely to run the command in interactive mode.
@@ -67,6 +69,7 @@ but allows developers to run Python code on their native system.
0 commit comments