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: CHANGES.txt
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
2
-
v1.0.3 (2026/05/21)
2
+
v1.1.0 (2026/05/27)
3
3
Highlights:
4
4
- Added Python 3.14 support and dropped Python 3.8 support.
5
5
- Reworked biothings CLI configuration, pathing, and dataplugin command organization.
@@ -38,6 +38,7 @@ v1.0.1 (2025/08/21)
38
38
Bugfixes:
39
39
- Fixed parameter validation conflict by requiring handler classes with `kwargs` to define a unique `name` attribute. ([#412](https://github.com/biothings/biothings.api/pull/412))
40
40
- Fix missing dependencies for building sphinx docs
41
+
41
42
v1.0.0 (2025/07/29)
42
43
Highlights:
43
44
- Support sqlite3 for the MergerStorage backend, e.g. used in CLI ([#348](https://github.com/biothings/biothings.api/pull/348))
0 commit comments