This is the Aspire Community Toolkit release for Aspire 9.1.
Highlight features:
- New integrations:
- SQLite (hosting and client)
- Dapr (migrated from the Aspire team)
- DbGate across MongoDB, Postgres, Redis and SQL Server
- RavenDB (hosting and client)
- Go Feature Flags (hosting and client)
- ngrok
- LabinMQ
- MailPit
- Ollama version bumps
- OllamaSharp support for Microsoft.Extensions.AI aligns with Aspire.OpenAI
- This does result in the 9.2 package being treated as preview due to the MEAI dependency
- 50% reducing in CI time
What's Changed
- Bump Testcontainers from 4.0.0 to 4.1.0 by @dependabot in #332
- Bump Swashbuckle.AspNetCore from 7.1.0 to 7.2.0 by @dependabot in #333
- codeowners update by @MichielBrys in #315
- Bump danielpalme/ReportGenerator-GitHub-Action from 5.4.1 to 5.4.2 by @dependabot in #342
- Bump MassTransit from 8.3.3 to 8.3.4 by @dependabot in #346
- Bump the npm_and_yarn group across 2 directories with 1 update by @dependabot in #351
- Bump MartinCostello.Logging.XUnit and xunit.extensibility.execution by @dependabot in #343
- Bump AspNetCore.HealthChecks.SqlServer from 8.0.2 to 9.0.0 by @dependabot in #347
- Add support for deploying dacpacs from referenced NuGet packages by @jmezach in #334
- Bump AspNetCore.HealthChecks.EventStore.gRPC and EventStore.Client.Grpc.Streams by @dependabot in #345
- Changing how Aspire.Hosting is referenced by @aaronpowell in #353
- #361 bump apache/activemq-classic to 6.1.4 by @anoordover in #362
- Fixing the Ollama docs links by @aaronpowell in #360
- Removing our version of PasswordGenerator.cs by @aaronpowell in #352
- Bump OllamaSharp from 4.0.11 to 4.0.17 by @dependabot in #369
- Bump coverlet.collector from 6.0.2 to 6.0.3 by @dependabot in #370
- Feature/add ngrok hosting by @esskar in #367
- Use latest DAB container by @ErikEJ in #374
- Update Meilisearch container image tag to v1.12 by @Alirexaa in #376
- Deno integration fix by @aaronpowell in #391
- SQLite integrations by @aaronpowell in #372
- Bump OllamaSharp from 4.0.17 to 4.0.22 by @dependabot in #382
- Bump EventStore.Client.Grpc.Streams from 23.3.7 to 23.3.8 by @dependabot in #384
- Bump EventStore.Client.Extensions.OpenTelemetry from 23.3.7 to 23.3.8 by @dependabot in #381
- 221 python uv by @tommasodotNET in #387
- Wait for dependent resources before depolying the .dacpac by @ErikEJ in #380
- Feature/379 support active mq artemis by @anoordover in #386
- Java app build extension by @aaronpowell in #348
- #405 remove FluentAssertions from ActiveMQ test by @anoordover in #407
- Bump Microsoft.EntityFrameworkCore.Design from 9.0.0 to 9.0.1 by @dependabot in #404
- Bump Microsoft.Data.Sqlite from 9.0.0 to 9.0.1 by @dependabot in #401
- Bump Microsoft.AspNetCore.OpenApi from 8.0.11 to 8.0.12 by @dependabot in #403
- Bump Microsoft.EntityFrameworkCore.Sqlite from 9.0.0 to 9.0.1 by @dependabot in #402
- Bump the npm_and_yarn group across 4 directories with 1 update by @dependabot in #411
- #405 removed FA from DataApiBuilder by @anoordover in #413
- Add ability to publish SQL Database project to an existing database by @ErikEJ in #399
- #405 Removed FA from StaticWebApps by @anoordover in #414
- Stale issue workflow improvements by @aaronpowell in #409
- #405 removed FluentAssertions from usings by @anoordover in #416
- Bump MeiliSearch from 0.15.5 to 0.16.0 by @dependabot in #420
- Remove FA usage from docs by @Alirexaa in #427
- Update OpenWebUI container image by @timheuer in #430
- Bump OpenTelemetryVersion from 1.10.0 to 1.11.0 by @dependabot in #418
- Bump coverlet.collector from 6.0.3 to 6.0.4 by @dependabot in #421
- Dapr migration by @aaronpowell in #408
- ollama update by @aaronpowell in #433
- Improving CI by @aaronpowell in #438
- Fix CI, Followup #438 by @Alirexaa in #443
- Implement GO Feature Flag hosting and client integrations by @Odonno in #425
- #240 add papercut smtp hosting by @anoordover in #423
- Add DbGate Integration for Postgres by @Alirexaa in #426
- Bump MassTransit and Microsoft.Extensions.Hosting.Abstractions by @dependabot in #445
- Bump OllamaSharp from 5.0.4 to 5.0.6 by @dependabot in #439
- Add RavenDB client & hosting integration by @shiranshalom in #397
- Extending the timeout on Ollama tests by @aaronpowell in #449
- #451 Added examples for ActiveMQ Artemis by @anoordover in #452
- Add DbGate support for MongoDB by @Alirexaa in #453
- Update code-coverage.yml by @Alirexaa in #462
- Hosting.Ngrok - support v2 configuration file with labels by @programmation in #447
- Update README.md by @Alirexaa in #467
- Aligning OllamaSharp with the Aspire OpenAI + MEAI design by @aaronpowell in #465
- Add DbGate support for Redis by @Alirexaa in #471
- Making Ollama container image stable and bumping OpenWebUI by @aaronpowell in #469
- Bump Testcontainers.MsSql from 4.1.0 to 4.2.0 by @dependabot in #482
- Bump Microsoft.EntityFrameworkCore.Sqlite from 9.0.1 to 9.0.2 by @dependabot in #481
- Bump danielpalme/ReportGenerator-GitHub-Action from 5.4.2 to 5.4.4 by @dependabot in #463
- Adding ability to configure extensions for Sqlite by @aaronpowell in #428
- Fix the devcontainers dotnet feature version by @TechWatching in #488
- OTEL for python extensions by @tommasodotNET in #472
- feat: add MailPit support #476 by @prom3theu5 in #479
- Aspire-490 - Fix RavenDB README.md by @shiranshalom in #491
- feat: Add LavinMQ support #477 by @prom3theu5 in #486
- Add DbGate support for SqlServer by @Alirexaa in #493
- New tests workflow by @aaronpowell in #468
- Bump JsonSchema.Net from 7.3.0 to 7.3.3 by @dependabot in #495
- Bump Microsoft.Extensions.Diagnostics.HealthChecks, Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore and Microsoft.Extensions.Hosting.Abstractions by @dependabot in #498
- Bump Microsoft.EntityFrameworkCore.Design from 9.0.1 to 9.0.2 by @dependabot in #496
- Adding missing tests project by @aaronpowell in #501
- Updating to latest MEAI by @aaronpowell in #500
- Release 9.2 by @aaronpowell in #475
New Contributors
- @MichielBrys made their first contribution in #315
- @esskar made their first contribution in #367
- @timheuer made their first contribution in #430
- @Odonno made their first contribution in #425
- @shiranshalom made their first contribution in #397
- @programmation made their first contribution in #447
- @TechWatching made their first contribution in #488
- @prom3theu5 made their first contribution in #479
Full Changelog: v9.1.0...v9.2.0