|
1 | 1 |
|
| 2 | +v1.1.0 (2026/05/27) |
| 3 | + Highlights: |
| 4 | + - Added Python 3.14 support and dropped Python 3.8 support. |
| 5 | + - Reworked biothings CLI configuration, pathing, and dataplugin command organization. |
| 6 | + - Added MongoDB build cleanup management APIs and commands. |
| 7 | + |
| 8 | + biothings.hub improvements: |
| 9 | + - Added prefix support to DataTransformMDB. ([#411](https://github.com/biothings/biothings.api/pull/411)) |
| 10 | + - Added TAR and Zstandard file handling. ([#424](https://github.com/biothings/biothings.api/pull/424), [#428](https://github.com/biothings/biothings.api/pull/428)) |
| 11 | + - Added support for custom local uploader and dumper classes in dataplugin manifests. ([#431](https://github.com/biothings/biothings.api/pull/431)) |
| 12 | + - Added MongoDB build cleanup validation and deletion tooling. ([#437](https://github.com/biothings/biothings.api/pull/437)) |
| 13 | + |
| 14 | + biothings.utils improvements: |
| 15 | + - Fixed dict_sweep handling for NaN-like values, including pandas.NA and pandas.NaT. ([#442](https://github.com/biothings/biothings.api/pull/442)) |
| 16 | + - Centralized orjson usage across the library. ([#435](https://github.com/biothings/biothings.api/pull/435)) |
| 17 | + |
| 18 | + biothings.web improvements: |
| 19 | + - Removed deprecated Google Analytics event support. ([#439](https://github.com/biothings/biothings.api/pull/439)) |
| 20 | + - Removed old doc_type and deprecated Elasticsearch compatibility code. |
| 21 | + - Improved Elasticsearch exception handling and query response behavior. |
| 22 | + - Optimized Elasticsearch memory usage when using scroll API. |
| 23 | + |
| 24 | + biothings.cli improvements: |
| 25 | + - Added CLI config and pathing commands. ([#418](https://github.com/biothings/biothings.api/pull/418), [#422](https://github.com/biothings/biothings.api/pull/422)) |
| 26 | + - Added CLI dump mark-success support. ([#423](https://github.com/biothings/biothings.api/pull/423)) |
| 27 | + - Fixed Typer/rich_utils loading behavior. ([#426](https://github.com/biothings/biothings.api/pull/426)) |
| 28 | + |
| 29 | + Misc improvements: |
| 30 | + - Updated dependencies and package metadata for Python 3.9+, including tornado, typer, pymongo, orjson, and zstandard. |
| 31 | + - Updated GitHub Actions test, build, and publish workflows. |
| 32 | + |
| 33 | + |
| 34 | +v1.1.0 (2026/05/27) |
| 35 | + Highlights: |
| 36 | + - Added Python 3.14 support and dropped Python 3.8 support. |
| 37 | + - Reworked biothings CLI configuration, pathing, and dataplugin command organization. |
| 38 | + - Added MongoDB build cleanup management APIs and commands. |
| 39 | + |
| 40 | + biothings.hub improvements: |
| 41 | + - Added prefix support to DataTransformMDB. ([#411](https://github.com/biothings/biothings.api/pull/411)) |
| 42 | + - Added TAR and Zstandard file handling. ([#424](https://github.com/biothings/biothings.api/pull/424), [#428](https://github.com/biothings/biothings.api/pull/428)) |
| 43 | + - Added support for custom local uploader and dumper classes in dataplugin manifests. ([#431](https://github.com/biothings/biothings.api/pull/431)) |
| 44 | + - Added MongoDB build cleanup validation and deletion tooling. ([#437](https://github.com/biothings/biothings.api/pull/437)) |
| 45 | + |
| 46 | + biothings.utils improvements: |
| 47 | + - Fixed dict_sweep handling for NaN-like values, including pandas.NA and pandas.NaT. ([#442](https://github.com/biothings/biothings.api/pull/442)) |
| 48 | + - Centralized orjson usage across the library. ([#435](https://github.com/biothings/biothings.api/pull/435)) |
| 49 | + |
| 50 | + biothings.web improvements: |
| 51 | + - Removed deprecated Google Analytics event support. ([#439](https://github.com/biothings/biothings.api/pull/439)) |
| 52 | + - Removed old doc_type and deprecated Elasticsearch compatibility code. |
| 53 | + - Improved Elasticsearch exception handling and query response behavior. |
| 54 | + - Optimized Elasticsearch memory usage when using scroll API. |
| 55 | + |
| 56 | + biothings.cli improvements: |
| 57 | + - Added CLI config and pathing commands. ([#418](https://github.com/biothings/biothings.api/pull/418), [#422](https://github.com/biothings/biothings.api/pull/422)) |
| 58 | + - Added CLI dump mark-success support. ([#423](https://github.com/biothings/biothings.api/pull/423)) |
| 59 | + - Fixed Typer/rich_utils loading behavior. ([#426](https://github.com/biothings/biothings.api/pull/426)) |
| 60 | + |
| 61 | + Misc improvements: |
| 62 | + - Updated dependencies and package metadata for Python 3.9+, including tornado, typer, pymongo, orjson, and zstandard. |
| 63 | + - Updated GitHub Actions test, build, and publish workflows. |
| 64 | + |
2 | 65 | v1.0.2 (2025/10/15) |
3 | 66 | Bugfix: |
4 | 67 | - Fixed an import issue in inspector.py that was causing the mapping inspect to fail. |
|
0 commit comments