Skip to content

Commit ed831a8

Browse files
authored
Added TWiN 301 (#1936)
1 parent c0ae22f commit ed831a8

File tree

1 file changed

+65
-0
lines changed

1 file changed

+65
-0
lines changed

blog/2025-05-30-twin0301.md

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
---
2+
title: 'This Week in Nushell #301'
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: "This week's contributions to Nushell!"
7+
---
8+
9+
# This week in Nushell #301
10+
11+
Belatedly published 2025-06-10 for PRs the week ending May 30th.
12+
13+
Thank you as always to all the contributors this week!
14+
15+
## Nushell
16+
17+
- Tyarel8 [added comparison support to `bench` command](https://github.com/nushell/nushell/pull/15843)
18+
- weirdan [set content_type for `view span` output](https://github.com/nushell/nushell/pull/15842)
19+
- new-years-eve [refactored `find` to handle regex and non-regex searches consistently](https://github.com/nushell/nushell/pull/15839)
20+
- hustcer:
21+
- [fixed build failure of aarch64 and armv7 musl targets](https://github.com/nushell/nushell/pull/15835)
22+
- [allowed specifying MSI version via env var and workflow input](https://github.com/nushell/nushell/pull/15828)
23+
- [updated comments of release-pkg.nu for MSI package building](https://github.com/nushell/nushell/pull/15815)
24+
- [bumped dev version to 0.104.2](https://github.com/nushell/nushell/pull/15809)
25+
- [used nushell's fork for winget-pkgs publishing](https://github.com/nushell/nushell/pull/15808)
26+
- pyz4:
27+
- [expanded `polars shift` to allow expression inputs](https://github.com/nushell/nushell/pull/15834)
28+
- [added Value::Record to `NuExpression::can_downcast` logic](https://github.com/nushell/nushell/pull/15826)
29+
- [added `polars math` expression](https://github.com/nushell/nushell/pull/15822)
30+
- cptpiepmatz:
31+
- [moved job errors into `ShellError::Job` variant](https://github.com/nushell/nushell/pull/15820)
32+
- [improved error for prefix-only path for PWD](https://github.com/nushell/nushell/pull/15817)
33+
- [switched to `ring` as crypto provider instead of `aws_lc`](https://github.com/nushell/nushell/pull/15812)
34+
- [added `rustls` for TLS](https://github.com/nushell/nushell/pull/15810)
35+
- rritik772 [fixed #15813 - passing infinity to random float causes error](https://github.com/nushell/nushell/pull/15818)
36+
- noahfraiture [added default http protocol when none specified](https://github.com/nushell/nushell/pull/15804)
37+
- WindSoilder [ensured block is compiled when parsing `source`](https://github.com/nushell/nushell/pull/15798)
38+
- vivainio [optimized kv get by selecting only one row from storage db](https://github.com/nushell/nushell/pull/15792)
39+
- Villa01 [improved error handling for unsupported --theme in to html](https://github.com/nushell/nushell/pull/15787)
40+
- ysthakur [handled multiple exact matches](https://github.com/nushell/nushell/pull/15772)
41+
- jjflash95 [fixed #15571 panic on write to source parquet file](https://github.com/nushell/nushell/pull/15601)
42+
- flovilmart [implemented reedline for input](https://github.com/nushell/nushell/pull/15369)
43+
44+
## Awesome Nu
45+
46+
- HaoZeke [updated docs with rattler-build](https://github.com/nushell/awesome-nu/pull/124)
47+
48+
## Integrations
49+
50+
- hustcer [released Nu 0.104.1](https://github.com/nushell/integrations/pull/53)
51+
52+
## plugin-examples
53+
54+
- cptpiepmatz:
55+
- [switched from wget to checkout for testing.nu](https://github.com/nushell/plugin-examples/pull/4)
56+
- [bumped versions to 0.104.2](https://github.com/nushell/plugin-examples/pull/3)
57+
58+
## nufmt
59+
60+
- x10an14 [fixed Nix build & direnv config](https://github.com/nushell/nufmt/pull/70)
61+
62+
## Documentation
63+
64+
- hustcer [added initial 0.104.1 release notes](https://github.com/nushell/nushell.github.io/pull/1924)
65+
- ysthakur [removed mention of positional on custom completer page](https://github.com/nushell/nushell.github.io/pull/1897)

0 commit comments

Comments
 (0)