Skip to content

Commit d4573a4

Browse files
committed
Preparing release 9.10.0
1 parent 3830080 commit d4573a4

11 files changed

Lines changed: 28 additions & 10 deletions

File tree

CHANGES.rst

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,33 @@ Changelog
88
99
.. towncrier release notes start
1010
11+
9.10.0 (2025-01-27)
12+
-------------------
13+
14+
New features:
15+
16+
17+
- Add a `@login` endpoint to get external login services' links. @erral (#1757)
18+
- In the `@registry` endpoint, added support for filtering the list of registry records. @Faakhir30 (#1861)
19+
20+
21+
Bug fixes:
22+
23+
24+
- Changed bad int inputs into 500 Exceptions to 400 BadRequest so they can be filtered out of logs more easily. @djay (#1855)
25+
- Handle TypeError on querystringsearch as BadRequest. @djay (#1857)
26+
- Add parse_int to handle all cases of BadRequests from ints passed in. @djay (#1858)
27+
- In the `@contextnavigation` endpoint, return `"icon": null` for Files with a mimetype not found in the `content_type_registry`, instead of raising `TypeError`. @mamico (#1864)
28+
- In the `@locking` endpoint, fixed edge cases where the user who owns the lock was not found correctly. @mamico (#1867)
29+
- Prevent deprecation warnings. @mauritsvanrees (#4090)
30+
31+
32+
Internal:
33+
34+
35+
- Update CI. @davisagli (#1685)
36+
37+
1138
9.9.0 (2024-12-18)
1239
------------------
1340

news/1685.internal

Lines changed: 0 additions & 1 deletion
This file was deleted.

news/1757.feature

Lines changed: 0 additions & 1 deletion
This file was deleted.

news/1855.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

news/1857.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

news/1858.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

news/1861.feature

Lines changed: 0 additions & 1 deletion
This file was deleted.

news/1864.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

news/1867.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

news/4090.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)