This Week in Nushell #285
Posted Friday, 2025-02-07.
Highlights
Since this was a release-week, a number of the changes below are included in the 0.102.0 release, a few were housekeeping tasks related to the release, and some items will, of course, appear in nightly builds and main
(and eventually 0.103).
A belated thanks to @0x4D5352 for bringing much-needed consistency to the documentation. With output now commented out in code blocks, you can copy examples directly from the docs and paste them into Nushell.
In case you missed it, in December @ayax79 added polars open
support for Amazon S3 in #14648 and followed up this week with polars save
to S3 in #15005!
And WindSoilder made it easier to debug Nushell errors with a new backtrace feature (#14945).
Other changes by repository:
Nushell
- blindFS:
- Fixed Clippy warnings with
--all-features
- Fixed
expand_tilde
when path contains glob characters - Fixed security audit, bumped OpenSSL from 0.10.68 to 0.10.70
- Fixed Clippy warnings for Rust 1.8.4
- Fixed
dotnu_completion
dir with spaces, expand tilde - Fixed
dotnu_completion
for nested folders/scripts - Refactored AST traversal to find the inner-most expression for completion
- Fixed Clippy warnings with
- KAAtheWiseGit:
- kubouch:
- WindSoilder:
- 132ikl:
- hustcer:
- ysthakur:
- dependabot[bot]:
- eggcaker:
- ayax79:
- dam4rus:
- Bahex:
- weirdan:
- fdncred:
- sgvictorino:
- tmillr:
Documentation
- NotTheDr01ds:
- ysthakur:
- kubouch:
- lodagro:
- maxim-uvarov:
- Kissaki:
- IanManske:
- Bahex:
- 132ikl:
- hustcer:
- amadaluzia:
- Chen1Plus:
- 0x4D5352:
Nu_Scripts
- NotTheDr01ds:
- fdncred:
- kubouch:
- IanManske:
- rutexd: