Nushell
Get Nu!
Getting Started
  • The Nushell Book
  • Command Reference
  • Cookbook
  • Language Reference Guide
  • Contributing Guide
Blog
  • English
  • 中文
  • Deutsch
  • Français
  • Español
  • 日本語
  • Português do Brasil
  • Русский язык
  • 한국어
GitHub
Get Nu!
Getting Started
  • The Nushell Book
  • Command Reference
  • Cookbook
  • Language Reference Guide
  • Contributing Guide
Blog
  • English
  • 中文
  • Deutsch
  • Français
  • Español
  • 日本語
  • Português do Brasil
  • Русский язык
  • 한국어
GitHub

This Week in Nushell #317

Published Friday, 2025-09-19, including PRs merged Friday, 2025-09-12 through Thursday, 2025-09-18.

Nushell

  • @cptpiepmatz:

    • Fixed building cargo check -p nu-cli --features sqlite (#16707)
    • Loaded experimental options before command context is loaded (#16690)
    • Bumped rusqlite to 0.37 (#16684)
    • Added batch config for tables (#16629)
  • @ayax79:

    • Upgraded Polars to 50.1 (#16703)
  • @132ikl:

    • Fixed CI artifact upload on Windows runner (#16702)
    • Refactored toolkit.nu into module (#16701)
    • Added network feature to top-level crate (#16686)
    • Gated SQLite history behind existing sqlite feature (#16682)
    • Allowed variables in columns of table literals (#16669)
  • @Bahex:

    • Improved ast-grep rules (#16699)
    • Gated some plugin related tests behind the "plugin" feature (#16698)
    • Set up ast-grep with custom lints (#16674)
    • Cleaned up parser (#16668)
    • Refactored API for embedded config files (#16626)
  • @blindFS:

    • Cleaned up unnecessary parser code (#16696)
    • Fixed panic on goto std files in LSP (#16694)
    • Added more LSP test cases (#16628)
    • Refactored check_call dedup (#16596)
  • @sholderbach:

    • Fixed ast-grep config (#16691)
    • Updated Rust to 1.88.0 and used let-chains (#16671)
  • @Sheape:

    • Bumped bytesize to 2.1.0 (#16689)
    • Improved error messages for invalid binary strings (#16688)
    • Aligned query db description with other database commands (#16680)
  • @simonborje:

    • Expanded alias when sending command to external completion (#16640)
  • @app/dependabot:

    • Bumped plist from 1.7.0 to 1.8.0 (#16704)
    • Bumped scraper from 0.23.1 to 0.24.0 (#16479)

Documentation

  • @NotTheDr01ds:

    • Published TWiN 315 and 316 (#2038)
  • @partrita:

    • Added Korean documents (#2001)

VSCode Extension

  • @fdncred:
    • Updated changelog for another pre-release (#220)
    • Disabled auto-reveal output panel (#219)

reedline

  • @cptpiepmatz:
    • Bumped rusqlite to 0.37 (#950)
Edit this page on GitHub
Contributors: NotTheDr01ds