Skip to content

Commit 75ed9a9

Browse files
committed
finalize blog entry
1 parent 38fce1c commit 75ed9a9

File tree

1 file changed

+14
-30
lines changed

1 file changed

+14
-30
lines changed

blog/2025-12-02-nushell_v0_109_1.md

Lines changed: 14 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,8 @@ author_image: https://www.nushell.sh/blog/images/nu_logo.png
66
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

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-
139
# Nushell 0.109.1
1410

15-
<!-- TODO: write this excerpt -->
16-
1711
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`.
1812

1913
# Where to get it
@@ -24,43 +18,33 @@ As part of this release, we also publish a set of optional [plugins](https://www
2418

2519
# Table of contents
2620

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
42-
for the list of available *containers*
43-
-->
21+
- [_Changes_](#changes-toc)
22+
- [_Bug fixes_](#bug-fixes-toc)
23+
- [_Fix `http get` domain overflow_](#fix-http-get-domain-overflow-toc)
24+
- [_Fix path resolution for `source` using bare-word-string-interpolation_](#fix-path-resolution-for-source-using-bare-word-string-interpolation-toc)
25+
- [_Notes for plugin developers_](#notes-for-plugin-developers-toc)
26+
- [_Hall of fame_](#hall-of-fame-toc)
27+
- [_Full changelog_](#full-changelog-toc)
4428

45-
# Changes
29+
# Changes [[toc](#table-of-contents)]
4630

47-
## Bug fixes
31+
## Bug fixes [[toc](#table-of-contents)]
4832

49-
### Fix `http get` domain overflow
33+
### Fix `http get` domain overflow [[toc](#table-of-contents)]
5034

5135
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.
5236

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)]
5438

5539
Fixed a regression in v0.109.0 that disallowed using patterns like:
5640

5741
```nu
5842
source config/($nu.os-info.name).nu
5943
```
6044

61-
# Notes for plugin developers
45+
# Notes for plugin developers [[toc](#table-of-contents)]
6246

63-
# Hall of fame
47+
# Hall of fame [[toc](#table-of-contents)]
6448

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

@@ -70,7 +54,7 @@ Thanks to all the contributors below for helping us solve issues, improve docume
7054
| [@hustcer](https://github.com/hustcer) | Try to fix winget automatic validation error | [#17096](https://github.com/nushell/nushell/pull/17096) |
7155
| [@KaiSforza](https://github.com/KaiSforza) | Add backticks to readmes | [#17101](https://github.com/nushell/nushell/pull/17101) |
7256

73-
# Full changelog
57+
# Full changelog [[toc](#table-of-contents)]
7458

7559
| author | title | link |
7660
| ------------------------------------------ | -------------------------------------------------------- | ------------------------------------------------------- |

0 commit comments

Comments
 (0)