Version 1.0.4517010
What's Changed
Bug fixes🛠️
- fix for comment following headers by @jonsequitur in #3173
- fix parsing of multiple comment lines by @jonsequitur in #3175
- tactical
#!set
fix for RequestInput.ValueName by @jonsequitur in #3183 - Add missing telemetry test by @shyamnamboodiripad in #3219
- [main] Fix race in KernelScheduler by @shyamnamboodiripad in #3232
- Fix bug related to resetting of KernelScheduler._currentlyRunningTopLevelOperation by @shyamnamboodiripad in #3235
- Noop languages services commands in Typescript by @colombod in #3268
Area-API
- Expand combinatorial testing of HTTP parser by @jonsequitur in #3166
- fix #2095: remove SubmitCode.SubmissionType by @jonsequitur in #3174
- remove nested commands' events from outer KernelCommandResult.Events by @jonsequitur in #3177
- a couple small API cleanups by @jonsequitur in #3193
- Remove unnecessary reference by @shyamnamboodiripad in #3196
- Refactor PackageManagement out of Kernel packages by @colombod in #3206
- Kill Microsoft.DotNet.Interactive.Http.dll. by @shyamnamboodiripad in #3214
- Rename HttpRequestKernel to HttpKernel by @shyamnamboodiripad in #3231
- Rename HttpRequestParser package to Http.Parsing by @shyamnamboodiripad in #3238
Area-Documentation
- WPF connect sample improvements by @jonsequitur in #3180
- ai notebooks by @colombod in #3182
- add docs for adding additional jupyter kernels by @shibbas in #3185
- updated notebooks by @colombod in #3189
- update docs for the polyglot notebooks to include using venvs by @shibbas in #3190
- Clarified wording by @ShalokShalom in #3215
Area-Formatting
Area-Messaging, Comms, and Scheduling
- Remove the ChangeWorkingDirectory command by @ocallesp in #3218
- don't allow internal commands to be set as event command by @jonsequitur in #3252
Area-Packages and Extensions
Area-Polyglot Notebooks Extension
Area-Jupyter sub-kernels
Other Changes
- Stop bubbling
KernelCommandResult.Events
from child commands by @jonsequitur in #3191
Full Changelog: v1.0.4461040...v1.0.4517010