version 1.0.4258030
What's Changed
Breaking Changes 🧨
Bug fixes🛠️
- Fix value sharing exception and deadlock by @shyamnamboodiripad in #2882
- Fix usage of ExecutionContext in netstandard2.0 by @shyamnamboodiripad in #2951
- handle multiple #!set commands in sungle submission by @colombod in #2960
- clear problem window for closed notebooks by @colombod in #2968
Area-Python
Area-Documentation
- add cell to test mermaid kernel is working by @colombod in #2907
- update notebooks by @colombod in #2943
Area-F#
- Update F# packages to latest released by @vzarytovskii in #2912
Area-Formatting
- Make sure
SendValue
always includesFormattedValue
by @jonsequitur in #2921 - Introduce object model for http requests and responses by @shyamnamboodiripad in #2950
Area-Messaging, Comms, and Scheduling
- Prevent AnonymousKernelCommands from ending up inside serialized KernelEvents by @shyamnamboodiripad in #2888
Area-Variable sharing
- Make value kernel extensible by @colombod in #2939
- Make value kernel extensible part 2 by @colombod in #2940
Area-Visualization
- Issue #2899: Upgrade Mermaid Version from 9.1.7 to 10.1.0. by @IntegerMan in #2900
- Upgrade to mermaid 10 api by @colombod in #2903
Area-Polyglot Notebooks Extension
Area-Jupyter sub-kernels
- Connect to jupyter kernels by @shibbas in #2791
- Cleanup
KernelStartException
from unneeded areas by @shibbas in #2886 - don't require IJupyterConnection to be IDiposable by @shibbas in #2887
- Remove kernel nullable assumption from Connect by @shibbas in #2892
- Make
CommOpen
to use a readonly dictionary of objects by @shibbas in #2890 - change the logic to use sync API for shutdown by @shibbas in #2891
- split classes into their own files by @shibbas in #2893
- Add Preview info on
#!connect jupyter
command by @shibbas in #2894 - remove type hint change that is not supported in older python versions by @shibbas in #2896
Area-Localization and Globalization
- Enable localization by @ocallesp in #2897
- Set localization id to LCL-JUNO-PROD-INTERACTIVE by @ocallesp in #2920
- Embed resources.resx to Microsoft.Dotnet.Interactive.VisualStudio by @ocallesp in #2922
- Adjust resource namespace of resources to Microsoft.DotNet.Interactive for Microsoft.DotNet.Interactive.VisualStudio by @ocallesp in #2927
- Fix localized file check-in by OneLocBuild Task by @ocallesp in #2933
- Localized file check-in by OneLocBuild Task: Build definition ID 743: Build ID 2167672 by @dotnet-bot in #2942
- Localized file check-in by OneLocBuild Task: Build definition ID 743: Build ID 2170571 by @dotnet-bot in #2957
- Localize Variable Explorer in vscode insiders by @ocallesp in #2964
- port localization to stable by @colombod in #2962
- Localized file check-in by OneLocBuild Task: Build definition ID 743: Build ID 2175613 by @dotnet-bot in #2973
Other Changes
- Cancelation and scheduling improvements by @jonsequitur in #2915
New Contributors
- @IntegerMan made their first contribution in #2900
Full Changelog: v1.0.4205010...v1.0.4258030