Recent Releases of https://github.com/dotnet/interactive
https://github.com/dotnet/interactive - v1.0.6160010
What's Changed
API
- Fix #3711 by @jonsequitur in https://github.com/dotnet/interactive/pull/3740
- remove System.CommandLine from Documents and CSharpProject projects by @jonsequitur in https://github.com/dotnet/interactive/pull/3746
- fix SendEditableCode to add after current cell by @jonsequitur in https://github.com/dotnet/interactive/pull/3761
- multitarget CSharp and NamedPipeConnector packages by @jonsequitur in https://github.com/dotnet/interactive/pull/3821
- A few bug fixes by @jonsequitur in https://github.com/dotnet/interactive/pull/3845
- Don't require
KernelCommandtypes to be public by @jonsequitur in https://github.com/dotnet/interactive/pull/3851 ### C# - update CSharpKernel to C# 13 by @jonsequitur in https://github.com/dotnet/interactive/pull/3855 ### Documentation
- developer guide improvements by @jonsequitur in https://github.com/dotnet/interactive/pull/3867
- Update ClockExtension sample by @jonsequitur in https://github.com/dotnet/interactive/pull/3872
- update WpfConnect embedded kernel sample by @jonsequitur in https://github.com/dotnet/interactive/pull/3873 ### F#
- change using to open to be relevant to F# by @IvanTheGeek in https://github.com/dotnet/interactive/pull/3830 ### HttpKernel, Visual Studio HTTP Editor
- fix an HTTP parser comment parsing bug by @jonsequitur in https://github.com/dotnet/interactive/pull/3749
- Formatting for VS Code change by @bleaphar in https://github.com/dotnet/interactive/pull/3748
- Support in named requests for array indexing by @bleaphar in https://github.com/dotnet/interactive/pull/3852 ### JavaScript HTML CSS
- align base line to new kernel infos by @colombod in https://github.com/dotnet/interactive/pull/3826 ### Jupyter subkernels (Python, R, Julia, etc.)
- improve Conda environment discovery and logging by @jonsequitur in https://github.com/dotnet/interactive/pull/3775
- improve Conda location heuristics and Jupyter message loop by @jonsequitur in https://github.com/dotnet/interactive/pull/3781
- fix #3813 by @jonsequitur in https://github.com/dotnet/interactive/pull/3833 ### Polyglot Notebooks Extension
- add descriptions and icons to kernel chooser quickpick by @jonsequitur in https://github.com/dotnet/interactive/pull/3754
- Drop
customproperty from notebook metadata by @DonJayamanne in https://github.com/dotnet/interactive/pull/3659 - kernel connection list by @jonsequitur in https://github.com/dotnet/interactive/pull/3810
- Metadata handling improvements by @jonsequitur in https://github.com/dotnet/interactive/pull/3861
- More metadata fixes by @jonsequitur in https://github.com/dotnet/interactive/pull/3878 ### SQL, KQL, and data querying
- Add support for duck db kernel by @colombod in https://github.com/dotnet/interactive/pull/3738
- change naming of psql in various places by @jonsequitur in https://github.com/dotnet/interactive/pull/3741
- fix codegen for EntityContext by @jonsequitur in https://github.com/dotnet/interactive/pull/3762 ### Magic Commands & Submission Parsing
- fix a magic command parameter name completion bug by @jonsequitur in https://github.com/dotnet/interactive/pull/3739
- fix #3753 by @jonsequitur in https://github.com/dotnet/interactive/pull/3780
- fix #3814 by @jonsequitur in https://github.com/dotnet/interactive/pull/3850 ### Variable sharing
- Deserialise nested arrays and array of objects in tabular data resources by @colombod in https://github.com/dotnet/interactive/pull/3863
New Contributors
- @IvanTheGeek made their first contribution in https://github.com/dotnet/interactive/pull/3830
Full Changelog: https://github.com/dotnet/interactive/compare/v1.0.5530010...v1.0.6160011
- C#
Published by jonsequitur 12 months ago
https://github.com/dotnet/interactive - Version 1.0.5530010
What's Changed
Accessibility
- Improve Variable Grid for screen reader by @colombod in https://github.com/dotnet/interactive/pull/3601 ### API
- fix formatted diagnostics to make them required by @jonsequitur in https://github.com/dotnet/interactive/pull/3539
- New magic command parser by @jonsequitur in https://github.com/dotnet/interactive/pull/3563
- Don't treat #r "
" as #r "nuget: " in the case where happens to contain the word 'nuget' by @shyamnamboodiripad in https://github.com/dotnet/interactive/pull/3620 - Fail the code submission when user input is canceled by @jonsequitur in https://github.com/dotnet/interactive/pull/3703 ### HttpKernel, Visual Studio HTTP Editor
- Parsing restructuring by @bleaphar in https://github.com/dotnet/interactive/pull/3530
- Preserve case for HTTP header names by @shyamnamboodiripad in https://github.com/dotnet/interactive/pull/3533
- Addition of period into variable declaration by @bleaphar in https://github.com/dotnet/interactive/pull/3582
- Improvement for variable and request separators by @bleaphar in https://github.com/dotnet/interactive/pull/3585
- Add support for configuring request timeout on HttpKernel by @shyamnamboodiripad in https://github.com/dotnet/interactive/pull/3586
- Change TimeoutException to TaskCanceledException when request times out by @shyamnamboodiripad in https://github.com/dotnet/interactive/pull/3588
- Named Request Support by @bleaphar in https://github.com/dotnet/interactive/pull/3584
- Fix issue with $localDatetime using UTC. by @phenning in https://github.com/dotnet/interactive/pull/3626
- Support for saving named requests in variables and improved json parsing by @bleaphar in https://github.com/dotnet/interactive/pull/3642
- Changes to header parsing by @bleaphar in https://github.com/dotnet/interactive/pull/3672 ### Jupyter subkernels (Python, R, Julia, etc.)
- Fix #3710 by @jonsequitur in https://github.com/dotnet/interactive/pull/3714 ### Language Services
- Magic command completion and hover refinements by @jonsequitur in https://github.com/dotnet/interactive/pull/3608
- Fix subcommand mismatch and flaky #!value tests that use --from-url by @jonsequitur in https://github.com/dotnet/interactive/pull/3708
- Fixes for a couple of magic command completion cases by @jonsequitur in https://github.com/dotnet/interactive/pull/3709
- Completion and input API improvements by @jonsequitur in https://github.com/dotnet/interactive/pull/3727 ### Messaging, Comms, and Scheduling
- publish DiagnosticsProduced even when there are no diagnostics by @jonsequitur in https://github.com/dotnet/interactive/pull/3531
- correctly schedule run loop task as long-running by @jonsequitur in https://github.com/dotnet/interactive/pull/3532
- fix issue with trying to write non-JSON quoted string as JSON by @jonsequitur in https://github.com/dotnet/interactive/pull/3613
- fix deserialization of SubmitCode.Parameters property by @jonsequitur in https://github.com/dotnet/interactive/pull/3634
- consolidate JsonConverter
, make it and derived types internal by @jonsequitur in https://github.com/dotnet/interactive/pull/3635 - Fix intermittent exception thrown by parallel calls to
KernelScheduler.IdleAsyncby @jonsequitur in https://github.com/dotnet/interactive/pull/3662 - Honor
JsonPropertyNameAttributein TypeScript contract serialization by @jonsequitur in https://github.com/dotnet/interactive/pull/3694 - NamedPipeConnector Fixes by @michael-hawker in https://github.com/dotnet/interactive/pull/3723 ### Polyglot Notebooks Extension
- Improve input prompt recall messages by @jonsequitur in https://github.com/dotnet/interactive/pull/3666
- Add support for HTML Input forms in output cells by @jonsequitur in https://github.com/dotnet/interactive/pull/3673
- Fix extraction of 'kernelInfo' from the document -- fixes #3527 by @pkese in https://github.com/dotnet/interactive/pull/3701
- Fix: failure to create new blank notebook and some completion fixes by @jonsequitur in https://github.com/dotnet/interactive/pull/3719 ### PowerShell
- fix CustomMimeType parameter by @eosfor in https://github.com/dotnet/interactive/pull/3671 ### Python
- Add DevContainer setup for Python and Jupyter kernel support by @CJavierSaldana in https://github.com/dotnet/interactive/pull/3643 ### SQL, KQL, and data querying
- add PostgreSqlKernel by @NikiforovAll in https://github.com/dotnet/interactive/pull/3688 ### Submission Parsing & Magic Commands
- Magic command hover text plus some bug fixes by @jonsequitur in https://github.com/dotnet/interactive/pull/3604
- Add support for auto-recall for input prompts by @jonsequitur in https://github.com/dotnet/interactive/pull/3611
- improve magic command completions by @jonsequitur in https://github.com/dotnet/interactive/pull/3700 ### Try .NET
- more tweaks to prebuild packages by @jonsequitur in https://github.com/dotnet/interactive/pull/3515
- rename Package to Prebuild, some tweaks to prebuild process by @jonsequitur in https://github.com/dotnet/interactive/pull/3517
- change FileLock default timeout to 30s by @jonsequitur in https://github.com/dotnet/interactive/pull/3520
- improve Prebuild parallelizability by @jonsequitur in https://github.com/dotnet/interactive/pull/3523
- force Prebuilds to build in debug mode by @dalehhirt in https://github.com/dotnet/interactive/pull/3525
- Completions perf fixes for Try .NET by @jonsequitur in https://github.com/dotnet/interactive/pull/3547
- Fix TryDotnet issue "Compile errors are duplicated in output" by @ocallesp in https://github.com/dotnet/interactive/pull/3572
- Perf improvements for CSharpProjectKernel by @jonsequitur in https://github.com/dotnet/interactive/pull/3562
New Contributors
- @dalehhirt made their first contribution in https://github.com/dotnet/interactive/pull/3525
- @CJavierSaldana made their first contribution in https://github.com/dotnet/interactive/pull/3643
- @eosfor made their first contribution in https://github.com/dotnet/interactive/pull/3671
- @teauxfu made their first contribution in https://github.com/dotnet/interactive/pull/3697
- @pkese made their first contribution in https://github.com/dotnet/interactive/pull/3701
- @michael-hawker made their first contribution in https://github.com/dotnet/interactive/pull/3723
- @NikiforovAll made their first contribution in https://github.com/dotnet/interactive/pull/3688
Full Changelog: https://github.com/dotnet/interactive/compare/v1.0.5208010...v1.0.5530010
- C#
Published by jonsequitur over 1 year ago
https://github.com/dotnet/interactive - Version 1.0.5208010
What's Changed
Bug fixes🛠️
- when a variable cannot be formatted prevents value infos to work by @colombod in https://github.com/dotnet/interactive/pull/3435
- Fix Wrong .NET prerequisite is listed in the Marketplace by @jonsequitur in https://github.com/dotnet/interactive/pull/3497 ### Area-API
- Support for an embedded expression in variable value node by @bleaphar in https://github.com/dotnet/interactive/pull/3375
- add support to encode images for GPT 4 vision models by @colombod in https://github.com/dotnet/interactive/pull/3403 ### Area-C#
- formatted values in trailing expressions by @colombod in https://github.com/dotnet/interactive/pull/3420
- Improve build diagnostics in CSharpProject by @ocallesp in https://github.com/dotnet/interactive/pull/3487
- add package build control to CSharpProjectKernel by @jonsequitur in https://github.com/dotnet/interactive/pull/3498
- C# project kernel package improvements by @jonsequitur in https://github.com/dotnet/interactive/pull/3502 ### Area-Python
- Skip function types in sharing variables with Python by @colombod in https://github.com/dotnet/interactive/pull/3407
- serialise as plain text for valueInfo by @colombod in https://github.com/dotnet/interactive/pull/3411 ### Area-Documentation
- Update MANUAL-TESTING.md by @colombod in https://github.com/dotnet/interactive/pull/3388
- Update dataframe F# sample to use Plotly.Net for charting by @asmirnov82 in https://github.com/dotnet/interactive/pull/3385
- Update Microsoft.Data.Analysis.DataFrame C# Samples to use Plotly.NET… by @asmirnov82 in https://github.com/dotnet/interactive/pull/3380
- update notebook for polyglot query by @colombod in https://github.com/dotnet/interactive/pull/3421
- add ai polyglot sample by @colombod in https://github.com/dotnet/interactive/pull/3429 ### Area-F#
- Upgrade F# language version for 8.0 by @kojo12228 in https://github.com/dotnet/interactive/pull/3392 ### Area-HTTP
- Restructure Variable Parsing to support underscores by @bleaphar in https://github.com/dotnet/interactive/pull/3412
- Update kernel to support dynamic variables by @bleaphar in https://github.com/dotnet/interactive/pull/3424
- Addition and support for extra space characters by @bleaphar in https://github.com/dotnet/interactive/pull/3438
- Improve a couple of http kernel error messages by @shyamnamboodiripad in https://github.com/dotnet/interactive/pull/3442
- Change to declared variables to support dynamic expressions by @bleaphar in https://github.com/dotnet/interactive/pull/3450
- Tolerance of punctuation for leading request by @bleaphar in https://github.com/dotnet/interactive/pull/3456
- add support for clearing variables from HttpKernel by @jonsequitur in https://github.com/dotnet/interactive/pull/3467
- Added support for no request nodes and just comments present by @bleaphar in https://github.com/dotnet/interactive/pull/3469
- Add missing command registration to fix deadlock by @shyamnamboodiripad in https://github.com/dotnet/interactive/pull/3471
- Change to have a more accurate url error by @bleaphar in https://github.com/dotnet/interactive/pull/3488
- Bleaphar/comment node investigation by @bleaphar in https://github.com/dotnet/interactive/pull/3492
- Fix issue where custom datetime format strings result in binding failure by @phenning in https://github.com/dotnet/interactive/pull/3505 ### Area-Messaging, Comms, and Scheduling
- Disallow token change via SetParent after a command has been deserialized by @jonsequitur in https://github.com/dotnet/interactive/pull/3389
- port fix for parent change by @colombod in https://github.com/dotnet/interactive/pull/3396
- Add description field to kernelInfo by @colombod in https://github.com/dotnet/interactive/pull/3399 ### Area-SQL / data querying
- Fix Microsoft.Identity.Client version conflict by @colombod in https://github.com/dotnet/interactive/pull/3417
- obfuscate pwd in sql and kql kernel display events by @colombod in https://github.com/dotnet/interactive/pull/3472
- Bump minimum version for SQL Tools and Kusto packages by @corivera in https://github.com/dotnet/interactive/pull/3506 ### Area-Variable sharing
- Fix
#!setfor literal values by @jonsequitur in https://github.com/dotnet/interactive/pull/3372 - Improve value info handling in python by @colombod in https://github.com/dotnet/interactive/pull/3410
- Ability to share Password string into KQL and MSSQL kernels by @colombod in https://github.com/dotnet/interactive/pull/3470 ### Area-Polyglot Notebooks Extension
- allows command to not always produce expected event by @colombod in https://github.com/dotnet/interactive/pull/3427
- update vscode api by @colombod in https://github.com/dotnet/interactive/pull/3496 ### Other Changes
- Fix telemetry for VS scenarios by @shyamnamboodiripad in https://github.com/dotnet/interactive/pull/3414
- [main] Update dependencies from dotnet/arcade by @dotnet-maestro in https://github.com/dotnet/interactive/pull/3479
New Contributors
- @kojo12228 made their first contribution in https://github.com/dotnet/interactive/pull/3392
- @asmirnov82 made their first contribution in https://github.com/dotnet/interactive/pull/3385
- @phenning made their first contribution in https://github.com/dotnet/interactive/pull/3458
Full Changelog: https://github.com/dotnet/interactive/compare/v1.0.4605020...v1.0.5208010
- C#
Published by colombod almost 2 years ago
https://github.com/dotnet/interactive - Version 1.0.4605020
What's Changed
Exciting New Features 🎉
- Support for .NET8, C#12, and F#8
- Enable C#12 by @colombod in https://github.com/dotnet/interactive/pull/3338
- Add http kernel to the default set of kernels. by @shyamnamboodiripad in https://github.com/dotnet/interactive/pull/3351 ### Bug fixes🛠️
- return false on command and restrict cursor position >= 0 by @cartercanedy in https://github.com/dotnet/interactive/pull/3275
- #import bug by @colombod in https://github.com/dotnet/interactive/pull/3292
- Correctly set
@inputfield names when#!set --nameis used by @jonsequitur in https://github.com/dotnet/interactive/pull/3302 - Fix language service error output by @jonsequitur in https://github.com/dotnet/interactive/pull/3311
- PowerShellKernel sends CommandFailed on unrecognized command by @jonsequitur in https://github.com/dotnet/interactive/pull/3326 ### Area-API
- support for collection shuffle by @colombod in https://github.com/dotnet/interactive/pull/3294
- Allow extensions to emit telemetry using PocketLogger by @jonsequitur in https://github.com/dotnet/interactive/pull/3299
- move namedpipe connector to separate by @colombod in https://github.com/dotnet/interactive/pull/3332
- Multi-target Microsoft.DotNet.Interactive.csproj to support both netstandard2.0 as well as net8.0 by @shyamnamboodiripad in https://github.com/dotnet/interactive/pull/3246
- use scored value in ai utilities by @colombod in https://github.com/dotnet/interactive/pull/3354 ### Area-C#
- a few small refactors in CSharpProject kernel by @jonsequitur in https://github.com/dotnet/interactive/pull/3300 ### Area-Documentation
- update chat agent notebook by @colombod in https://github.com/dotnet/interactive/pull/3273
- update ai notebooks by @colombod in https://github.com/dotnet/interactive/pull/3306
- update ai notebooks by @colombod in https://github.com/dotnet/interactive/pull/3330
- Fixed tpyos, added some instructions, and fixed an AI example. by @IntegerMan in https://github.com/dotnet/interactive/pull/3342
- A few miscellaneous docs updates by @jonsequitur in https://github.com/dotnet/interactive/pull/3344
- Update magic-commands.md with #!set by @marckruzik in https://github.com/dotnet/interactive/pull/3358
- update ai pacakge by @colombod in https://github.com/dotnet/interactive/pull/3369 ### Area-HTTP
- Relax error to warning by @shyamnamboodiripad in https://github.com/dotnet/interactive/pull/3276
- Parser update to handle in file variables by @bleaphar in https://github.com/dotnet/interactive/pull/3309
- Check for embedded expressions in Url Node by @bleaphar in https://github.com/dotnet/interactive/pull/3345
- Fix traceparent in http kernel by @jonsequitur in https://github.com/dotnet/interactive/pull/3349
- rename ParserTests -> HttpParserTests by @jonsequitur in https://github.com/dotnet/interactive/pull/3368 ### Area-Language Services
- amend cursor position decrement logic & create language service command kernel test by @cartercanedy in https://github.com/dotnet/interactive/pull/3281 ### Area-PowerShell
- update PowerShell SDK to 7.4.0 by @jonsequitur in https://github.com/dotnet/interactive/pull/3346 ### Area-SQL / data querying
- Bump SQL and Kusto tool package versions to 1.3.0 by @corivera in https://github.com/dotnet/interactive/pull/3317 ### Area-Variable sharing
- Fix input prompt quoting issue by @jonsequitur in https://github.com/dotnet/interactive/pull/3360 ### Area-Visualization
- adds support for new diagrams by @colombod in https://github.com/dotnet/interactive/pull/3272 ### Area-Polyglot Notebooks Extension
- fix #3352 by @jonsequitur in https://github.com/dotnet/interactive/pull/3353
- update extension messages for sdk install by @colombod in https://github.com/dotnet/interactive/pull/3366
New Contributors
- @cartercanedy made their first contribution in https://github.com/dotnet/interactive/pull/3275
Full Changelog: https://github.com/dotnet/interactive/compare/v1.0.4517010...v1.0.4605020
- C#
Published by colombod about 2 years ago
https://github.com/dotnet/interactive - Version 1.0.4517010
What's Changed
Bug fixes🛠️
- fix for comment following headers by @jonsequitur in https://github.com/dotnet/interactive/pull/3173
- fix parsing of multiple comment lines by @jonsequitur in https://github.com/dotnet/interactive/pull/3175
- tactical
#!setfix for RequestInput.ValueName by @jonsequitur in https://github.com/dotnet/interactive/pull/3183 - Add missing telemetry test by @shyamnamboodiripad in https://github.com/dotnet/interactive/pull/3219
- [main] Fix race in KernelScheduler by @shyamnamboodiripad in https://github.com/dotnet/interactive/pull/3232
- Fix bug related to resetting of KernelScheduler._currentlyRunningTopLevelOperation by @shyamnamboodiripad in https://github.com/dotnet/interactive/pull/3235
- Noop languages services commands in Typescript by @colombod in https://github.com/dotnet/interactive/pull/3268 ### Area-API
- Expand combinatorial testing of HTTP parser by @jonsequitur in https://github.com/dotnet/interactive/pull/3166
- fix #2095: remove SubmitCode.SubmissionType by @jonsequitur in https://github.com/dotnet/interactive/pull/3174
- remove nested commands' events from outer KernelCommandResult.Events by @jonsequitur in https://github.com/dotnet/interactive/pull/3177
- a couple small API cleanups by @jonsequitur in https://github.com/dotnet/interactive/pull/3193
- Remove unnecessary reference by @shyamnamboodiripad in https://github.com/dotnet/interactive/pull/3196
- Refactor PackageManagement out of Kernel packages by @colombod in https://github.com/dotnet/interactive/pull/3206
- Kill Microsoft.DotNet.Interactive.Http.dll. by @shyamnamboodiripad in https://github.com/dotnet/interactive/pull/3214
- Rename HttpRequestKernel to HttpKernel by @shyamnamboodiripad in https://github.com/dotnet/interactive/pull/3231
- Rename HttpRequestParser package to Http.Parsing by @shyamnamboodiripad in https://github.com/dotnet/interactive/pull/3238 ### Area-Documentation
- WPF connect sample improvements by @jonsequitur in https://github.com/dotnet/interactive/pull/3180
- ai notebooks by @colombod in https://github.com/dotnet/interactive/pull/3182
- add docs for adding additional jupyter kernels by @shibbas in https://github.com/dotnet/interactive/pull/3185
- updated notebooks by @colombod in https://github.com/dotnet/interactive/pull/3189
- update docs for the polyglot notebooks to include using venvs by @shibbas in https://github.com/dotnet/interactive/pull/3190
- Clarified wording by @ShalokShalom in https://github.com/dotnet/interactive/pull/3215 ### Area-Formatting
- use PasswordString object by @colombod in https://github.com/dotnet/interactive/pull/3162 ### Area-Messaging, Comms, and Scheduling
- Remove the ChangeWorkingDirectory command by @ocallesp in https://github.com/dotnet/interactive/pull/3218
- don't allow internal commands to be set as event command by @jonsequitur in https://github.com/dotnet/interactive/pull/3252 ### Area-Packages and Extensions
- upgrade Microsoft.Data.Analysis by @colombod in https://github.com/dotnet/interactive/pull/3260 ### Area-Polyglot Notebooks Extension
- remove proposed api from json.config by @colombod in https://github.com/dotnet/interactive/pull/3251 ### Area-Jupyter sub-kernels
- Enable connecting to conda envs from Jupyter connect command by @shibbas in https://github.com/dotnet/interactive/pull/3184 ### Other Changes
- Stop bubbling
KernelCommandResult.Eventsfrom child commands by @jonsequitur in https://github.com/dotnet/interactive/pull/3191
Full Changelog: https://github.com/dotnet/interactive/compare/v1.0.4461040...v1.0.4517010
- C#
Published by colombod over 2 years ago
https://github.com/dotnet/interactive - Version 1.0.4461040
What's Changed
Area-Documentation
- Update README.md by @jonsequitur in https://github.com/dotnet/interactive/pull/3117
- update WPF sample by @jonsequitur in https://github.com/dotnet/interactive/pull/3149 ### Area-Formatting
- handle array type in tabular data resource mapping by @colombod in https://github.com/dotnet/interactive/pull/3157 ### Area-Messaging, Comms, and Scheduling
- fix proxy forwarding of unknown magic commands by @jonsequitur in https://github.com/dotnet/interactive/pull/3135
- Fix encoding problem by @shyamnamboodiripad in https://github.com/dotnet/interactive/pull/3156 ### Area-PowerShell
- PowerShell code cleanup and partial fix for signaling command failure by @jonsequitur in https://github.com/dotnet/interactive/pull/3150 ### Other Changes
- Updates to HTTP Parser by @bleaphar in https://github.com/dotnet/interactive/pull/3118
- HTTP parser variable binding support by @jonsequitur in https://github.com/dotnet/interactive/pull/3120
- update HttpRequestKernel to use new parser; support variable expressions in request body by @jonsequitur in https://github.com/dotnet/interactive/pull/3122
- fixes based on previous PR feedback by @jonsequitur in https://github.com/dotnet/interactive/pull/3137
- Stabilize API for Microsoft.DotNet.Interactive.Documents (Part 1) by @shyamnamboodiripad in https://github.com/dotnet/interactive/pull/3139
- combinatorial testing of HTTP parser; bug fixes by @jonsequitur in https://github.com/dotnet/interactive/pull/3140
- support some additional diagnostics, improve header binding by @jonsequitur in https://github.com/dotnet/interactive/pull/3145
- add diagnostics for missing header names or values by @jonsequitur in https://github.com/dotnet/interactive/pull/3147
- Combinatorial testing for diagnostics by @jonsequitur in https://github.com/dotnet/interactive/pull/3151
- improve parsing and diagnostics for HTTP version node by @jonsequitur in https://github.com/dotnet/interactive/pull/3153
- Replace Buildalyzer from CSharpProject by @ocallesp in https://github.com/dotnet/interactive/pull/3112
- additional combinatorial tests for HTTP parser, diagnostic fixes for headers by @jonsequitur in https://github.com/dotnet/interactive/pull/3155
- Variable declaration addition by @bleaphar in https://github.com/dotnet/interactive/pull/3152
- Move all http parser source files to a sub-folder. by @shyamnamboodiripad in https://github.com/dotnet/interactive/pull/3158
- updates for Microsoft.DotNet.Interactive.Documents API stabilization by @jonsequitur in https://github.com/dotnet/interactive/pull/3169
Full Changelog: https://github.com/dotnet/interactive/compare/v1.0.4403010...v1.0.4461040
- C#
Published by colombod over 2 years ago
https://github.com/dotnet/interactive - Version 1.0.4403010
What's Changed
Breaking Changes 🧨
- remove IKernelConnector by @jonsequitur in https://github.com/dotnet/interactive/pull/3108 ### Exciting New Features 🎉
- allow TypeFormatterSource attributes to set MIME type preferences by @jonsequitur in https://github.com/dotnet/interactive/pull/3038 ### Bug fixes🛠️
- handling number literals in value sharing by @colombod in https://github.com/dotnet/interactive/pull/3048
- TabularDataResource Formatter uses ListExpansionLimit by @colombod in https://github.com/dotnet/interactive/pull/3069
- normalize autoClosing paris from grammars by @colombod in https://github.com/dotnet/interactive/pull/3114 ### Area-API
- Addition of Http Parser by @bleaphar in https://github.com/dotnet/interactive/pull/3103 ### Area-Documentation
- Fix F# input tests by @colombod in https://github.com/dotnet/interactive/pull/3073
- some miscellaneous docs improvements by @jonsequitur in https://github.com/dotnet/interactive/pull/3080 ### Area-Formatting
- HTTP kernel cleanups and some unimplemented tests by @jonsequitur in https://github.com/dotnet/interactive/pull/3042
- Consolidate formatting for http request and response types. by @shyamnamboodiripad in https://github.com/dotnet/interactive/pull/3043
- Improve handling for http responses that are too slow and / or too large by @shyamnamboodiripad in https://github.com/dotnet/interactive/pull/3052
- Show properties as well as values when formatting
IEnumerabletypes by @jonsequitur in https://github.com/dotnet/interactive/pull/3074 - add DisplayTable method by @jonsequitur in https://github.com/dotnet/interactive/pull/3098 ### Area-Language Services
- use proposed api for autoclosing by @colombod in https://github.com/dotnet/interactive/pull/3106 ### Area-Localization and Globalization
- Pass environment variable culture from Visual Studio/VSCode to command line processes by @ocallesp in https://github.com/dotnet/interactive/pull/3054 ### Other Changes
- Recognize VS as a well known front end by @shyamnamboodiripad in https://github.com/dotnet/interactive/pull/3090
New Contributors
- @bleaphar made their first contribution in https://github.com/dotnet/interactive/pull/3103
Full Changelog: https://github.com/dotnet/interactive/compare/v1.0.4313020...v1.0.4403010
- C#
Published by colombod over 2 years ago
https://github.com/dotnet/interactive - Version 1.0.4313020
What's Changed
Exciting New Features 🎉
- [Documents] add .http file extension to well-known kernel mappings by @jonsequitur in https://github.com/dotnet/interactive/pull/3014 ### Bug fixes🛠️
- separate variable and result set storage for kql and sql kernel by @colombod in https://github.com/dotnet/interactive/pull/3021
- js share by reference formatted values by @colombod in https://github.com/dotnet/interactive/pull/3032
- Fix updateCellMetadata: keep existing metadata on update. by @rebornix in https://github.com/dotnet/interactive/pull/3034
- Fix issue with input gesture not working by @colombod in https://github.com/dotnet/interactive/pull/3036 ### Area-Documentation
- add ipynb file for local testing by @colombod in https://github.com/dotnet/interactive/pull/3015
- JavaScript usage documentation improvements by @jonsequitur in https://github.com/dotnet/interactive/pull/3025 ### Area-Language Services
- Completions fix by @colombod in https://github.com/dotnet/interactive/pull/3016 ### Area-Polyglot Notebooks Extension
- Closing VS Code notebook orphans dotnet processes on MacOS by @jonsequitur in https://github.com/dotnet/interactive/pull/3030 ### Other Changes
- Parser server error handling improvements by @jonsequitur in https://github.com/dotnet/interactive/pull/3035
New Contributors
- @rebornix made their first contribution in https://github.com/dotnet/interactive/pull/3034
Full Changelog: https://github.com/dotnet/interactive/compare/v1.0.4305020...v1.0.4313020
- C#
Published by colombod over 2 years ago
https://github.com/dotnet/interactive - Version 1.0.4305020
What's Changed
In this release we addressed performance and command api for JS.
Area-Documentation
- Add docs for python and R in polyglot notebooks by @sharoncxu in https://github.com/dotnet/interactive/pull/2997
- Fixed Jupyter documentation by @sharoncxu in https://github.com/dotnet/interactive/pull/3000 ### Area-JavaScript HTML CSS
- Align js by @colombod in https://github.com/dotnet/interactive/pull/3011 ### Area-Messaging, Comms, and Scheduling
- Implement custom pocket logging formatters for commands and events. by @shyamnamboodiripad in https://github.com/dotnet/interactive/pull/2996
- More logging improvements. by @shyamnamboodiripad in https://github.com/dotnet/interactive/pull/3001
- Avoid sending redundant empty DiagnosticsProduced events. by @shyamnamboodiripad in https://github.com/dotnet/interactive/pull/3002
- command token and scheduler API fixes by @jonsequitur in https://github.com/dotnet/interactive/pull/2982
- Remove DiagnosticLogEntryProduced event. by @shyamnamboodiripad in https://github.com/dotnet/interactive/pull/3003 ### Area-Variable sharing
- Fix issues with stored SQL or KQL queries not showing in variable explorer by @colombod in https://github.com/dotnet/interactive/pull/2995 ### Area-VisualStudio
- Port a subset of tests to run against Microsoft.DotNet.Interactive.VisualStudio by @shyamnamboodiripad in https://github.com/dotnet/interactive/pull/2974 ### Other Changes
- Include PocketLogger custom formatting code as a content file as part of the Microsoft.DotNet.Interactive.VisualStudio NuGet package by @shyamnamboodiripad in https://github.com/dotnet/interactive/pull/3010
New Contributors
- @sharoncxu made their first contribution in https://github.com/dotnet/interactive/pull/2997
Full Changelog: https://github.com/dotnet/interactive/compare/v1.0.4258030...v1.0.4305020
- C#
Published by colombod over 2 years ago
https://github.com/dotnet/interactive - version 1.0.4258030
What's Changed
Breaking Changes 🧨
- Kernel Connector can return more than one kernel by @colombod in https://github.com/dotnet/interactive/pull/2923 ### Bug fixes🛠️
- Fix value sharing exception and deadlock by @shyamnamboodiripad in https://github.com/dotnet/interactive/pull/2882
- Fix usage of ExecutionContext in netstandard2.0 by @shyamnamboodiripad in https://github.com/dotnet/interactive/pull/2951
- handle multiple #!set commands in sungle submission by @colombod in https://github.com/dotnet/interactive/pull/2960
- clear problem window for closed notebooks by @colombod in https://github.com/dotnet/interactive/pull/2968 ### Area-Python
- change ipython.magic to ipython.runlinemagic by @shibbas in https://github.com/dotnet/interactive/pull/2898 ### Area-Documentation
- add cell to test mermaid kernel is working by @colombod in https://github.com/dotnet/interactive/pull/2907
- update notebooks by @colombod in https://github.com/dotnet/interactive/pull/2943 ### Area-F#
- Update F# packages to latest released by @vzarytovskii in https://github.com/dotnet/interactive/pull/2912 ### Area-Formatting
- Make sure
SendValuealways includesFormattedValueby @jonsequitur in https://github.com/dotnet/interactive/pull/2921 - Introduce object model for http requests and responses by @shyamnamboodiripad in https://github.com/dotnet/interactive/pull/2950 ### Area-Messaging, Comms, and Scheduling
- Prevent AnonymousKernelCommands from ending up inside serialized KernelEvents by @shyamnamboodiripad in https://github.com/dotnet/interactive/pull/2888 ### Area-Variable sharing
- Make value kernel extensible by @colombod in https://github.com/dotnet/interactive/pull/2939
- Make value kernel extensible part 2 by @colombod in https://github.com/dotnet/interactive/pull/2940 ### Area-Visualization
- Issue #2899: Upgrade Mermaid Version from 9.1.7 to 10.1.0. by @IntegerMan in https://github.com/dotnet/interactive/pull/2900
- Upgrade to mermaid 10 api by @colombod in https://github.com/dotnet/interactive/pull/2903 ### Area-Polyglot Notebooks Extension
- Enable pre release toggle by @colombod in https://github.com/dotnet/interactive/pull/2904 ### Area-Jupyter sub-kernels
- Connect to jupyter kernels by @shibbas in https://github.com/dotnet/interactive/pull/2791
- Cleanup
KernelStartExceptionfrom unneeded areas by @shibbas in https://github.com/dotnet/interactive/pull/2886 - don't require IJupyterConnection to be IDiposable by @shibbas in https://github.com/dotnet/interactive/pull/2887
- Remove kernel nullable assumption from Connect by @shibbas in https://github.com/dotnet/interactive/pull/2892
- Make
CommOpento use a readonly dictionary of objects by @shibbas in https://github.com/dotnet/interactive/pull/2890 - change the logic to use sync API for shutdown by @shibbas in https://github.com/dotnet/interactive/pull/2891
- split classes into their own files by @shibbas in https://github.com/dotnet/interactive/pull/2893
- Add Preview info on
#!connect jupytercommand by @shibbas in https://github.com/dotnet/interactive/pull/2894 - remove type hint change that is not supported in older python versions by @shibbas in https://github.com/dotnet/interactive/pull/2896 ### Area-Localization and Globalization
- Enable localization by @ocallesp in https://github.com/dotnet/interactive/pull/2897
- Set localization id to LCL-JUNO-PROD-INTERACTIVE by @ocallesp in https://github.com/dotnet/interactive/pull/2920
- Embed resources.resx to Microsoft.Dotnet.Interactive.VisualStudio by @ocallesp in https://github.com/dotnet/interactive/pull/2922
- Adjust resource namespace of resources to Microsoft.DotNet.Interactive for Microsoft.DotNet.Interactive.VisualStudio by @ocallesp in https://github.com/dotnet/interactive/pull/2927
- Fix localized file check-in by OneLocBuild Task by @ocallesp in https://github.com/dotnet/interactive/pull/2933
- Localized file check-in by OneLocBuild Task: Build definition ID 743: Build ID 2167672 by @dotnet-bot in https://github.com/dotnet/interactive/pull/2942
- Localized file check-in by OneLocBuild Task: Build definition ID 743: Build ID 2170571 by @dotnet-bot in https://github.com/dotnet/interactive/pull/2957
- Localize Variable Explorer in vscode insiders by @ocallesp in https://github.com/dotnet/interactive/pull/2964
- port localization to stable by @colombod in https://github.com/dotnet/interactive/pull/2962
- Localized file check-in by OneLocBuild Task: Build definition ID 743: Build ID 2175613 by @dotnet-bot in https://github.com/dotnet/interactive/pull/2973 ### Other Changes
- Cancelation and scheduling improvements by @jonsequitur in https://github.com/dotnet/interactive/pull/2915
New Contributors
- @IntegerMan made their first contribution in https://github.com/dotnet/interactive/pull/2900
Full Changelog: https://github.com/dotnet/interactive/compare/v1.0.4205010...v1.0.4258030
- C#
Published by colombod almost 3 years ago
https://github.com/dotnet/interactive - version 1.0.4205010
What's Changed
Area-C
- Improve memory usage by @colombod in https://github.com/dotnet/interactive/pull/2866 ### Area-Polyglot Notebooks Extension
- strip cell metadata for markdown cells by @jonsequitur in https://github.com/dotnet/interactive/pull/2857 ### Other Changes
- Fix link to
docs/small-factor-devices.mdby @Unfocused in https://github.com/dotnet/interactive/pull/2847 - Make constructor for KernelCommandResult public by @shyamnamboodiripad in https://github.com/dotnet/interactive/pull/2852
- Add cell to triage issues tagged enhancement by @shyamnamboodiripad in https://github.com/dotnet/interactive/pull/2856
- fix typo by @mburleigh in https://github.com/dotnet/interactive/pull/2864
- fix typo by @mburleigh in https://github.com/dotnet/interactive/pull/2865
- Include HttpRequest subkernel as part of the dotnet-interactive tool by @shyamnamboodiripad in https://github.com/dotnet/interactive/pull/2876
- Fix null reference if content-type specified but no body by @BillHiebert in https://github.com/dotnet/interactive/pull/2879
New Contributors
- @Unfocused made their first contribution in https://github.com/dotnet/interactive/pull/2847
- @mburleigh made their first contribution in https://github.com/dotnet/interactive/pull/2864
- @BillHiebert made their first contribution in https://github.com/dotnet/interactive/pull/2879
Full Changelog: https://github.com/dotnet/interactive/compare/v1.0.4165020...v1.0.4205010
- C#
Published by colombod almost 3 years ago
https://github.com/dotnet/interactive - version 1.0.4165020
What's Changed
Exciting New Features 🎉
- Introduce
#!setmagic command by @colombod in https://github.com/dotnet/interactive/pull/2654 - allow persisting default values for new notebooks by @brettfo in https://github.com/dotnet/interactive/pull/2712 ### Bug fixes🛠️
- handling add markdown cell in vscode by @colombod in https://github.com/dotnet/interactive/pull/2562
- handle the case kernelinfo si deserialised as dicittionary by @colombod in https://github.com/dotnet/interactive/pull/2576
- fix importing notebooks by @colombod in https://github.com/dotnet/interactive/pull/2569
- removed additional formatted value by @colombod in https://github.com/dotnet/interactive/pull/2589
- apply the appropriate language configuration as the selected cell changes by @brettfo in https://github.com/dotnet/interactive/pull/2592
- attempt to show variables when first activated by @brettfo in https://github.com/dotnet/interactive/pull/2593
- html kernel evals script tags by @colombod in https://github.com/dotnet/interactive/pull/2605
- dispose of the host when receiving the quit command by @brettfo in https://github.com/dotnet/interactive/pull/2635
- CSS handling multiline code by @colombod in https://github.com/dotnet/interactive/pull/2650
- parse regular expressions in language configurations by @brettfo in https://github.com/dotnet/interactive/pull/2665
- special-case markdown in the dynamic grammar by @brettfo in https://github.com/dotnet/interactive/pull/2668
- Remove --from-result option by @colombod in https://github.com/dotnet/interactive/pull/2673
- if .ipynb document metadata isn't present, fall back to interpreting the kernelspec by @brettfo in https://github.com/dotnet/interactive/pull/2692
- improve column resize by @colombod in https://github.com/dotnet/interactive/pull/2709
- skip creation of proxy to proxy by @colombod in https://github.com/dotnet/interactive/pull/2713
- #!set honours the mimetype and ignores reference by @colombod in https://github.com/dotnet/interactive/pull/2740
- Cancel commands when split by @colombod in https://github.com/dotnet/interactive/pull/2743
- make value grid able to shrink by @colombod in https://github.com/dotnet/interactive/pull/2744
- fix css for value grid by @colombod in https://github.com/dotnet/interactive/pull/2749
- improve kql and sql connection experience by @colombod in https://github.com/dotnet/interactive/pull/2745
- don't error on unrecognized MIME types by @jonsequitur in https://github.com/dotnet/interactive/pull/2822
- fix #2782 by @jonsequitur in https://github.com/dotnet/interactive/pull/2838 ### Area-C#
- disable completion documentation for C# by @jonsequitur in https://github.com/dotnet/interactive/pull/2638 ### Area-Documentation
- addworkingwithdatadocs by @claudiaregio in https://github.com/dotnet/interactive/pull/2567
- Fix Object formatters link by @WeihanLi in https://github.com/dotnet/interactive/pull/2552
- Clarify that
#rcan reference system assemblies by @nycdotnet in https://github.com/dotnet/interactive/pull/2486 - FAQ, docs, samples updates by @jonsequitur in https://github.com/dotnet/interactive/pull/2586
- docs updates, simple JavaScript docs and samples by @jonsequitur in https://github.com/dotnet/interactive/pull/2609
- docs and samples updates by @jonsequitur in https://github.com/dotnet/interactive/pull/2629
- Links for mermaid and kql added by @surfmuggle in https://github.com/dotnet/interactive/pull/2686
- delete my binder by @colombod in https://github.com/dotnet/interactive/pull/2688
- Update formatting.md by @marckruzik in https://github.com/dotnet/interactive/pull/2694
- fix package import by @colombod in https://github.com/dotnet/interactive/pull/2734
- readme link 404 fix by @jbilinski in https://github.com/dotnet/interactive/pull/2741
- use set command in github notebook by @colombod in https://github.com/dotnet/interactive/pull/2746
- Test script updates to reflect latest saved notebook content by @AbhitejJohn in https://github.com/dotnet/interactive/pull/2750
- Update developer guide with new notebook creation command by @ocallesp in https://github.com/dotnet/interactive/pull/2780
- Update instructions by @brettfo in https://github.com/dotnet/interactive/pull/2805
- remove outdated d3js sample by @colombod in https://github.com/dotnet/interactive/pull/2818
- new notebook for js widget by @colombod in https://github.com/dotnet/interactive/pull/2819
- Documentation updates by @jonsequitur in https://github.com/dotnet/interactive/pull/2821
- Fixing a minor typo in the readme. by @AbhitejJohn in https://github.com/dotnet/interactive/pull/2836
- update docs by @jonsequitur in https://github.com/dotnet/interactive/pull/2840 ### Area-Formatting
- remove usage of dictionary by @colombod in https://github.com/dotnet/interactive/pull/2572
- change HTTP request kernel's default name by @jonsequitur in https://github.com/dotnet/interactive/pull/2579
- FAQ and docs updates plus support for single-language file formats for
#!importby @jonsequitur in https://github.com/dotnet/interactive/pull/2597 - serialization and deserialization for tabular data resource by @colombod in https://github.com/dotnet/interactive/pull/2600
- fix left-alignment for some HTML object formatters by @jonsequitur in https://github.com/dotnet/interactive/pull/2610
text/plain+summaryformatter by @jonsequitur in https://github.com/dotnet/interactive/pull/2614- formatting decimal by @colombod in https://github.com/dotnet/interactive/pull/2640
- change default HTML formatting to a tree layout rather than a table by @jonsequitur in https://github.com/dotnet/interactive/pull/2671
- remove PlainTextFormatter.MaxProperties by @jonsequitur in https://github.com/dotnet/interactive/pull/2810 ### Area-JavaScript HTML CSS
- revert queue for command handling in kernelhost by @colombod in https://github.com/dotnet/interactive/pull/2826 ### Area-Language Services
- fix handling of completions that rely on nested commands by @jonsequitur in https://github.com/dotnet/interactive/pull/2727 ### Area-Messaging, Comms, and Scheduling
- ValueInfo improvement by @colombod in https://github.com/dotnet/interactive/pull/2607
KernelCommandResult.KernelEventstype change by @jonsequitur in https://github.com/dotnet/interactive/pull/2699- kernelinfo carries information on kernel type by @colombod in https://github.com/dotnet/interactive/pull/2716
- restrict webview communication to the specific notebook by @brettfo in https://github.com/dotnet/interactive/pull/2814
- throttle commands at the kernel host level by @brettfo in https://github.com/dotnet/interactive/pull/2815
- Improve StdIoConnector by @shyamnamboodiripad in https://github.com/dotnet/interactive/pull/2807
- ensure requestInput and sendEditableCode are sequencial by @colombod in https://github.com/dotnet/interactive/pull/2830
- Produce kernelinfo on kernel ready by @colombod in https://github.com/dotnet/interactive/pull/2834
- avoid sending proxies from dotnet interactive by @colombod in https://github.com/dotnet/interactive/pull/2837
- Cleanup some code in StdIoKernelConnector by @shyamnamboodiripad in https://github.com/dotnet/interactive/pull/2835 ### Area-Packages and Extensions
- simplify HTTP kernel extension, refactor some code by @jonsequitur in https://github.com/dotnet/interactive/pull/2583
- move extension loading to tool project, improve extension.dib loading by @jonsequitur in https://github.com/dotnet/interactive/pull/2656 ### Area-SQL / data querying
- fix display names by @colombod in https://github.com/dotnet/interactive/pull/2575
- Add environment variables to enable service logging in the MSSQL and Kusto kernels by @corivera in https://github.com/dotnet/interactive/pull/2608
- Temporarily remove parent-pid launch argument for Kusto by @corivera in https://github.com/dotnet/interactive/pull/2626
- Throw more informative exception if tools service process exits before a connection is established. by @corivera in https://github.com/dotnet/interactive/pull/2648
- Enforce a minimum version for Kusto and SQL Service dotnet tools. by @corivera in https://github.com/dotnet/interactive/pull/2689 ### Area-Variable sharing
- rename --from-value to --value by @colombod in https://github.com/dotnet/interactive/pull/2677
- use formatted value in the value kernel by @colombod in https://github.com/dotnet/interactive/pull/2680
- test fallback to text/plain by @colombod in https://github.com/dotnet/interactive/pull/2684
- improve variable explorer view by @colombod in https://github.com/dotnet/interactive/pull/2634
#!set --valuecompletions by @jonsequitur in https://github.com/dotnet/interactive/pull/2718#!setimprovements: add support for--byref, make reference sharing opt-in, and fix#!setMIME type usage by @jonsequitur in https://github.com/dotnet/interactive/pull/2765- value kernel honours content type in --from-url by @colombod in https://github.com/dotnet/interactive/pull/2771
- Replace command !share with !set by @ocallesp in https://github.com/dotnet/interactive/pull/2790 ### Area-Polyglot Notebooks Extension
- make preload script a module to comply with vscode changes by @brettfo in https://github.com/dotnet/interactive/pull/2590
- set display name on kernels by @brettfo in https://github.com/dotnet/interactive/pull/2591
- remove old
.dotnet-interactivefile extension by @brettfo in https://github.com/dotnet/interactive/pull/2627 - add all* supported languages when creating new notebook by @brettfo in https://github.com/dotnet/interactive/pull/2628
- only allow the exact version of the backing tool by @brettfo in https://github.com/dotnet/interactive/pull/2644
- remove deprecated commands by @brettfo in https://github.com/dotnet/interactive/pull/2669
- Value explorer improvements by @colombod in https://github.com/dotnet/interactive/pull/2690
- enable ellispsis by @colombod in https://github.com/dotnet/interactive/pull/2701
- cancelling doesn't leak infos by @colombod in https://github.com/dotnet/interactive/pull/2763
- kernel selector shows wrong kernels by @colombod in https://github.com/dotnet/interactive/pull/2784
- simplify code types by @colombod in https://github.com/dotnet/interactive/pull/2785
- correctly set cell's missing metadata by @brettfo in https://github.com/dotnet/interactive/pull/2796
- fix #2802 by @jonsequitur in https://github.com/dotnet/interactive/pull/2820
- improve default metadata settings by @colombod in https://github.com/dotnet/interactive/pull/2841 ### Other Changes
- Reopen a notebook does not mark it as modified by @colombod in https://github.com/dotnet/interactive/pull/2789
- Use full path to global dotnet tools when starting SQL and Kusto services. by @corivera in https://github.com/dotnet/interactive/pull/2811
New Contributors
- @WeihanLi made their first contribution in https://github.com/dotnet/interactive/pull/2552
- @nycdotnet made their first contribution in https://github.com/dotnet/interactive/pull/2486
- @shyamnamboodiripad made their first contribution in https://github.com/dotnet/interactive/pull/2653
- @surfmuggle made their first contribution in https://github.com/dotnet/interactive/pull/2686
- @marckruzik made their first contribution in https://github.com/dotnet/interactive/pull/2694
- @jbilinski made their first contribution in https://github.com/dotnet/interactive/pull/2741
- @AbhitejJohn made their first contribution in https://github.com/dotnet/interactive/pull/2750
- @ocallesp made their first contribution in https://github.com/dotnet/interactive/pull/2780
Full Changelog: https://github.com/dotnet/interactive/compare/v1.0.3606021...v1.0.4165020
- C#
Published by colombod almost 3 years ago
https://github.com/dotnet/interactive - Version 1.0.3606021
What's Changed
Exciting New Features 🎉
- Csharp11 support by @colombod in https://github.com/dotnet/interactive/pull/2492
- http request kernel (Preview) by @colombod in https://github.com/dotnet/interactive/pull/2532 ### Bug fixes🛠️
- js kernel can evaluate javascript code by @colombod in https://github.com/dotnet/interactive/pull/2406
- default port range for jupyter by @colombod in https://github.com/dotnet/interactive/pull/2501
- Fix input request by @colombod in https://github.com/dotnet/interactive/pull/2500
- ensure merging well known kernels by @colombod in https://github.com/dotnet/interactive/pull/2535 ### Area-Documentation
- Fix readme for extensions by @colombod in https://github.com/dotnet/interactive/pull/2425
- improve readme by @colombod in https://github.com/dotnet/interactive/pull/2430
- remove left over test code by @colombod in https://github.com/dotnet/interactive/pull/2432
- new scale for kql notebook by @colombod in https://github.com/dotnet/interactive/pull/2470
- updatemainreadme by @claudiaregio in https://github.com/dotnet/interactive/pull/2468
- Fix links in README.md by @moneroexamples in https://github.com/dotnet/interactive/pull/2477
- Fixes typo ("enginges" to "engines") by @glenncarr in https://github.com/dotnet/interactive/pull/2481
- capture stdout/stderr in perl kernel by @brettfo in https://github.com/dotnet/interactive/pull/2530
- update .net sdk references in documentation by @brettfo in https://github.com/dotnet/interactive/pull/2520 ### Area-F#
- update to F# 7 by @brettfo in https://github.com/dotnet/interactive/pull/2519 ### Area-Formatting
- overhaul plain text formatting, Microsoft.DotNet.Interactive.Browser adds browser kernels on load by @jonsequitur in https://github.com/dotnet/interactive/pull/2368
- update Type html formatter by @colombod in https://github.com/dotnet/interactive/pull/2551 ### Area-JavaScript HTML CSS
- adding html fotmatting by @colombod in https://github.com/dotnet/interactive/pull/2544 ### Area-Messaging and Comms
- Routing slip improvement by @colombod in https://github.com/dotnet/interactive/pull/2448
- KernelInfo broadcast by @colombod in https://github.com/dotnet/interactive/pull/2469
- better api surface for routing slips by @colombod in https://github.com/dotnet/interactive/pull/2471 ### Area-Performance
- cache variable explorer rows by @brettfo in https://github.com/dotnet/interactive/pull/2529
- use vscode output append apis where possible by @brettfo in https://github.com/dotnet/interactive/pull/2539 ### Area-PowerShell
- upgrade powershell by @colombod in https://github.com/dotnet/interactive/pull/2494 ### Area-SQL / data querying
- kql and sql fix when variable shared doesn't exist by @colombod in https://github.com/dotnet/interactive/pull/2440
- update packages and entity framework by @colombod in https://github.com/dotnet/interactive/pull/2498
- Improvements to OOTB use of KQL/SQL discovery kernels by @colombod in https://github.com/dotnet/interactive/pull/2525 ### Area-Variable sharing
- use button to share variables by @colombod in https://github.com/dotnet/interactive/pull/2503 ### Area-VS Code Extension
- removing interactive window from vscode by @colombod in https://github.com/dotnet/interactive/pull/2424
- Adding more tags by @colombod in https://github.com/dotnet/interactive/pull/2445
- register everything for disposal by @brettfo in https://github.com/dotnet/interactive/pull/2466
- show help page if dotnet sdk version is insufficient by @brettfo in https://github.com/dotnet/interactive/pull/2482
- add custom kernel picker by @brettfo in https://github.com/dotnet/interactive/pull/2379
- update variable explorer display by @brettfo in https://github.com/dotnet/interactive/pull/2521
- sort kernel picker values by name by @brettfo in https://github.com/dotnet/interactive/pull/2540 ### Area-Jupyter sub-kernels
- add api contract tests for jupyter by @shibbas in https://github.com/dotnet/interactive/pull/2458
- improve zmq by @colombod in https://github.com/dotnet/interactive/pull/2537 ### Other Changes
- typo by @WhiteBlackGoose in https://github.com/dotnet/interactive/pull/2513
New Contributors
- @moneroexamples made their first contribution in https://github.com/dotnet/interactive/pull/2477
- @glenncarr made their first contribution in https://github.com/dotnet/interactive/pull/2481
Full Changelog: https://github.com/dotnet/interactive/compare/v1.0.3552061...v1.0.3606021
- C#
Published by colombod about 3 years ago
https://github.com/dotnet/interactive - Version 1.0.3552060
What's Changed
Exciting New Features 🎉
- Rename to Polyglot Notebook by @colombod in https://github.com/dotnet/interactive/pull/2268 ### Bug fixes🛠️
- handle KernelShutdownRequest by @colombod in https://github.com/dotnet/interactive/pull/2338
- Handle null values from data query by @colombod in https://github.com/dotnet/interactive/pull/2346
- don't use dictionary in tabularDataResource by @colombod in https://github.com/dotnet/interactive/pull/2347
- fix mermaid markdown new line escaping by @colombod in https://github.com/dotnet/interactive/pull/2358
- update EntityFramework to 6.0.10 by @jonsequitur in https://github.com/dotnet/interactive/pull/2360
- Fix issue with find kernel by name by @colombod in https://github.com/dotnet/interactive/pull/2400 ### Area-Documentation
- github notebook by @colombod in https://github.com/dotnet/interactive/pull/2389
- polyglot-notebooks-rename-update by @claudiaregio in https://github.com/dotnet/interactive/pull/2392 ### Area-Formatting
- align TabularDataResource formatting for json to table-schema+json by @jonsequitur in https://github.com/dotnet/interactive/pull/2367 ### Area-JavaScript HTML CSS
- reset vewbiew on kernel restart by @colombod in https://github.com/dotnet/interactive/pull/2335 ### Area-Messaging and Comms
- Add
SendValuecommand, enabling both get and set gestures for value sharing by @jonsequitur in https://github.com/dotnet/interactive/pull/2237 ### Area-Variable sharing - JS implementation for SendValue command by @colombod in https://github.com/dotnet/interactive/pull/2356 ### Area-VS Code Extension
- add kernel restart button to toolbar by @brettfo in https://github.com/dotnet/interactive/pull/2326
- change kernel / controller name back to .NET Interactive by @colombod in https://github.com/dotnet/interactive/pull/2332
- add values button to notebook toolbar by @brettfo in https://github.com/dotnet/interactive/pull/2333
- retain
dotnet-interactiveprefix on dotnet-specific configs by @brettfo in https://github.com/dotnet/interactive/pull/2399 ### Other Changes - the acquire command is still related to dotnet-interactive by @colombod in https://github.com/dotnet/interactive/pull/2329
- fix Jupyter metadata by @jonsequitur in https://github.com/dotnet/interactive/pull/2362
- proxy kernels updates kernel info on first command by @colombod in https://github.com/dotnet/interactive/pull/2381
- updated notebook by @colombod in https://github.com/dotnet/interactive/pull/2396
- Language telemetry for split commands by @colombod in https://github.com/dotnet/interactive/pull/2385
- Handle ErrorProduced Events in Extension by @colombod in https://github.com/dotnet/interactive/pull/2416
- Update NotebookTestScript.dib by @colombod in https://github.com/dotnet/interactive/pull/2417
Full Changelog: https://github.com/dotnet/interactive/compare/v1.0.350406...v1.0.3552061
What's Changed
Exciting New Features 🎉
- Rename to Polyglot Notebook by @colombod in https://github.com/dotnet/interactive/pull/2268 ### Bug fixes🛠️
- handle KernelShutdownRequest by @colombod in https://github.com/dotnet/interactive/pull/2338
- Handle null values from data query by @colombod in https://github.com/dotnet/interactive/pull/2346
- don't use dictionary in tabularDataResource by @colombod in https://github.com/dotnet/interactive/pull/2347
- fix mermaid markdown new line escaping by @colombod in https://github.com/dotnet/interactive/pull/2358
- update EntityFramework to 6.0.10 by @jonsequitur in https://github.com/dotnet/interactive/pull/2360
- Fix issue with find kernel by name by @colombod in https://github.com/dotnet/interactive/pull/2400 ### Area-Documentation
- github notebook by @colombod in https://github.com/dotnet/interactive/pull/2389
- polyglot-notebooks-rename-update by @claudiaregio in https://github.com/dotnet/interactive/pull/2392 ### Area-Formatting
- align TabularDataResource formatting for json to table-schema+json by @jonsequitur in https://github.com/dotnet/interactive/pull/2367 ### Area-JavaScript HTML CSS
- reset vewbiew on kernel restart by @colombod in https://github.com/dotnet/interactive/pull/2335 ### Area-Messaging and Comms
- Add
SendValuecommand, enabling both get and set gestures for value sharing by @jonsequitur in https://github.com/dotnet/interactive/pull/2237 ### Area-Variable sharing - JS implementation for SendValue command by @colombod in https://github.com/dotnet/interactive/pull/2356 ### Area-VS Code Extension
- add kernel restart button to toolbar by @brettfo in https://github.com/dotnet/interactive/pull/2326
- change kernel / controller name back to .NET Interactive by @colombod in https://github.com/dotnet/interactive/pull/2332
- add values button to notebook toolbar by @brettfo in https://github.com/dotnet/interactive/pull/2333
- retain
dotnet-interactiveprefix on dotnet-specific configs by @brettfo in https://github.com/dotnet/interactive/pull/2399 ### Other Changes - the acquire command is still related to dotnet-interactive by @colombod in https://github.com/dotnet/interactive/pull/2329
- fix Jupyter metadata by @jonsequitur in https://github.com/dotnet/interactive/pull/2362
- proxy kernels updates kernel info on first command by @colombod in https://github.com/dotnet/interactive/pull/2381
- updated notebook by @colombod in https://github.com/dotnet/interactive/pull/2396
- Language telemetry for split commands by @colombod in https://github.com/dotnet/interactive/pull/2385
- Handle ErrorProduced Events in Extension by @colombod in https://github.com/dotnet/interactive/pull/2416
- Update NotebookTestScript.dib by @colombod in https://github.com/dotnet/interactive/pull/2417
Full Changelog: https://github.com/dotnet/interactive/compare/v1.0.350406...v1.0.3552061
- C#
Published by colombod over 3 years ago
https://github.com/dotnet/interactive - Version 1.0.350406
What's Changed
Breaking Changes 🧨
- document model API improvements by @jonsequitur in https://github.com/dotnet/interactive/pull/2123
- remove Netstandard2.0 project by @jonsequitur in https://github.com/dotnet/interactive/pull/2248 ### Exciting New Features 🎉
- kernelInfo events updates the kernelInfo on proxies by @colombod in https://github.com/dotnet/interactive/pull/2170
- Browser package by @jonsequitur in https://github.com/dotnet/interactive/pull/2102
- Variable sharing as specified MIME type or CLR type by @jonsequitur in https://github.com/dotnet/interactive/pull/2230
- Playwright-powered HTML kernel by @jonsequitur in https://github.com/dotnet/interactive/pull/2228
- add support for RequestInput type hints and a file picker by @jonsequitur in https://github.com/dotnet/interactive/pull/2241
- Input type hints for SQL connection strings by @jonsequitur in https://github.com/dotnet/interactive/pull/2245
- .dib metadata support by @jonsequitur in https://github.com/dotnet/interactive/pull/2259
- Introduce the #!import magic command by @ambrose-leung in https://github.com/dotnet/interactive/pull/2286
#!importsupport in documents API by @jonsequitur in https://github.com/dotnet/interactive/pull/2303- use the import command by @colombod in https://github.com/dotnet/interactive/pull/2310 ### Bug fixes🛠️
- skip encoding for image mimetypes by @colombod in https://github.com/dotnet/interactive/pull/2162
- Routing command from javascript to other kernels by @colombod in https://github.com/dotnet/interactive/pull/2185
- Default handler on proxy kernels doesn't execute on remote by @colombod in https://github.com/dotnet/interactive/pull/2301 ### Area-Azure Data Studio
- Open connection dialog when using connection string input types by @corivera in https://github.com/dotnet/interactive/pull/2302 ### Area-Documentation
- update clock sample by @jonsequitur in https://github.com/dotnet/interactive/pull/2201
- Update README.md by @ShalokShalom in https://github.com/dotnet/interactive/pull/2298 ### Area-Formatting
- Handle image mimeTypes by @colombod in https://github.com/dotnet/interactive/pull/2168
- Update the formatting of the _style attribute's value by @bmitc in https://github.com/dotnet/interactive/pull/2214
- Fix outputs, update a deprecated method, and small formatting changes by @bmitc in https://github.com/dotnet/interactive/pull/2211
- Setting text in JSON formatter to align to the left instead of right by @jasiozet in https://github.com/dotnet/interactive/pull/2250 ### Area-JavaScript HTML CSS
- ensure HTML and JavaScript kernels access same underlying page, enable
#!share --as declaredNameby @jonsequitur in https://github.com/dotnet/interactive/pull/2231 ### Area-Jupyter - ensure that there are no "nulls" in the signature calculation by @shibbas in https://github.com/dotnet/interactive/pull/2221
- refactor Jupyter Message Protocol layer to decouple to from being ZMQ… by @shibbas in https://github.com/dotnet/interactive/pull/2226
- Update Jupyter Message Protocol to handle differences between kernels by @shibbas in https://github.com/dotnet/interactive/pull/2227 ### Area-Messaging and Comms
- Add whos for supported commands by @shibbas in https://github.com/dotnet/interactive/pull/2220 ### Area-Packages and Extensions
- Use dotnet tool for SQL Tools and Kusto services by @corivera in https://github.com/dotnet/interactive/pull/2173 ### Area-PowerShell
- update PowerShell SDK version to 7.2.6 by @jonsequitur in https://github.com/dotnet/interactive/pull/2216 ### Area-Variable sharing
- Don't share by ref when using
#!share --mime-typeby @jonsequitur in https://github.com/dotnet/interactive/pull/2234 - use icon for variable explorer sharing by @brettfo in https://github.com/dotnet/interactive/pull/2317 ### Area-VS Code Extension
- Aligned js api for proxy and kernehost by @colombod in https://github.com/dotnet/interactive/pull/2153
- refactor kernel bootstrapper to enable testing by @brettfo in https://github.com/dotnet/interactive/pull/2177
- update icons by @colombod in https://github.com/dotnet/interactive/pull/2291
- use composite kernel as kernel root in webview by @colombod in https://github.com/dotnet/interactive/pull/2295
- add cell execution count by @brettfo in https://github.com/dotnet/interactive/pull/2311
- Improve kernel restart experience by @colombod in https://github.com/dotnet/interactive/pull/2318 ### Other Changes
- allow custom environment variables to be set when launching a kernel by @brettfo in https://github.com/dotnet/interactive/pull/2208
- merge the specified environment variables in with the current before spawning by @brettfo in https://github.com/dotnet/interactive/pull/2215
- Telemetry additions by @jonsequitur in https://github.com/dotnet/interactive/pull/2194
- use kernelhost logic for browser package by @colombod in https://github.com/dotnet/interactive/pull/2223
- update telemetry to use environment variable in tests, better naming by @jonsequitur in https://github.com/dotnet/interactive/pull/2225
- add telemetry middleware by @colombod in https://github.com/dotnet/interactive/pull/2256
- html kernel can append to container by @colombod in https://github.com/dotnet/interactive/pull/2254
- fix #2198 by @jonsequitur in https://github.com/dotnet/interactive/pull/2257
- dispose of kernels in commandline parser by @colombod in https://github.com/dotnet/interactive/pull/2260
- extension host throws on exit by @colombod in https://github.com/dotnet/interactive/pull/2264
- add a test for multiline
#!metaJSON by @jonsequitur in https://github.com/dotnet/interactive/pull/2270 - add InteractiveDocument.GetInputFields method by @jonsequitur in https://github.com/dotnet/interactive/pull/2272
- add RequestInput.ValueName by @jonsequitur in https://github.com/dotnet/interactive/pull/2277
- rename
InputField.PrompttoValueNameby @jonsequitur in https://github.com/dotnet/interactive/pull/2281 - allow differentiation of notebook-level language metadata for Jupyter by @jonsequitur in https://github.com/dotnet/interactive/pull/2308
- add github issues notebook by @brettfo in https://github.com/dotnet/interactive/pull/2306
New Contributors
- @bmitc made their first contribution in https://github.com/dotnet/interactive/pull/2214
- @jasiozet made their first contribution in https://github.com/dotnet/interactive/pull/2250
- @ambrose-leung made their first contribution in https://github.com/dotnet/interactive/pull/2286
- @ShalokShalom made their first contribution in https://github.com/dotnet/interactive/pull/2298
Full Changelog: https://github.com/dotnet/interactive/compare/v1.0.336204...v1.0.350406
- C#
Published by colombod over 3 years ago
https://github.com/dotnet/interactive - Version 1.0.336204
What's Changed
Breaking Changes 🧨
- Remove http start option from cli by @colombod in https://github.com/dotnet/interactive/pull/2105 ### Exciting New Features 🎉
- Interpolated sharing in magics by @jonsequitur in https://github.com/dotnet/interactive/pull/1981
- Add variable explorer by @brettfo in https://github.com/dotnet/interactive/pull/1989
- Add support for convention-based formatters by @jonsequitur in https://github.com/dotnet/interactive/pull/2053
- Added support for mermaid kernel by @colombod in https://github.com/dotnet/interactive/pull/2048
- Added support for C4 diagrams in mermaid kernel by @colombod in https://github.com/dotnet/interactive/pull/2138 ### Bug fixes🛠️
- dispose of all interactive processes on extension exit by @brettfo in https://github.com/dotnet/interactive/pull/1962
- Complete kernel invocation context on context disposal by @colombod in https://github.com/dotnet/interactive/pull/2003
- Fixed issues with submitCommandAndGetResult functionality by @colombod in https://github.com/dotnet/interactive/pull/2007
- Fixed bug with powershell input gestures by @colombod in https://github.com/dotnet/interactive/pull/2030
- Fixed diagnostic gathering and make project files case insensitive by @brettfo in https://github.com/dotnet/interactive/pull/2037
- fix #2044 by @jonsequitur in https://github.com/dotnet/interactive/pull/2066
- Fixed in-flight commands in typescript and added Mermaid kernel in the kernel picker by @brettfo in https://github.com/dotnet/interactive/pull/2071
- Fixed bug when there is no Kernel selector and the parser cannot determine selector options by @colombod in https://github.com/dotnet/interactive/pull/2073
- Fix language name case for Javascript by @colombod in https://github.com/dotnet/interactive/pull/2080
- Fixed bug with console output for javascript kernel by @brettfo in https://github.com/dotnet/interactive/pull/2133 ### Area-Automation
- enable input tokens in magic commands by @jonsequitur in https://github.com/dotnet/interactive/pull/1986 ### Area-Azure Data Studio
- remove open/saveAs commands and only allow new .dib by @brettfo in https://github.com/dotnet/interactive/pull/1946
- Await clearOutput promise when starting cell execution. by @corivera in https://github.com/dotnet/interactive/pull/2002 ### Area-C#
- Performance improvement to the csharp kernel language services by @Lawlzee in https://github.com/dotnet/interactive/pull/1971 ### Area-Documentation
- fix extension samples by @colombod in https://github.com/dotnet/interactive/pull/1980
- Fix samples using Plotly.Net by @colombod in https://github.com/dotnet/interactive/pull/2023
- Update kernels-overview.md by @eaandersen in https://github.com/dotnet/interactive/pull/2046
- Fix LoadCsvFromString variable by @inbreaks in https://github.com/dotnet/interactive/pull/2072
- Update WPF sample to use latest connect APIs by @jonsequitur in https://github.com/dotnet/interactive/pull/2119
- Example extension that renders csharp code as sequence diagram by @colombod in https://github.com/dotnet/interactive/pull/2139 ### Area-JavaScript HTML CSS
- Adds js implementation of the html kernel by @colombod in https://github.com/dotnet/interactive/pull/2089 ### Area-Language Services
- add completion item snippet mode by @brettfo in https://github.com/dotnet/interactive/pull/1947 ### Area-Messaging and Comms
- add LanguageName and LanguageVersion to KernelInfo by @jonsequitur in https://github.com/dotnet/interactive/pull/1908
- Ensure open project overrides previous project by @colombod in https://github.com/dotnet/interactive/pull/2064
- implement kernel info handling in typescript by @colombod in https://github.com/dotnet/interactive/pull/2077
- Magic command improvements by @jonsequitur in https://github.com/dotnet/interactive/pull/2116 ### Area-Performance
- Improve NuGet package performance by using cache by @brettfo in https://github.com/dotnet/interactive/pull/2137 ### Area-PowerShell
- Upgrade powershell to 7.2 by @colombod in https://github.com/dotnet/interactive/pull/1973 ### Area-SQL / data querying
- Add quotes around GUIDs when importing them into SQL cells. by @corivera in https://github.com/dotnet/interactive/pull/1967 ### Area-Visualization
- Add mermaid notebook and fix bug by @colombod in https://github.com/dotnet/interactive/pull/2067
- Add mermaid proxies to vscode by @colombod in https://github.com/dotnet/interactive/pull/2083 ### Area-VS Code Extension
- include base library version in
#!aboutby @brettfo in https://github.com/dotnet/interactive/pull/1952 - remove enrollment for ntoebookContentProvider by @colombod in https://github.com/dotnet/interactive/pull/1951
- prepare for vscode 1.67 release by @brettfo in https://github.com/dotnet/interactive/pull/1998
- Remove references to unused apis by @brettfo in https://github.com/dotnet/interactive/pull/2017
- Remove removed vscode apis by @brettfo in https://github.com/dotnet/interactive/pull/2039
- Force utf-8 encoding for variable explorer by @brettfo in https://github.com/dotnet/interactive/pull/2103
- prepare for vscode 1.69 release by @brettfo in https://github.com/dotnet/interactive/pull/2132 ### Other Changes
- Adjust heading levels by @flcdrg in https://github.com/dotnet/interactive/pull/1942
New Contributors
- @flcdrg made their first contribution in https://github.com/dotnet/interactive/pull/1942
- @Lawlzee made their first contribution in https://github.com/dotnet/interactive/pull/1971
- @eaandersen made their first contribution in https://github.com/dotnet/interactive/pull/2046
- @inbreaks made their first contribution in https://github.com/dotnet/interactive/pull/2072
Full Changelog: https://github.com/dotnet/interactive/compare/v1.0.317301...v1.0.336204
- C#
Published by brettfo over 3 years ago
https://github.com/dotnet/interactive - Version 1.0.317301
- C#
Published by brettfo almost 4 years ago
https://github.com/dotnet/interactive - v1.0.2580040
This releases completes the migration to .NET 6 SDK
- C#
Published by colombod about 4 years ago
https://github.com/dotnet/interactive - 1.0.2309030
Open notebook from url Can be used in untrusted workspaces
- C#
Published by colombod over 4 years ago
https://github.com/dotnet/interactive - 1.0.2275031
Open notebook from url Use remote workspace Can be used in untrusted workspaces
- C#
Published by colombod almost 5 years ago
https://github.com/dotnet/interactive - 1.0.221505
Released Stable and Insider extension
- C#
Published by colombod almost 5 years ago