Skip to content

Commit 38fce1c

Browse files
committed
update changelog
1 parent 044b02b commit 38fce1c

File tree

1 file changed

+26
-16
lines changed

1 file changed

+26
-16
lines changed

blog/2025-12-02-nushell_v0_109_1.md

Lines changed: 26 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Nushell 0.109.1
33
author: The Nu Authors
44
author_site: https://www.nushell.sh/blog
55
author_image: https://www.nushell.sh/blog/images/nu_logo.png
6-
excerpt: Today, we're releasing version 0.109.1 of Nu. This release adds...
6+
excerpt: Today, we're releasing version 0.109.1 of Nu. This release fixes some regressions of Nu 0.109.0, especially fixes to `http get` and `source`.
77
---
88

99
<!-- TODO: complete the excerpt above -->
@@ -14,7 +14,7 @@ excerpt: Today, we're releasing version 0.109.1 of Nu. This release adds...
1414

1515
<!-- TODO: write this excerpt -->
1616

17-
Today, we're releasing version 0.109.1 of Nu. This release adds...
17+
Today, we're releasing version 0.109.1 of Nu. This release fixes some regressions of Nu 0.109.0, especially fixes to `http get` and `source`.
1818

1919
# Where to get it
2020

@@ -44,28 +44,38 @@ As part of this release, we also publish a set of optional [plugins](https://www
4444

4545
# Changes
4646

47+
## Bug fixes
4748

49+
### Fix `http get` domain overflow
50+
51+
The dns resolution #17030 implemented in v0.109.0 for `http get` could overflow an array for domains with a lot of resolved IPs. This is fixed now by truncating the resolved IP amount.
52+
53+
### Fix path resolution for `source` using bare-word-string-interpolation
54+
55+
Fixed a regression in v0.109.0 that disallowed using patterns like:
56+
57+
```nu
58+
source config/($nu.os-info.name).nu
59+
```
4860

4961
# Notes for plugin developers
5062

5163
# Hall of fame
5264

5365
Thanks to all the contributors below for helping us solve issues, improve documentation, refactor code, and more! :pray:
5466

55-
| author | change | link |
56-
| --- | --- | --- |
57-
| [@hustcer](https://github.com/hustcer) | Bump to dev version 0.109.1 | [#17093](https://github.com/nushell/nushell/pull/17093) |
58-
| [@hustcer](https://github.com/hustcer) | Fix http get panic | [#17092](https://github.com/nushell/nushell/pull/17092) |
59-
| [@hustcer](https://github.com/hustcer) | Try to fix winget automatic validation error | [#17096](https://github.com/nushell/nushell/pull/17096) |
60-
| [@KaiSforza](https://github.com/KaiSforza) | Add backticks to readmes | [#17101](https://github.com/nushell/nushell/pull/17101) |
61-
| [@hustcer](https://github.com/hustcer) | Fix use constants in bare-word-strings with source error | [#17094](https://github.com/nushell/nushell/pull/17094) |
67+
| author | change | link |
68+
| ------------------------------------------ | -------------------------------------------- | ------------------------------------------------------- |
69+
| [@hustcer](https://github.com/hustcer) | Bump to dev version 0.109.1 | [#17093](https://github.com/nushell/nushell/pull/17093) |
70+
| [@hustcer](https://github.com/hustcer) | Try to fix winget automatic validation error | [#17096](https://github.com/nushell/nushell/pull/17096) |
71+
| [@KaiSforza](https://github.com/KaiSforza) | Add backticks to readmes | [#17101](https://github.com/nushell/nushell/pull/17101) |
6272

6373
# Full changelog
6474

65-
| author | title | link |
66-
| --- | --- | --- |
67-
| [@KaiSforza](https://github.com/KaiSforza) | Add backticks to readmes | [#17101](https://github.com/nushell/nushell/pull/17101) |
68-
| [@hustcer](https://github.com/hustcer) | Fix http get panic | [#17092](https://github.com/nushell/nushell/pull/17092) |
69-
| [@hustcer](https://github.com/hustcer) | Bump to dev version 0.109.1 | [#17093](https://github.com/nushell/nushell/pull/17093) |
70-
| [@hustcer](https://github.com/hustcer) | Fix use constants in bare-word-strings with source error | [#17094](https://github.com/nushell/nushell/pull/17094) |
71-
| [@hustcer](https://github.com/hustcer) | Try to fix winget automatic validation error | [#17096](https://github.com/nushell/nushell/pull/17096) |
75+
| author | title | link |
76+
| ------------------------------------------ | -------------------------------------------------------- | ------------------------------------------------------- |
77+
| [@KaiSforza](https://github.com/KaiSforza) | Add backticks to readmes | [#17101](https://github.com/nushell/nushell/pull/17101) |
78+
| [@hustcer](https://github.com/hustcer) | Fix http get panic | [#17092](https://github.com/nushell/nushell/pull/17092) |
79+
| [@hustcer](https://github.com/hustcer) | Bump to dev version 0.109.1 | [#17093](https://github.com/nushell/nushell/pull/17093) |
80+
| [@hustcer](https://github.com/hustcer) | Fix use constants in bare-word-strings with source error | [#17094](https://github.com/nushell/nushell/pull/17094) |
81+
| [@hustcer](https://github.com/hustcer) | Try to fix winget automatic validation error | [#17096](https://github.com/nushell/nushell/pull/17096) |

0 commit comments

Comments
 (0)