Version 1.0.4605020
What's Changed
Exciting New Features 🎉
- Support for .NET8, C#12, and F#8
- Enable C#12 by @colombod in #3338
- Add http kernel to the default set of kernels. by @shyamnamboodiripad in #3351
Bug fixes🛠️
- return false on command and restrict cursor position >= 0 by @cartercanedy in #3275
- #import bug by @colombod in #3292
- Correctly set
@input
field names when#!set --name
is used by @jonsequitur in #3302 - Fix language service error output by @jonsequitur in #3311
- PowerShellKernel sends CommandFailed on unrecognized command by @jonsequitur in #3326
Area-API
- support for collection shuffle by @colombod in #3294
- Allow extensions to emit telemetry using PocketLogger by @jonsequitur in #3299
- move namedpipe connector to separate by @colombod in #3332
- Multi-target Microsoft.DotNet.Interactive.csproj to support both netstandard2.0 as well as net8.0 by @shyamnamboodiripad in #3246
- use scored value in ai utilities by @colombod in #3354
Area-C#
- a few small refactors in CSharpProject kernel by @jonsequitur in #3300
Area-Documentation
- update chat agent notebook by @colombod in #3273
- update ai notebooks by @colombod in #3306
- update ai notebooks by @colombod in #3330
- Fixed tpyos, added some instructions, and fixed an AI example. by @IntegerMan in #3342
- A few miscellaneous docs updates by @jonsequitur in #3344
- Update magic-commands.md with #!set by @marckruzik in #3358
- update ai pacakge by @colombod in #3369
Area-HTTP
- Relax error to warning by @shyamnamboodiripad in #3276
- Parser update to handle in file variables by @bleaphar in #3309
- Check for embedded expressions in Url Node by @bleaphar in #3345
- Fix traceparent in http kernel by @jonsequitur in #3349
- rename ParserTests -> HttpParserTests by @jonsequitur in #3368
Area-Language Services
- amend cursor position decrement logic & create language service command kernel test by @cartercanedy in #3281
Area-PowerShell
- update PowerShell SDK to 7.4.0 by @jonsequitur in #3346
Area-SQL / data querying
Area-Variable sharing
- Fix input prompt quoting issue by @jonsequitur in #3360
Area-Visualization
Area-Polyglot Notebooks Extension
- fix #3352 by @jonsequitur in #3353
- update extension messages for sdk install by @colombod in #3366
New Contributors
- @cartercanedy made their first contribution in #3275
Full Changelog: v1.0.4517010...v1.0.4605020