Skip to content

Releases: CommunityToolkit/Aspire

v9.5.0

27 May 01:56
1533c3c
Compare
Choose a tag to compare

Highlights

  • Support for Aspire 9.3
  • Fixing Ollama support on AMD GPU
  • More DbGate and Adminer support

What's Changed

New Contributors

Full Changelog: v9.4.0...v9.5.0

v9.4.0

20 Apr 08:07
bcb757b
Compare
Choose a tag to compare

.NET Aspire 9.2 support is here!

  • New integrations
    • K6
    • Adminer support for Postgres

Otherwise, this release contains a few small bug fixes and mostly dependency updates.

What's Changed

  • Updating the base version to 9.3.1 by @aaronpowell in #584
  • Bump Microsoft.NET.Test.Sdk from 17.12.0 to 17.13.0 by @dependabot in #580
  • Handling package.json workspaces in Bun by @aaronpowell in #588
  • Updating version of signing tool by @aaronpowell in #597
  • MEAI update by @aaronpowell in #596
  • Use calling assembly for determining build configuration by @sschutten in #598
  • custom registry for ci by @aaronpowell in #601
  • Use WithParentRelationship to nest resources by @jmezach in #585
  • Bump danielpalme/ReportGenerator-GitHub-Action from 5.4.4 to 5.4.5 by @dependabot in #591
  • Bump OpenTelemetry.Instrumentation.Http from 1.11.0 to 1.11.1 by @dependabot in #593
  • Bump Microsoft.Data.Sqlite from 9.0.1 to 9.0.3 by @dependabot in #594
  • Bump the npm_and_yarn group across 4 directories with 1 update by @dependabot in #599
  • k6 hosting integration by @Odonno in #600
  • Add NO-MERGE label to auto created api-diff PR by @Alirexaa in #617
  • Bump MassTransit and MassTransit.ActiveMQ by @dependabot in #609
  • Bump Microsoft.Extensions.DependencyModel from 9.0.2 to 9.0.3 by @dependabot in #610
  • Bump Microsoft.EntityFrameworkCore.Sqlite from 9.0.2 to 9.0.3 by @dependabot in #611
  • Bump Microsoft.EntityFrameworkCore.Design from 9.0.2 to 9.0.3 by @dependabot in #613
  • Bump the npm_and_yarn group across 4 directories with 1 update by @dependabot in #623
  • Update Microsoft.Extensions.AI version to 9.4.0-preview.1.25207.5 by @MackinnonBuck in #626
  • Bump tokio from 1.38.1 to 1.38.2 in /examples/rust/actix_api in the cargo group across 1 directory by @dependabot in #624
  • Add adminer integration by @Alirexaa in #629
  • Bump OpenFeature.Contrib.GOFeatureFlag from 0.2.0 to 0.2.1 by @dependabot in #631
  • Bump Microsoft.DotNet.GenAPI.Task from 9.0.103-servicing.25065.25 to 9.0.103-servicing.25071.13 by @dependabot in #632
  • Remove implicit WaitFor in WithDbGate by @Alirexaa in #630
  • Removed UsePublicApiAnalyzers property by @Alirexaa in #645
  • Bump Microsoft.EntityFrameworkCore.Design from 9.0.3 to 9.0.4 by @dependabot in #634
  • Update Aspire version to 9.2.0 by @MackinnonBuck in #627
  • [Automated] Update API Surface Area by @github-actions in #616

New Contributors

Full Changelog: v9.3.0...v9.4.0

v9.3.0

19 Mar 05:18
5e2f205
Compare
Choose a tag to compare

This release brings some new features to our Dapr stack with the Dapr + Azure Redis package shipping.

There's also some quality of life improvements for Bun, Python Extensions, SQLite Web, Ollama and generalised CI.

What's Changed

New Contributors

Full Changelog: v9.2.1...v9.3.0

v9.2.1

03 Mar 03:33
a80a229
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v9.2.0...v9.2.1

v9.2.0

26 Feb 05:15
Compare
Choose a tag to compare

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

New Contributors

Read more

v9.1.0

12 Dec 01:35
f1abddb
Compare
Choose a tag to compare

It's time for a new release, and this release sees the introduction of new integrations for EventStore (client and hosting), ActiveMQ and MassTransit with RabbitMQ.

We also see fixes and improvements across Ollama and SQL Database Projects.

Check out the full list of changes below.

What's Changed

New Contributors

Full Changelog: v9.0.0...v9.1.0

v9.0.0

15 Nov 00:06
a39a708
Compare
Choose a tag to compare

🎉🎉🎉 Welcome to the 9.0.0 release of the .NET Aspire Community Toolkit. This is a huge release (check out all the changes below), but here's some of the top highlights:

  • .NET Aspire 9 support
  • .NET 9 support (we support .NET 8 and 9)
  • New integrations for Rust, Bun, Data API builder, SQL Database Projects
  • Overhaul of the Ollama and OllamaSharp extension to better handle models and support Microsoft.Extensions.AI
  • Ollama integration provides resource commands

Happy building!

What's Changed

New Contributors

Full Changelog: v8.3.0...v9.0.0

v8.3.0

29 Oct 01:40
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v8.2.1...v8.3.0

v8.2.1

23 Oct 11:19
Compare
Choose a tag to compare

Initial Release 🎉

This is the very first release of the .NET Aspire Community Toolkit 🎉.

The release is aligned with the 8.2 .NET Aspire release and contains our first set of packages:

  • CommunityToolkit.Aspire.Hosting.Azure.StaticWebApps
  • CommunityToolkit.Aspire.Hosting.Golang
  • CommunityToolkit.Aspire.Hosting.Java
  • CommunityToolkit.Aspire.Hosting.NodeJS.Extensions
  • CommunityToolkit.Aspire.Hosting.Ollama
  • CommunityToolkit.Aspire.OllamaSharp
  • CommunityToolkit.Aspire.Hosting.Meilisearch
  • CommunityToolkit.Aspire.Meilisearch

Full change long is below

What's Changed

New Contributors

Full Changelog: https://github.com/CommunityToolkit/Aspire/commits/v8.2.1