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 fixes some regressions of Nu 0.109.0, especially fixes to `http get` and `source`.
7
7
---
8
8
9
-
<!-- TODO: complete the excerpt above -->
10
-
11
-
<!-- NOTE: start from the TODO all the way at the bottom (and sort of work your way up) -->
12
-
13
9
# Nushell 0.109.1
14
10
15
-
<!-- TODO: write this excerpt -->
16
-
17
11
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
12
19
13
# Where to get it
@@ -24,43 +18,33 @@ As part of this release, we also publish a set of optional [plugins](https://www
24
18
25
19
# Table of contents
26
20
27
-
<!-- TODO: once all the content below is finished and committed, `use nu_scripts/make_release/release-note/notes.nu *` and run `write-toc $this_file`. -->
28
-
29
-
# Highlights and themes of this release
30
-
31
-
<!-- NOTE: if you wanna write a section about a breaking change, when it's a very important one,
32
-
please add the following snippet to have a "warning" banner :)
33
-
> see [an example](https://www.nushell.sh/blog/2023-09-19-nushell_0_85_0.html#pythonesque-operators-removal)
34
-
35
-
```md
36
-
::: warning Breaking change
37
-
See a full overview of the [breaking changes](#breaking-changes)
38
-
:::
39
-
```
40
-
-->
41
-
<!-- NOTE: see https://vuepress.github.io/reference/default-theme/markdown.html#custom-containers
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
36
53
-
### Fix path resolution for `source` using bare-word-string-interpolation
37
+
### Fix path resolution for `source` using bare-word-string-interpolation[[toc](#table-of-contents)]
54
38
55
39
Fixed a regression in v0.109.0 that disallowed using patterns like:
56
40
57
41
```nu
58
42
source config/($nu.os-info.name).nu
59
43
```
60
44
61
-
# Notes for plugin developers
45
+
# Notes for plugin developers[[toc](#table-of-contents)]
62
46
63
-
# Hall of fame
47
+
# Hall of fame[[toc](#table-of-contents)]
64
48
65
49
Thanks to all the contributors below for helping us solve issues, improve documentation, refactor code, and more! :pray:
66
50
@@ -70,7 +54,7 @@ Thanks to all the contributors below for helping us solve issues, improve docume
70
54
|[@hustcer](https://github.com/hustcer)| Try to fix winget automatic validation error |[#17096](https://github.com/nushell/nushell/pull/17096)|
71
55
|[@KaiSforza](https://github.com/KaiSforza)| Add backticks to readmes |[#17101](https://github.com/nushell/nushell/pull/17101)|
0 commit comments