You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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`.
7
7
---
8
8
9
9
<!-- TODO: complete the excerpt above -->
@@ -14,7 +14,7 @@ excerpt: Today, we're releasing version 0.109.1 of Nu. This release adds...
14
14
15
15
<!-- TODO: write this excerpt -->
16
16
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`.
18
18
19
19
# Where to get it
20
20
@@ -44,28 +44,38 @@ As part of this release, we also publish a set of optional [plugins](https://www
44
44
45
45
# Changes
46
46
47
+
## Bug fixes
47
48
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
+
```
48
60
49
61
# Notes for plugin developers
50
62
51
63
# Hall of fame
52
64
53
65
Thanks to all the contributors below for helping us solve issues, improve documentation, refactor code, and more! :pray:
54
66
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)|
|[@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)|
62
72
63
73
# Full changelog
64
74
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)|
|[@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