|
| 1 | +--- |
| 2 | +title: 'This week in Nushell #357' |
| 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, 2026-06-25' |
| 7 | +--- |
| 8 | + |
| 9 | +# This Week in Nushell #357 |
| 10 | + |
| 11 | +Published Friday, 2026-07-24, including PRs merged Friday, 2026-06-19 through Thursday, 2026-06-25. |
| 12 | + |
| 13 | +## Nushell |
| 14 | + |
| 15 | +- @fdncred: |
| 16 | + |
| 17 | + - [bumped rusqlite to 0.40.1 (#18469)](https://github.com/nushell/nushell/pull/18469) |
| 18 | + - [added new log-level `perf` so we can more easily see only performance logging (#18468)](https://github.com/nushell/nushell/pull/18468) |
| 19 | + - [bumped reedline to commit 31a91c3 (#18455)](https://github.com/nushell/nushell/pull/18455) |
| 20 | + - [bumped quinn-proto (#18453)](https://github.com/nushell/nushell/pull/18453) |
| 21 | + - [bumped fff-search deps to 0.9.6 (#18448)](https://github.com/nushell/nushell/pull/18448) |
| 22 | + - [fixed `idx search 'Lyrics['` bug (#18447)](https://github.com/nushell/nushell/pull/18447) |
| 23 | + - [respected table mode passed on cli for scripts and repl (#18446)](https://github.com/nushell/nushell/pull/18446) |
| 24 | + - [allowed `is-terminal` to detect redirection (#18443)](https://github.com/nushell/nushell/pull/18443) |
| 25 | + - [refactored pushdown code into a query_plan to make it easier to add more pushdown filters (#18398)](https://github.com/nushell/nushell/pull/18398) |
| 26 | + |
| 27 | +- @maximilize: |
| 28 | + |
| 29 | + - [added regression test for non-block `for` body (#13746) (#18466)](https://github.com/nushell/nushell/pull/18466) |
| 30 | + - [fixed compile: clone `$in` register for binary-op RHS to avoid clobbering LHS (#18323) (#18465)](https://github.com/nushell/nushell/pull/18465) |
| 31 | + |
| 32 | +- @Juhan280: |
| 33 | + |
| 34 | + - [refactored logging: simplified CLI filter parsing to allow target or module paths (#18464)](https://github.com/nushell/nushell/pull/18464) |
| 35 | + |
| 36 | +- @hexbinoct: |
| 37 | + |
| 38 | + - [fixed usize underflow on insert/upsert into a nested path of an empty list (#18463)](https://github.com/nushell/nushell/pull/18463) |
| 39 | + |
| 40 | +- @flying-sheep: |
| 41 | + |
| 42 | + - [added `--right` to `split row` and `split column` (#18444)](https://github.com/nushell/nushell/pull/18444) |
| 43 | + |
| 44 | +- @cptpiepmatz: |
| 45 | + |
| 46 | + - [serialized `Range` via string representation (#18442)](https://github.com/nushell/nushell/pull/18442) |
| 47 | + - [fixed CI not testing doctests (#18441)](https://github.com/nushell/nushell/pull/18441) |
| 48 | + |
| 49 | +- @Tyarel8: |
| 50 | + |
| 51 | + - [added navigation shortcuts to `explore config` (#18440)](https://github.com/nushell/nushell/pull/18440) |
| 52 | + |
| 53 | +- @Bahex: |
| 54 | + |
| 55 | + - [made row-conditions parse `{}` as closure, not record (#18438)](https://github.com/nushell/nushell/pull/18438) |
| 56 | + - [improved type system (#18430)](https://github.com/nushell/nushell/pull/18430) |
| 57 | + - [made experimental option `enforce-runtime-annotations` opt out (#18359)](https://github.com/nushell/nushell/pull/18359) |
| 58 | + |
| 59 | +- @stuartcarnie: |
| 60 | + |
| 61 | + - [fixed SIGABRT from broken stdout/stderr on parent exit (#18428)](https://github.com/nushell/nushell/pull/18428) |
| 62 | + |
| 63 | +- @mkatychev: |
| 64 | + |
| 65 | + - [added lsp feature flag to executable (#18148)](https://github.com/nushell/nushell/pull/18148) |
| 66 | + |
| 67 | +- @app/dependabot: |
| 68 | + - [bumped bytes from 1.11.1 to 1.12.0 (#18459)](https://github.com/nushell/nushell/pull/18459) |
| 69 | + - [bumped rmcp from 1.7.0 to 1.8.0 (#18458)](https://github.com/nushell/nushell/pull/18458) |
| 70 | + - [bumped actions/checkout from 6 to 7 (#18457)](https://github.com/nushell/nushell/pull/18457) |
| 71 | + |
| 72 | +## Documentation |
| 73 | + |
| 74 | +- @NotTheDr01ds: |
| 75 | + |
| 76 | + - [published TWiN 356 (#2188)](https://github.com/nushell/nushell.github.io/pull/2188) |
| 77 | + |
| 78 | +- @sharpchen: |
| 79 | + |
| 80 | + - [fixed comparison for pwsh and csharp (#2187)](https://github.com/nushell/nushell.github.io/pull/2187) |
| 81 | + |
| 82 | +- @kiil: |
| 83 | + |
| 84 | + - [documented match_description option for custom completions (#2185)](https://github.com/nushell/nushell.github.io/pull/2185) |
| 85 | + |
| 86 | +- @app/dependabot: |
| 87 | + - [bumped undici from 7.24.1 to 7.28.0 (#2186)](https://github.com/nushell/nushell.github.io/pull/2186) |
| 88 | + - [bumped markdown-it from 14.1.0 to 14.2.0 (#2184)](https://github.com/nushell/nushell.github.io/pull/2184) |
| 89 | + |
| 90 | +## Awesome Nu |
| 91 | + |
| 92 | +- @lassoColombo: |
| 93 | + - [added conventional-commits module (#167)](https://github.com/nushell/awesome-nu/pull/167) |
| 94 | + |
| 95 | +## reedline |
| 96 | + |
| 97 | +- @fdncred: |
| 98 | + |
| 99 | + - [bumped rusqlite to 0.40.1 (#1110)](https://github.com/nushell/reedline/pull/1110) |
| 100 | + |
| 101 | +- @reubeno: |
| 102 | + - [fixed re-use prompt rows after a quiet buffer editor (#1107)](https://github.com/nushell/reedline/pull/1107) |
| 103 | + |
| 104 | +## Nu_Scripts |
| 105 | + |
| 106 | +- @ldsands: |
| 107 | + |
| 108 | + - [added zmx completion script (#1262)](https://github.com/nushell/nu_scripts/pull/1262) |
| 109 | + |
| 110 | +- @kaascevich: |
| 111 | + |
| 112 | + - [updated Swift Bundler completions (#1261)](https://github.com/nushell/nu_scripts/pull/1261) |
| 113 | + |
| 114 | +- @DeadBranches: |
| 115 | + - [fixed auto-venv: handle overlay list returning table instead of list (#1260)](https://github.com/nushell/nu_scripts/pull/1260) |
0 commit comments