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
This PR contains the generated changelog for the release v0.10.0.
⚠️ **Merging this PR will immediately trigger a new release**. ⚠️
To specify additional release notes, please edit this comment after the
following line.
---
This is a big release with **several new features and quality-of-life
improvements**:
- 🎉 Tesseracts now support remote debugging via
[`debugpy`](https://github.com/microsoft/debugpy). For example, this
allows users to connect to a running Tesseract via VSCode for
interactive debugging sessions, even in cases where the Tesseract is
running on another machine. See [the
docs](https://docs.pasteurlabs.ai/projects/tesseract-core/latest/content/using-tesseracts/advanced.html#debug-mode)
for more information on how to get started.
- `tesseract run` and `tesseract serve` support several new arguments,
including `--environment`, `--user`, and `--service-names`. This
provides users with more fine-grained control over how Tesseracts are
executed.
- `tesseract build` now supports `--skip-checks` to skip post-build
checks in cases where they cannot succeed.
- Container user handling is now more consistent, fixing many permission
errors when using mounted volumes. See also our docs on [Volume mounts
and user
permissions](https://docs.pasteurlabs.ai/projects/tesseract-core/latest/content/using-tesseracts/advanced.html#volume-mounts-and-user-permissions).
Thanks to all contributors!
*(see full changelog below for an overview of all changes)*
---------
Co-authored-by: Dion Häfner <dion.haefner@simulation.science>
0 commit comments