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
- Smart Search API [BETA] (Thanks, [@alportoricensis](https://github.com/alportoricensis))
11
+
- New Quizzes Accommodations
12
+
13
+
### General
14
+
15
+
- Added support for Python 3.12 and 3.13
16
+
- Dropped support for Python 3.7 and 3.8
17
+
18
+
### Backstage
19
+
20
+
- Updated deploy Action to use more modern processes.
21
+
- Updated `PaginatedList` to be type-aware, showing which class is included in the response. (Thanks [@HandcartCactus](https://github.com/HandcartCactus))
22
+
- Updated Sphinx
23
+
- Reworked how `Requester` handles JSON-only POST requests (currently, only New Quizzes Accommodations and GraphQL)
24
+
5
25
## [3.3.0] - 2023-08-27
6
26
7
27
### General
8
28
9
29
- Added documentation for PaginatedList
10
-
- Rework requester URLs to accomodate graphql and new quizzes endpoints (Thanks, [@bennettscience](https://github.com/bennettscience))
30
+
- Rework requester URLs to accommodate graphql and new quizzes endpoints (Thanks, [@bennettscience](https://github.com/bennettscience))
11
31
12
32
### Bugfixes
13
33
14
-
- Fixed PaginatedList not respecting new quizzes endpoints (Thanks, [@matthewf-ucsd](https://github.com/matthewf-ucsd))
34
+
- Fixed PaginatedList not respecting new quizzes endpoints (Thanks, [@jonespm](https://github.com/jonespm))
15
35
16
36
### Backstage
17
37
@@ -636,7 +656,8 @@ Huge thanks to [@liblit](https://github.com/liblit) for lots of issues, suggesti
636
656
- Fixed some incorrectly defined parameters
637
657
- Fixed an issue where tests would fail due to an improperly configured requires block
0 commit comments