Skip to content

Commit dcda5c2

Browse files
committed
added breaking changes
1 parent d3641e3 commit dcda5c2

File tree

1 file changed

+6
-17
lines changed

1 file changed

+6
-17
lines changed

blog/2025-06-09-nushell_0_105_0.md

Lines changed: 6 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -145,31 +145,20 @@ As part of this release, we also publish a set of optional [plugins](https://www
145145
|[@weirdan](https://github.com/weirdan)|Environment-aware help for `open` and `save`|[#15651](https://github.com/nushell/nushell/pull/15651)|
146146
|[@weirdan](https://github.com/weirdan)|Set content_type for `view span` output|[#15842](https://github.com/nushell/nushell/pull/15842)|
147147

148-
149148
## Breaking changes
150149

151-
<!-- TODO: remove these tables after proper text segments -->
152-
|author|title|link|
153-
|-|-|-|
154-
|[@Bahex](https://github.com/Bahex)|feat!: Explicit cell-path case sensitivity syntax|[#15692](https://github.com/nushell/nushell/pull/15692)|
155-
|[@ayax79](https://github.com/ayax79)|Creates col and nth expressions when using paths on lazy frames.|[#15891](https://github.com/nushell/nushell/pull/15891)|
150+
### Cell-paths with case-sensitivity and withou`!`
156151

152+
The new cell-path syntax `!`, introduced by [@Bahex](https://github.com/Bahex) in [#15692](https://github.com/nushell/nushell/pull/15692), may break some commands.
153+
If your commands relied on case-insensitive paths, please check your code.
157154

158-
## Deprecations
155+
### Paths on lazy frames now produce expressions
159156

160-
<!-- TODO: remove these tables after proper text segments -->
161-
|author|title|link|
162-
|-|-|-|
163-
164-
## Removals
165-
166-
<!-- TODO: remove these tables after proper text segments -->
167-
|author|title|link|
168-
|-|-|-|
157+
Thanks to [@ayax79](https://github.com/ayax79) in [#15891](https://github.com/nushell/nushell/pull/15891), paths on lazy frames now generate expressions.
158+
You will need to use `polar collect` to evaluate them.
169159

170160
## Bug fixes and other changes
171161

172-
<!-- TODO: remove these tables after proper text segments -->
173162
|author|title|link|
174163
|-|-|-|
175164
|[@Bahex](https://github.com/Bahex)|fix parsing of bare word string interpolations that start with a sub expression|[#15735](https://github.com/nushell/nushell/pull/15735)|

0 commit comments

Comments
 (0)