|
2 | 2 |
|
3 | 3 | All notable changes to this project will be documented in this file. |
4 | 4 |
|
| 5 | +## [1.0.0] - 2025-08-08 |
| 6 | + |
| 7 | +### Features |
| 8 | + |
| 9 | +- [**breaking**] Automatically redirect stdout + stderr to logfile within Tesseract endpoints (#265) |
| 10 | +- Add e2e tests for MPA (both file and MLflow backend) (#277) |
| 11 | +- [**breaking**] Use `version` from `tesseract_config.yaml` as default Docker image tag (#267) |
| 12 | +- Add network argument to `tesseract serve` (#285) |
| 13 | +- Improved IDE type hints for array annotations (#291) |
| 14 | +- Add --network-alias option (#297) |
| 15 | +- Improve healthcheck after serve, add restart policy (#296) |
| 16 | +- Add hot example (#288) |
| 17 | +- Add network args to from_image (#299) |
| 18 | +- Add `--output-path` to serve (#295) |
| 19 | +- [**breaking**] Drop msgpack support (#303) |
| 20 | +- Introduce job ID to control the location of output logs / artifacts (#314) |
| 21 | +- Also print text logs to stderr (#311) |
| 22 | +- Add experimental `require_file` function to mark externally mounted files as required at runtime (#261) |
| 23 | + |
| 24 | +### Bug Fixes |
| 25 | + |
| 26 | +- Move private pip imports into relevant func scope (#292) |
| 27 | +- Correct error message on use of T created via from_image (#298) |
| 28 | +- Ensure signature consistency between `engine.serve` and `Tesseract.from_image` (#302) |
| 29 | +- Exclude broken version of setuptools-scm (#312) |
| 30 | +- Use TESSERACT_MLFLOW_TRACKING_URI instead of MLFLOW_TRACKING_URI (#313) |
| 31 | +- Make `tesseract serve --output-format` behave as expected (#307) |
| 32 | +- Test that LogPipe implementations do not diverge (#316) |
| 33 | +- Use `--input-path`/`--output-path` as `base_dir` in `json+binref` encoder (#304) |
| 34 | +- Bring back CLI option shorthands (#323) |
| 35 | +- Ensure .dockerignore is observed to avoid copying large amounts of data to build contexts (#218) (#321) |
| 36 | +- Change location of mlruns when TESSERACT_MLFLOW_TRACKING_URI is a relative path (#325) |
| 37 | + |
| 38 | +### Refactor |
| 39 | + |
| 40 | +- [**breaking**] Remove ability to serve multiple tesseracts / docker compose (#286) |
| 41 | +- Overhaul all clis (#301) |
| 42 | +- [**breaking**] Remove input-schema and output-schema endpoints (#308) |
| 43 | +- Transpose folder structure (#318) |
| 44 | + |
| 45 | +### Documentation |
| 46 | + |
| 47 | +- Add link to pre-commit library (#327) |
| 48 | +- Document how to use Tesseract via SLURM on HPC clusters (#320) |
| 49 | +- Add Documentation for podman usage via TESSERACT_DOCKER_EXECUTABLE (#324) |
| 50 | + |
5 | 51 | ## [0.10.2] - 2025-07-21 |
6 | 52 |
|
7 | 53 | ### Bug Fixes |
|
0 commit comments