|
| 1 | +--- |
| 2 | +title: 'This week in Nushell #317' |
| 3 | +author: The Nu Authors |
| 4 | +author_site: https://nushell.sh |
| 5 | +author_image: https://www.nushell.sh/blog/images/nu_logo.png |
| 6 | +excerpt: 'PRs and activity for Nushell the week ending Thursday, 2025-09-18' |
| 7 | +--- |
| 8 | + |
| 9 | +# This Week in Nushell #317 |
| 10 | + |
| 11 | +Published Friday, 2025-09-19, including PRs merged Friday, 2025-09-12 through Thursday, 2025-09-18. |
| 12 | + |
| 13 | +## Nushell |
| 14 | + |
| 15 | +- @cptpiepmatz: |
| 16 | + |
| 17 | + - [Fixed building `cargo check -p nu-cli --features sqlite` (#16707)](https://github.com/nushell/nushell/pull/16707) |
| 18 | + - [Loaded experimental options before command context is loaded (#16690)](https://github.com/nushell/nushell/pull/16690) |
| 19 | + - [Bumped `rusqlite` to 0.37 (#16684)](https://github.com/nushell/nushell/pull/16684) |
| 20 | + - [Added batch config for tables (#16629)](https://github.com/nushell/nushell/pull/16629) |
| 21 | + |
| 22 | +- @ayax79: |
| 23 | + |
| 24 | + - [Upgraded Polars to 50.1 (#16703)](https://github.com/nushell/nushell/pull/16703) |
| 25 | + |
| 26 | +- @132ikl: |
| 27 | + |
| 28 | + - [Fixed CI artifact upload on Windows runner (#16702)](https://github.com/nushell/nushell/pull/16702) |
| 29 | + - [Refactored toolkit.nu into module (#16701)](https://github.com/nushell/nushell/pull/16701) |
| 30 | + - [Added `network` feature to top-level crate (#16686)](https://github.com/nushell/nushell/pull/16686) |
| 31 | + - [Gated SQLite history behind existing `sqlite` feature (#16682)](https://github.com/nushell/nushell/pull/16682) |
| 32 | + - [Allowed variables in columns of table literals (#16669)](https://github.com/nushell/nushell/pull/16669) |
| 33 | + |
| 34 | +- @Bahex: |
| 35 | + |
| 36 | + - [Improved ast-grep rules (#16699)](https://github.com/nushell/nushell/pull/16699) |
| 37 | + - [Gated some plugin related tests behind the "plugin" feature (#16698)](https://github.com/nushell/nushell/pull/16698) |
| 38 | + - [Set up ast-grep with custom lints (#16674)](https://github.com/nushell/nushell/pull/16674) |
| 39 | + - [Cleaned up parser (#16668)](https://github.com/nushell/nushell/pull/16668) |
| 40 | + - [Refactored API for embedded config files (#16626)](https://github.com/nushell/nushell/pull/16626) |
| 41 | + |
| 42 | +- @blindFS: |
| 43 | + |
| 44 | + - [Cleaned up unnecessary parser code (#16696)](https://github.com/nushell/nushell/pull/16696) |
| 45 | + - [Fixed panic on goto std files in LSP (#16694)](https://github.com/nushell/nushell/pull/16694) |
| 46 | + - [Added more LSP test cases (#16628)](https://github.com/nushell/nushell/pull/16628) |
| 47 | + - [Refactored check_call dedup (#16596)](https://github.com/nushell/nushell/pull/16596) |
| 48 | + |
| 49 | +- @sholderbach: |
| 50 | + |
| 51 | + - [Fixed `ast-grep` config (#16691)](https://github.com/nushell/nushell/pull/16691) |
| 52 | + - [Updated Rust to 1.88.0 and used let-chains (#16671)](https://github.com/nushell/nushell/pull/16671) |
| 53 | + |
| 54 | +- @Sheape: |
| 55 | + |
| 56 | + - [Bumped `bytesize` to 2.1.0 (#16689)](https://github.com/nushell/nushell/pull/16689) |
| 57 | + - [Improved error messages for invalid binary strings (#16688)](https://github.com/nushell/nushell/pull/16688) |
| 58 | + - [Aligned `query db` description with other database commands (#16680)](https://github.com/nushell/nushell/pull/16680) |
| 59 | + |
| 60 | +- @simonborje: |
| 61 | + |
| 62 | + - [Expanded alias when sending command to external completion (#16640)](https://github.com/nushell/nushell/pull/16640) |
| 63 | + |
| 64 | +- @app/dependabot: |
| 65 | + - [Bumped plist from 1.7.0 to 1.8.0 (#16704)](https://github.com/nushell/nushell/pull/16704) |
| 66 | + - [Bumped scraper from 0.23.1 to 0.24.0 (#16479)](https://github.com/nushell/nushell/pull/16479) |
| 67 | + |
| 68 | +## Documentation |
| 69 | + |
| 70 | +- @NotTheDr01ds: |
| 71 | + |
| 72 | + - [Published TWiN 315 and 316 (#2038)](https://github.com/nushell/nushell.github.io/pull/2038) |
| 73 | + |
| 74 | +- @partrita: |
| 75 | + - [Added Korean documents (#2001)](https://github.com/nushell/nushell.github.io/pull/2001) |
| 76 | + |
| 77 | +## VSCode Extension |
| 78 | + |
| 79 | +- @fdncred: |
| 80 | + - [Updated changelog for another pre-release (#220)](https://github.com/nushell/vscode-nushell-lang/pull/220) |
| 81 | + - [Disabled auto-reveal output panel (#219)](https://github.com/nushell/vscode-nushell-lang/pull/219) |
| 82 | + |
| 83 | +## reedline |
| 84 | + |
| 85 | +- @cptpiepmatz: |
| 86 | + - [Bumped `rusqlite` to 0.37 (#950)](https://github.com/nushell/reedline/pull/950) |
0 commit comments