Releases: CommunityToolkit/Aspire
v13.4.0
This release aligns CommunityToolkit/Aspire with Aspire 13.4.0 and delivers new integrations, TypeScript AppHost improvements, CI reliability work, and broad package updates.
We’re especially excited to ship this alongside Aspire 13.4, where TypeScript AppHost is now GA, resource commands gained typed arguments/process commands, and Kubernetes/AKS support continued to expand:
https://devblogs.microsoft.com/aspire/whats-new-aspire-13-4/
🔥 Highlights in this release
New integrations and capabilities
- Added DuckDB Aspire integration (hosting + client) (#1245)
- Added bacon hosting integration (#1302)
- Added Aspire integration analyzer (#1370)
- Added Bun package manager support for JavaScript hosting extensions (#1243)
- Added TypeScript AppHost skill and Ollama test (#1378)
- Added Aspire upgrade skill support (#1358)
Reliability, fixes, and developer experience
- Swapped deprecated
flagdpackage (#1272) - Fixed NuGet restore loop with CPM for SqlDatabaseProjects (#1291)
- Aligned Sqlite enrich behavior (#1282)
- Used
DatabaseNamefor Keycloak Postgres JDBC URL (#1328) - Fixed waitfor behavior between script and runspace (#1352)
- Simplified Aspire name resolution (#1382)
- Improved affected test selection for TypeScript AppHost files (#1379)
- Added transient Docker startup failure auto-rerun in CI (#1360)
- Handled already-running job rerun 403s in transient auto-rerun workflow (#1374)
- Improved PR test execution efficiency (#1355)
Versioning and dependency updates
- Updated to Aspire 13.4.0 / preview train updates (#1359, #1377)
- Updated workflows and tooling, including
actions/setup-dotnetv5 andactions/github-scriptv9 (#1363, #1279) - Updated key dependencies including
coverlet.collector,Microsoft.EntityFrameworkCore.Design,Microsoft.Extensions.AI, DuckDB, and npm/yarn grouped updates (#1306, #1331, #1368, #1369, #1365, #1373)
Deprecations and obsoletions
- Deprecated CommunityToolkit Bun hosting integration in favor of core
Aspire.Hosting.JavaScript(#1376) - Marked Golang hosting package as obsolete (#1323)
🙌 New contributors
Full Changelog: v13.3.0...v13.4.0 (or see below)
What's Changed
- Swap deprecated flagd package by @askpt in #1272
- [Automated] Update API Surface Area by @github-actions[bot] in #1160
- Bump actions/github-script from 8.0.0 to 9.0.0 by @dependabot[bot] in #1279
- Bump coverlet.collector from 6.0.4 to 10.0.0 by @dependabot[bot] in #1306
- Adding devcontainer-lock.json for more immutability by @aaronpowell in #1324
- Bumping to work on patch release by @aaronpowell in #1325
- Perl Hosting Integration - Unique Resource Installer Names by @Omnideth in #1286
- Fix NuGet restore loop with CPM for SqlDatabaseProjects by @almostchristian in #1291
- Add support for Bun package manager in JavaScript hosting extensions by @foxminchan in #1243
- Align Sqlite enrich behavior by @DavidGarton8 in #1282
- Bump danielpalme/ReportGenerator-GitHub-Action from 5.5.9 to 5.5.10 by @dependabot[bot] in #1316
- Bump GitHubActionsTestLogger from 3.0.0 to 3.0.4 by @dependabot[bot] in #1319
- Bump coverlet.collector from 10.0.0 to 10.0.1 by @dependabot[bot] in #1331
- Bump MartinCostello.Logging.XUnit.v3 from 0.6.0 to 0.7.1 by @dependabot[bot] in #1334
- Update sample to use latest SDK by @ErikEJ in #1335
- Updating agentic workflows to latest release by @aaronpowell in #1339
- Use DatabaseName for Keycloak Postgres JDBC URL by @ekomsctr in #1328
- Analyzing and improving PR test execution efficiency by @Copilot in #1355
- feat: Add DuckDB Aspire integration (hosting + client) by @lqdev in #1245
- feat: add bacon hosting integration by @Odonno in #1302
- address #1351 - waitfor between script and runspace not respected by @oising in #1352
- skill to upgrade aspire by @aaronpowell in #1358
- Auto-rerun transient Docker startup failures in .NET CI by @aaronpowell in #1360
- Update Aspire version to 13.4.0-preview.1.26275.2 by @github-actions[bot] in #1359
- Bump actions/setup-dotnet from 4 to 5 by @dependabot[bot] in #1363
- Bump DuckDB.NET.Data.Full from 1.5.0 to 1.5.3 by @dependabot[bot] in #1365
- Bump Microsoft.EntityFrameworkCore.Design from 10.0.2 to 10.0.8 by @dependabot[bot] in #1368
- Bump Microsoft.Extensions.AI from 10.0.0 to 10.6.0 by @dependabot[bot] in #1369
- Bump the npm_and_yarn group across 3 directories with 14 updates by @dependabot[bot] in #1373
- Add Aspire integration analyzer by @sebastienros in #1370
- Handle already-running job rerun 403s in transient auto-rerun workflow by @Copilot in #1374
- Mark Golang hosting package as obsolete by @DavidGarton8 in #1323
- Improve affected test selection for TypeScript AppHost files by @aaronpowell in #1379
- Add TypeScript AppHost skill and Ollama test by @aaronpowell in #1378
- Deprecate CommunityToolkit Bun hosting integration in favor of core
Aspire.Hosting.JavaScriptby @Copilot in #1376 - Simplified Aspire name resolution by @sliekens in #1382
- Use Aspire 13.4.0 for TypeScript AppHosts by @sebastienros in #1377
- [Automated] Update API Surface Area by @github-actions[bot] in #1350
New Contributors
- @almostchristian made their first contribution in #1291
- @DavidGarton8 made their first contribution in #1282
- @ekomsctr made their first contribution in #1328
- @lqdev made their first contribution in #1245
- @sliekens made their first contribution in #1382
Full Changelog: v13.3.0...v13.4.0
v13.3.0
What's Changed
- Bumping version by @aaronpowell in #1106
- feat: create AzureStorageExplorer hosting integration by @Odonno in #1090
- Add WithGoModTidy and WithGoModDownload for Golang integration by @Copilot in #1031
- Add Umami hosting integration by @Odonno in #956
- Add IContainerFilesDestinationResource support to Golang integration by @Copilot in #1108
- Update EF Core SQLite packages to support 10.0.2 by @Copilot in #1105
- Xunit 3 upgrade hang fix by @oising in #1113
- Use
WithHttpsCertificateConfigurationto configure tls cert for Otel Collector by @afscrome in #1115 - Set Image and Registry Seperately in Otel Collector by @afscrome in #1070
- Upgrade goff (NuGet package & image version) by @Odonno in #1111
- Override
WithOtlpExportermethod for SurrealDB hosting by @Odonno in #1117 - Fix DbGate integration to handle resource names with hyphens by @Copilot in #1107
- Replace ".NET Aspire" with "Aspire" throughout repository by @Copilot in #1119
- build(deps): bump peter-evans/create-pull-request from 8.0.0 to 8.1.0 by @dependabot[bot] in #1118
- build(deps): bump the npm_and_yarn group across 2 directories with 2 updates by @dependabot[bot] in #1121
- build(deps): bump bytes from 1.8.0 to 1.11.1 in /examples/rust/actix_api in the cargo group across 1 directory by @dependabot[bot] in #1123
- Fix dotnet dev-certs https --trust failures on Ubuntu with exit code checking by @Copilot in #1131
- Hosting integration for Zitadel by @dealloc in #1100
- Update SurrealDB documentation link by @RubenPX in #1133
- RavenDB: Manifest generation support (deployment plugins) by @poissoncorp in #1135
- Java hosting integration enhancements & Gradle support by @marshalhayes in #1129
- build(deps): bump the npm_and_yarn group across 2 directories with 3 updates by @dependabot[bot] in #1140
- build(deps): bump actions/download-artifact from 7 to 8 by @dependabot[bot] in #1142
- build(deps): bump actions/upload-artifact from 6 to 7 by @dependabot[bot] in #1143
- build(deps): bump danielpalme/ReportGenerator-GitHub-Action from 5.5.1 to 5.5.2 by @dependabot[bot] in #1144
- Aspire 13.2 by @aaronpowell in #1130
- xUnit v3 upgrade by @aaronpowell in #960
- build(deps): bump the npm_and_yarn group across 1 directory with 3 updates by @dependabot[bot] in #1148
- Add dogfooding scripts and workflow for PR testing by @marshalhayes in #1150
- Add IResourceWithServiceDiscovery interface by @lvde0 in #1151
- Fixing build from a package with security issue by @aaronpowell in #1157
- Improve aspire-upgrade agentic workflow by @aaronpowell in #1156
- Feature/add configset to solr integration by @Chicoo in #1162
- build(deps): bump marocchino/sticky-pull-request-comment from 2 to 3 by @dependabot[bot] in #1165
- build(deps): bump danielpalme/ReportGenerator-GitHub-Action from 5.5.2 to 5.5.4 by @dependabot[bot] in #1166
- build(deps): bump the npm_and_yarn group across 2 directories with 3 updates by @dependabot[bot] in #1170
- Updating the aw version by @aaronpowell in #1172
- build(deps): bump actions/github-script from 7.0.1 to 8.0.0 by @dependabot[bot] in #1168
- More AW updates by @aaronpowell in #1174
- Update Aspire version to 13.2.0-preview.1.26167.10 by @github-actions[bot] in #1175
- Deprecate MinIO integration by @Copilot in #1171
- Updating the Java github actions by @aaronpowell in #1230
- Updating to Aspire 13.2 stable by @aaronpowell in #1229
- Add polyglot exports for ActiveMQ by @IEvangelist in #1176
- Surrealdb test fix by @aaronpowell in #1237
- Update Java resource dashboard icon to DrinkCoffee fluent icon by @Copilot in #1223
- Bump flagd version by @askpt in #1238
- Add polyglot exports for sqldatabaseprojects by @IEvangelist in #1220
- Add polyglot exports for java by @IEvangelist in #1221
- Add polyglot exports for surrealdb by @IEvangelist in #1212
- Add polyglot exports for azure-dataapibuilder by @IEvangelist in #1211
- Add polyglot exports for deno by @IEvangelist in #1177
- Add polyglot exports for dbgate by @IEvangelist in #1178
- Add polyglot exports for flyway by @IEvangelist in #1179
- Add polyglot exports for adminer by @IEvangelist in #1180
- Add polyglot exports for flagd by @IEvangelist in #1181
- Add polyglot exports for bun by @IEvangelist in #1183
- Add polyglot exports for mailpit by @IEvangelist in #1184
- Add polyglot exports for lavinmq by @IEvangelist in #1182
- Add polyglot exports for dapr by @IEvangelist in #1219
- Add polyglot exports for meilisearch by @IEvangelist in #1185
- Add polyglot exports for papercutsmtp by @IEvangelist in #1186
- Add polyglot exports for kurrentdb by @IEvangelist in #1187
- Add polyglot exports for solr by @IEvangelist in #1188
- Add polyglot exports for gofeatureflag by @IEvangelist in #1189
- Add polyglot exports for minio by @IEvangelist in #1190
- Add polyglot exports for sftp by @IEvangelist in #1191
- Add polyglot exports for keycloak-extensions by @IEvangelist in #1192
- Add polyglot exports for sqlite by @IEvangelist in #1193
- Add polyglot exports for mongodb-extensions by @IEvangelist in #1194
- Add polyglot exports for elasticsearch-extensions by @IEvangelist in #1195
- Add polyglot exports for mysql-extensions by @IEvangelist in #1196
- Add polyglot exports for k6 by @IEvangelist in #1197
- Add polyglot exports for postgresql-extensions by @IEvangelist in #1198
- Add polyglot exports for redis-extensions by @IEvangelist in #1199
- Add polyglot exports for mcpinspector by @IEvangelist in #1200
- Add polyglot exports for opentelemetrycollector by @IEvangelist in #1201
- Add polyglot exports for ngrok by @IEvangelist in #1202
- Add polyglot exports for sqlserver-extensions by @IEvangelist in #1203
- Add polyglot exports for rust by @IEvangelist in #1204
- Add polyglot exports for umami by @IEvangelist in #1205
- Add polyglot exports for stripe by @IEvangelist in #1206
- Add polyglot exports for golang by @IEvangelist in #1207
- Add polyglot exports for zitadel by @IEvangelist in #1208
- A...
v13.1.1
Small fix release that includes a missing API surface area file.
What's Changed
- Bumping version by @aaronpowell in #1099
- [Automated] Update API Surface Area by @github-actions[bot] in #1097
- fix: disable parallelization of surrealdb conformance tests by @Odonno in #1098
Full Changelog: v13.1.0...v13.1.1
v13.1.0
Happy 2026 everyone, and welcome to the first release for 2026!
Big ticket items this release are:
- Support for Aspire 13.1
- New integrations for flagd, SFTP, Elasticvue, Flyway, and Stripe CLI (I think that's all 😅)
- Improvements to the MCP Inspector integration to support Bun
- RavenDB hosting integration got some improvements
There is one potentially breaking change in this release with Dapr - we've found some of the tests are failing in CI for reasons we can't figure out, so as a result we're marking the Dapr integrations as preview. Nothing has actually changed in them, but there may be something underlying that has changed, so be aware and if you do find problems - report them!
What's Changed
- Bumping version by @aaronpowell in #1019
- Remove stray "." argument passed to cargo run in RustAppHostingExtension.cs by @Copilot in #1016
- Fixing endpoint checking and allocation by @aaronpowell in #1018
- Support alternative package managers in MCP Inspector integration by @Copilot in #1009
- Fix McpInspector HTTPS certificate trust for ASP.NET MCP servers by @Copilot in #1017
- chore(deps): bump next from 15.4.7 to 15.4.8 in /examples/javascript-ext/turborepo-demo in the npm_and_yarn group across 1 directory by @dependabot[bot] in #1030
- Pass down credentials to surrealist instance by @Odonno in #1042
- #1044 update tag to 6.2.0 for ActiveMQ Classic container image by @anoordover in #1045
- Fix feature request template link in CONTRIBUTING.md by @Copilot in #1053
- chore(deps): bump danielpalme/ReportGenerator-GitHub-Action from 5.5.0 to 5.5.1 by @dependabot[bot] in #1051
- chore(deps): bump peter-evans/create-pull-request from 7.0.9 to 7.0.11 by @dependabot[bot] in #1050
- Update contributing guide to reference aspire.dev for all documentation by @Copilot in #1049
- Add Stripe CLI hosting integration by @Copilot in #950
- Fix virtualUsers conversion to string in K6BuilderExtensions by @eerhardt in #1055
- chore(deps): bump next from 15.4.8 to 15.4.9 in /examples/javascript-ext/turborepo-demo in the npm_and_yarn group across 1 directory by @dependabot[bot] in #1059
- chore(deps): bump actions/upload-artifact from 5 to 6 by @dependabot[bot] in #1062
- chore(deps): bump peter-evans/create-pull-request from 7.0.11 to 8.0.0 by @dependabot[bot] in #1063
- chore(deps): bump actions/download-artifact from 6 to 7 by @dependabot[bot] in #1064
- Refactor AddDbGate method to use default name by @paulomorgado in #1007
- Dapr - Update lifecycle hook to propagate WaitAnnotations by @kristremblay in #1078
- Bump flagd version and add telemetry support by @askpt in #1086
- Comment out unstable DisplayOrder in annotations by @JamesNK in #1088
- Add Bun support for MCP Inspector resource builder by @krubenok in #1079
- Fix sqlite-web integration for breaking changes in latest container by @Copilot in #1061
- chore(deps): bump the npm_and_yarn group across 2 directories with 3 updates by @dependabot[bot] in #1089
- chore(deps): bump qs from 6.13.0 to 6.14.1 in /examples/javascript-ext/nx-demo in the npm_and_yarn group across 1 directory by @dependabot[bot] in #1091
- Add JsonSerializerContext support for Native AOT compatibility in OllamaSharp integration by @Copilot in #1092
- [Automated] Update API Surface Area by @github-actions[bot] in #1029
- Added new Elasticvue integration by @karl-sjogren in #1085
- SFTP Integration by @fabio-marini in #1087
- RavenDB: improve hosting integration (ports, log volumes, ensure database) by @aviv86 in #1072
- Update contributing guide to reference microsoft/aspire.dev by @Copilot in #1094
- Add integration for Flyway by @TheBlueSky in #1077
- [Automated] Update API Surface Area by @github-actions[bot] in #1095
- Aspire-13.1 by @aaronpowell in #1056
New Contributors
- @kristremblay made their first contribution in #1078
- @JamesNK made their first contribution in #1088
- @krubenok made their first contribution in #1079
- @karl-sjogren made their first contribution in #1085
- @fabio-marini made their first contribution in #1087
- @aviv86 made their first contribution in #1072
- @TheBlueSky made their first contribution in #1077
Full Changelog: v13.0.0...v13.1.0
v13.0.0
It's here, we now support Aspire 13! 🎉🎉🎉
There's a pretty huge amount of changes, some of which are breaking, so here's the highlights:
- Support for Aspire 13
- Support for .NET 10
- Rename of
Hosting.NodeJS.ExtensionstoHosting.JavaScript.Extensionsto align with Aspire 13 - Removal of Vite, Yarn, and pnpm extensions (moved to Aspire)
- Removal of Python uv and uvcorn extensions (moved to Aspire)
- OTEL support for GoFeatureFlags and Data API builder
- Support for running native Ollama (using the Ollama binary) rather than containerised (note - this does not deploy, if you want to deploy you'll need to use the containerised Ollama)
What's Changed
- Replace EventStore info with KurrentDB info by @fredimachado in #944
- Aspire 13 upgrade by @aaronpowell in #914
- Update to latest version of Microsoft.SqlServer.DacFx by @ErikEJ in #952
- Deprecate Python Extensions package - functionality moved to Aspire.Hosting.Python in v13 by @Copilot in #945
- #939 update activemq artemis by @anoordover in #948
- Implement GetConnectionProperties for new connection string formatting by @Copilot in #916
- Fix Dapr apphost startup failure with undefined parameters by @gabynevada in #959
- Updating to aspire 13 stable by @aaronpowell in #963
- chore(deps): bump koa from 3.0.1 to 3.0.3 in /examples/javascript-ext/nx-demo in the npm_and_yarn group across 1 directory by @dependabot[bot] in #964
- Update MinioClientSettings to UseSsl parsing by @josemalm32 in #943
- Update branding from ".NET Aspire Community Toolkit" to "Aspire Community Toolkit" by @Copilot in #967
- Add .NET 10 (preview) as the default TFM and enable multi-targeting builds by @Copilot in #949
- chore(deps-dev): bump js-yaml from 3.14.1 to 3.14.2 in /examples/javascript-ext/nx-demo in the npm_and_yarn group across 1 directory by @dependabot[bot] in #973
- Add Streamlit support to Python Extensions (Experimental) by @Copilot in #954
- Add OTEL export support to GoFeatureFlag integration by @Copilot in #966
- Add automatic Dockerfile generation with version detection for Golang integration by @Copilot in #969
- [Ollama] Fix container runtime args for nvidia GPU on podman by @MatsM16 in #984
- chore(deps): bump danielpalme/ReportGenerator-GitHub-Action from 5.4.18 to 5.5.0 by @dependabot[bot] in #976
- Work around long path issue with VS on windows. by @afscrome in #989
- Add instruction to hosting integration custom agent by @tommasodotNET in #980
- No longer need to disable TLS verification for exporter. by @afscrome in #990
- Support running native Ollama by @cdschneider in #978
- Updating KurrentDB.Client to 1.2.0 by @AlexTroshkin in #986
- Add OpenTelemetry instrumentation documentation for Data API Builder integration by @Copilot in #965
- Fix MCP Inspector to support HTTPS endpoints by @Copilot in #993
- #940 upgrade papercut and changed portnumbers by @anoordover in #988
- Add icons to adminer and dbgate by @afscrome in #996
- Fix misspelling of "optional" as "optinal" in XML documentation by @Copilot in #997
- Make SqlProject behave more like built in resources by @afscrome in #994
- chore(deps): bump peter-evans/create-pull-request from 7.0.8 to 7.0.9 by @dependabot[bot] in #1000
- chore(deps): bump actions/checkout from 5 to 6 by @dependabot[bot] in #1001
- Update Ollama and OpenWebUI tags to latest versions by @foxminchan in #1003
- [Automated] Update API Surface Area by @github-actions[bot] in #955
New Contributors
- @josemalm32 made their first contribution in #943
- @cdschneider made their first contribution in #978
- @AlexTroshkin made their first contribution in #986
- @foxminchan made their first contribution in #1003
Full Changelog: v9.9.0...v13.0.0
v9.9.0
Pretty big set of changes for the 9.9.0 release of the Community Toolkit with new integrations for flagd and Keycloak with PostgreSQL.
We've also deprecated the EventStore integration and replaced it with a new KurrentDB one, to reflect the new naming on the project.
Full changelog below.
What's Changed
- Enhance managed identity authentication logic by @FullStackChef in #876
- Fix dapr using the wrong component annotations by @Sjark in #879
- Add ability to set JVM args when using executable Java apps by @marshalhayes in #888
- updating Deno version by @aaronpowell in #636
- Suppressing some logs from mcp inspector. by @aaronpowell in #892
- Update copilot-instructions.md by @Alirexaa in #897
- Add WithLogLevel extension method by @Odonno in #884
- chore(deps): bump github/codeql-action from 3 to 4 by @dependabot[bot] in #898
- Add flagd Aspire hosting by @askpt in #827
- chore(deps): bump danielpalme/ReportGenerator-GitHub-Action from 5.4.14 to 5.4.17 by @dependabot[bot] in #899
- Add ability to skip .dacpac deployment by @ErikEJ in #896
- Update some SqlProject integration dependencies by @ErikEJ in #919
- Add Keycloak with Postgres integration by @axies20 in #811
- chore(deps-dev): bump the npm_and_yarn group across 4 directories with 1 update by @dependabot[bot] in #911
- Minio release image tag update by @Harold-Morgan in #925
- Add KurrentDB integration and mark EventStore as obsolete by @Copilot in #895
- Attempt to fix issue #913 by @ErikEJ in #921
- MCP Inspector test stability by @aaronpowell in #923
- Revert to previous DacFX version by @ErikEJ in #927
- chore(deps): bump danielpalme/ReportGenerator-GitHub-Action from 5.4.17 to 5.4.18 by @dependabot[bot] in #932
- chore(deps): bump actions/download-artifact from 5 to 6 by @dependabot[bot] in #933
- chore(deps): bump actions/upload-artifact from 4 to 5 by @dependabot[bot] in #934
- Cleanup KurrentDB integration by @larsfjerm in #930
- [Automated] Update API Surface Area by @github-actions[bot] in #903
- #938 upgrade masstransit and activemq classic by @anoordover in #941
- Release 9.9.0 by @aaronpowell in #936
New Contributors
- @Sjark made their first contribution in #879
- @marshalhayes made their first contribution in #888
- @askpt made their first contribution in #827
- @axies20 made their first contribution in #811
- @larsfjerm made their first contribution in #930
Full Changelog: v9.8.0...v9.9.0
v9.8.0
Time for another big release of the Aspire Community Toolkit with the main features being:
- Support for Aspire 9.5
- Open Telemetry Collector hosting integration
- Apache Solr hosting integration
We also have a change to the package versioning for the SQLite EF Core integration, it's now marked as a pre-release package as it brings support for OTEL via their NuGet package, but their package is in beta, so we have to publish a pre-release version of our package too.
What's Changed
- Bumping for next version (which will have some integrations so minor bump by @aaronpowell in #824
- Adding more test coverage and fixing URL handling by @aaronpowell in #825
- Add detect-pr-label job to manage package publishing based on PR labels by @aaronpowell in #829
- Not sure how that was missed by @aaronpowell in #830
- Bump next from 15.4.6 to 15.4.7 in /examples/nodejs-ext/turborepo-demo in the npm_and_yarn group across 1 directory by @dependabot[bot] in #820
- Adding some more descriptive relationships to the MCP inspector by @aaronpowell in #828
- Feature/solr integration by @Chicoo in #802
- Fix Solr docker image name for Azure Container Registry caching by @Copilot in #833
- Add OpenTelemetry Collector extension/component by @martinjt in #603
- [k6] Update k6 container image tag by @martincostello in #835
- feat(dapr): add IValueProvider support for component metadata configuration by @gabynevada in #810
- add @oising as powershell owner by @oising in #839
- Fix link to PostgreSQL integration documentation by @lvmajor in #841
- chore(deps): bump actions/stale from 9 to 10 by @dependabot[bot] in #843
- chore(deps): bump actions/setup-dotnet from 4 to 5 by @dependabot[bot] in #844
- chore(deps): bump actions/github-script from 7 to 8 by @dependabot[bot] in #845
- chore(deps-dev): bump the npm_and_yarn group across 3 directories with 1 update by @dependabot[bot] in #848
- chore(deps-dev): bump vite from 6.3.5 to 6.3.6 in /examples/nodejs-ext/nx-demo in the npm_and_yarn group across 1 directory by @dependabot[bot] in #850
- Update Microsoft.SqlServer.DacFx to version 170.1.61 by @Kronos11 in #851
- Made the DevCertHostingExtensions internal as they're shouldn't be pu… by @martinjt in #854
- Feature: Add EnrichSqliteDatabaseDbContext extension method for WebApplicationBuilder by @Copilot in #837
- chore(deps): bump danielpalme/ReportGenerator-GitHub-Action from 5.4.12 to 5.4.13 by @dependabot[bot] in #859
- Update Meilisearch container image tag to v1.21 by @Alirexaa in #862
- Fix several broken links in package readmes by @TimHess in #864
- Update hard coded version to "latest" by @JerryNixon in #866
- chore(deps): bump danielpalme/ReportGenerator-GitHub-Action from 5.4.13 to 5.4.14 by @dependabot[bot] in #867
- Add support for configuring OpenTelemetryChatClient.EnableSensitiveData, MEAI telemetry sources, and expose DisableTracing property by @Copilot in #846
- Fix Otel Collector on Windows by @afscrome in #853
- Refactor dapr apis by @FullStackChef in #865
- Remove
Developmentenvironments check from otel collector by @afscrome in #869 - Update Otel Collector Readme by @afscrome in #871
- Added a healthcheck to the OpenTelemetry Collector container by @martinjt in #858
- [Automated] Update API Surface Area by @github-actions[bot] in #836
- Updating to 9.5 pre-release by @aaronpowell in #868
New Contributors
- @Chicoo made their first contribution in #802
- @martinjt made their first contribution in #603
- @martincostello made their first contribution in #835
- @gabynevada made their first contribution in #810
- @lvmajor made their first contribution in #841
- @Kronos11 made their first contribution in #851
- @TimHess made their first contribution in #864
Full Changelog: v9.7.2...v9.8.0
v9.7.2
To primary features - we now support Nx and Turborepo as monorepo tools for working with JavaScript/Node.js apps, and the MCP Inspector integration automatically wires up the server you provide it
What's Changed
- Bumping version after release by @aaronpowell in #814
- Fix outdated NodeJS Extensions documentation - update package installation examples to use callback API by @Copilot in #815
- Add frontend monorepo support for Nx and Turborepo by @Copilot in #786
- Load config file for MCP inspector and update path handling by @aaronpowell in #816
- [Automated] Update API Surface Area by @github-actions[bot] in #817
- Bump the npm_and_yarn group across 1 directory with 3 updates by @dependabot[bot] in #818
- Bump Ollama and Open WebUI tags by @aaronpowell in #819
Full Changelog: v9.7.1...v9.7.2
v9.7.1
Minor release for the Aspire Community Toolkit - we've bumped to Aspire 9.4.1, which is the currently supported release.
Added some new APIs to the SurrealDB hosting integration for init files and creation scripts. Please note - these are considered experimental as they are inconsistent in having tests pass, so we're not ready to call them production stable.
What's Changed
- Updating the version by @aaronpowell in #781
- feat(surrealdb): add
WithInitFilesmethod by @Odonno in #778 - Bump danielpalme/ReportGenerator-GitHub-Action from 5.4.10 to 5.4.11 by @dependabot[bot] in #783
- Ollama 0.11 by @aaronpowell in #787
- Fix MCP Inspector auto-opening browser when using aspire run by @Copilot in #789
- Support auth token on MCP Inspector by @timheuer in #780
- #762 bumped ActiveMQ Artimis and Classic tags by @anoordover in #791
- feat(surrealdb): ensures ns/db are created in strict mode by @Odonno in #790
- [Automated] Update API Surface Area by @github-actions[bot] in #785
- Bump actions/checkout from 4 to 5 by @dependabot[bot] in #797
- Bump danielpalme/ReportGenerator-GitHub-Action from 5.4.11 to 5.4.12 by @dependabot[bot] in #798
- Bump actions/download-artifact from 4 to 5 by @dependabot[bot] in #799
- fix(surrealdb): improve surrealdb healthchecks by @Odonno in #795
- Unblocking CI with SurrealDB tests by @aaronpowell in #806
- Fix OllamaSharp README documentation errors by @Copilot in #805
- [Automated] Update API Surface Area by @github-actions[bot] in #812
- Updating to Aspire 9.4.1 by @aaronpowell in #813
Full Changelog: v9.7.0...v9.7.1
v9.7.0
Two main features of this release are support for Aspire 9.4 and SurrealDB integrations (hosting and client).
What's Changed
- Updating current version to 9.6.1 by @aaronpowell in #750
- Bump danielpalme/ReportGenerator-GitHub-Action from 5.4.8 to 5.4.9 by @dependabot[bot] in #756
- Specify the Path of the Golang Executable by @mfcollins3 in #755
- Add SurrealDB hosting/client integration by @Odonno in #365
- Bump danielpalme/ReportGenerator-GitHub-Action from 5.4.9 to 5.4.10 by @dependabot[bot] in #765
- Bump @eslint/plugin-kit from 0.2.3 to 0.2.8 in /examples/nodejs-ext/pnpm-demo in the npm_and_yarn group across 1 directory by @dependabot[bot] in #764
- Fix blocking ParameterResource.Value calls to prevent deadlocks in Aspire 9.4+ by @Copilot in #763
- Run
configureInstallerafterWaitForCompletioninWithXYZPackageInstallationmethods by @afscrome in #761 - Update to Aspire 9.4 by @aaronpowell in #770
- Updating ollama tags by @aaronpowell in #774
- Marking SSE transport as deprecated by @aaronpowell in #775
- Update MCP Inspector version and extension method parameters by @timheuer in #777
- [Automated] Update API Surface Area by @github-actions[bot] in #749
New Contributors
Full Changelog: v9.6.0...v9.7.0