Conversation
CHANGELOG.md
Outdated
There was a problem hiding this comment.
| - Restore the SQLite "fts4", "fts5", "rtree", and "geopoly" extensions on Mac/Linux | |
| - Restore the SQLite "fts4", "fts5", "rtree", and "geopoly" extensions on Unix |
If you want to retain both, then I'd say "macOS and Linux"
CHANGELOG.md
Outdated
There was a problem hiding this comment.
This should be in a ### Preview section
CHANGELOG.md
Outdated
There was a problem hiding this comment.
This actually includes uv run, might as well just shorten this
| - Add `-w` shorthand for `--with` in `uvx` and `uv tool run` ([#14530](https://github.com/astral-sh/uv/pull/14530)) | |
| - Add `-w` shorthand for `--with` ([#14530](https://github.com/astral-sh/uv/pull/14530)) |
CHANGELOG.md
Outdated
There was a problem hiding this comment.
| - Add an exception handler on Windows ([#14582](https://github.com/astral-sh/uv/pull/14582)) | |
| - Add an exception handler on Windows to display information on crash ([#14582](https://github.com/astral-sh/uv/pull/14582)) |
| ### Bug fixes | ||
|
|
||
| - Do not re-resolve with a new Python version in `uv tool` if it is incompatible with `--python` ([#14606](https://github.com/astral-sh/uv/pull/14606)) | ||
| - Fix handling of globs in `cache-key`: follow symlinks ([#13438](https://github.com/astral-sh/uv/pull/13438)) and `..` and improve performance ([#13469](https://github.com/astral-sh/uv/pull/13469)) |
There was a problem hiding this comment.
We might want to clarify the symlink behavior. We only resolve terminal symlinks in globs, I think? See #13438 (comment). I'd consider it an enhancement rather than a bug since this was not allowed by design before.
We might want to just split #13469 into two notes and link to it twice. One enhancement to support parent paths in cache keys and another to improve the performance of cache keys.
There was a problem hiding this comment.
Like this?
- Follow leaf symlinks matched by globs in `cache-key` ([#13438](https://github.com/astral-sh/uv/pull/13438))
- Support parent path components (`..`) in globs in `cache-key` ([#13469](https://github.com/astral-sh/uv/pull/13469))
- Improve `cache-key` performance ([#13469](https://github.com/astral-sh/uv/pull/13469))I would be inclined to say the .. thing is a bugfix if I'm reading #13469 correctly - it silently was ignoring changes to those files without telling you it wasn't supported, right? (Actually isn't that also true of the symlinks thing?)
There was a problem hiding this comment.
Yeah that seems fine.
I guess I'm not sure what our previous behavior was. Is it "Support parent paths in cache-keys" or specifically "Support parent paths in cache-key globs"? It sounds more like a bug fix if it's just the rather.
I don't really feel that strongly about whether or not it's classified as a bug. My impression is that it was intentionally not allowed. A bug fix would be "Error on invalid cache-key entries", but actually making it work is more of a feature. Do what you want with that though :)
There was a problem hiding this comment.
I think it could go either way. I'd lean toward enhancement personally, but only weakly so.
|
|
||
| - Document how to nest dependency groups with `include-group` ([#14539](https://github.com/astral-sh/uv/pull/14539)) | ||
| - Fix repeated word in Pyodide doc ([#14554](https://github.com/astral-sh/uv/pull/14554)) | ||
| - Update CONTRIBUTING.md with instructions to format markdown files ([#14246](https://github.com/astral-sh/uv/pull/14246)) |
There was a problem hiding this comment.
| - Update CONTRIBUTING.md with instructions to format markdown files ([#14246](https://github.com/astral-sh/uv/pull/14246)) | |
| - Update CONTRIBUTING.md with instructions to format markdown files via Docker ([#14246](https://github.com/astral-sh/uv/pull/14246)) |
c5495d4 to
af100ae
Compare
No description provided.