Skip to content

Releases: dotnet/aspire

.NET Aspire 8.0.0 Release

21 May 14:11
d215c52
Compare
Choose a tag to compare

We are excited to share the first GA release of .NET Aspire 🎉

Here are some links worth checking out with additional information:

Please go ahead and try it out and share feedback by logging issues in this repo 😃

What's Changed

  • [release/8.0] YARP: add special-case for localhost when setting Host value by @github-actions in #4076
  • [release/8.0] Start producing stable packages by @joperezr in #3785
  • Remove Prometheus commented out code that does not work by @joperezr in #4096

Full Changelog: v8.0.0-preview.7.24251.11...v8.0.0

.NET Aspire 8.0 Preview 7

07 May 15:33
Compare
Choose a tag to compare
Pre-release

Announcing .NET Aspire Preview 7! The packages are now available on NuGet. Checkout our README in the root of the repo to learn how you can get started with .NET Aspire.

What's Changed

  • [release/8.0] Fix dashboard log watching by @github-actions in #3637
  • [release/8.0] Fix broken find token image in HTTP by @github-actions in #3638
  • [release/8.0] Bump Azure.Identity to 1.11.0 by @danmoseley in #3660
  • [release/8.0] Set correct AutoFocus value for FluentPopover by @github-actions in #3663
  • [release/8.0] Update to 8.0.4 of ASP.NET Core by @eerhardt in #3672
  • [release/8.0] Update OTEL HTTP instrumentation packages to 1.8.1 by @JamesNK in #3681
  • [release/8.0] Add SuppressFinalPackageVersion to libraries we don't plan to ship stable yet by @github-actions in #3707
  • [release/8.0] Allow packages to not go stable by @github-actions in #3713
  • [automated] Merge branch 'release/8.0-preview6' => 'release/8.0' by @dotnet-maestro-bot in #3712
  • [release/8.0] Differentiate starting resources for colour-blind users by @github-actions in #3714
  • [release/8.0] Use non *-pt images by @github-actions in #3717
  • [release/8.0] Seq component is broken with latest UseOtlpExporter - Convert Seq component to use OTEL's AddProcessor instead of AddOtlpExporter (#3697) by @eerhardt in #3728
  • [release/8.0] Persist browser token auth cookie across sessions by @github-actions in #3753
  • [release/8.0] Update table every second, reuse existing metric values if possible by @github-actions in #3774
  • [release/8.0] JSON Schema for manifest. by @github-actions in #3802
  • [release/8.0] Update README for Azure Hosting projects to fix description of the me… by @github-actions in #3793
  • [release/8.0] Move comments on generated password entropy to public API (#3729) by @eerhardt in #3781
  • [release/8.0] Add OTEL env var to not redact HttpClient query string values by @JamesNK in #3798
  • [release/8.0] AppModel API omnibus PR for GA by @mitchdenny in #3755
  • [release/8.0] API changes for components by @sebastienros in #3849
  • [release/8.0] Testing: Do not configure HttpClient resilience by default by @github-actions in #3846
  • [release/8.0] Update to 1.8.1 of OpenTelemetry dependencies by @github-actions in #3843
  • [release/8.0] Backport resource translations from main by @joperezr in #3840
  • [release/8.0] Fix WithReference(Uri) environment variable name to match Service Discovery configuration format by @github-actions in #3836
  • [release/8.0] Update docker image tags by @radical in #3847
  • [release/8.0] DistributedApplication XML docs by @github-actions in #3827
  • [release/8.0] Service Discovery: make scheme selection more intuitive in un-specified case, add more tests by @github-actions in #3848
  • [release/8.0] Update docker image tags in playground, tests and xml docs by @radical in #3870
  • [release/8.0] Remove Preview from component title and fix description in VS installer by @github-actions in #3887
  • [release/8.0] Fix Keyed Redis by @github-actions in #3888
  • [release/8.0] AddProject XML doc improvements. by @mitchdenny in #3895
  • [release/8.0] Fix the casing of AddKeyedAzureCosmosDBClient by @eerhardt in #3898
  • [release/8.0] Backport: Add non-generic version of DistributedApplicationTestingBuilder.CreateAsync by @DamianEdwards in #3892
  • [release/8.0] Backport of README.md changes. by @mitchdenny in #3900
  • [release/8.0] [Cosmos .NET SDK] - Adds User Agent to Identify Usage by @github-actions in #3891
  • [release/8.0] Update DCP by @danegsta in #3922
  • [release/8.0] Add icon to MongoDB packages by @github-actions in #3935
  • [release/8.0] Update sln templates to special-case CLI instead of VS by @github-actions in #3954
  • [release/8.0] Rename WithContainerRunArgs to WithContainerRuntimeArgs to reduce potential confusion by @danegsta in #3952
  • [release/8.0] Update Docker Image Tags by @github-actions in #3955
  • [release/8.0] Change which category/group servers are placed under in PGAdmin. by @github-actions in #3964
  • [release/8.0] Naming Convention: Refactors AddAzureCosmosClient and AddKeyedAzureCosmosClient API Names by @eerhardt in #3934
  • [release/8.0] Set an upper bound on RabbitMQ dependency by @eerhardt in #3973
  • [release/8.0] Update the version of NATS.Net to fix CG Alert by @joperezr in #3977
  • [release/8.0] Lift up the dependency of Newtonsoft.Json in Cosmos components by @github-actions in #3976
  • [release/8.0] Backport of changing Azure.Provisioning packages to GA versions. by @mitchdenny in #3984
  • [release/8.0] Event Hubs: Update EventProcessorClient component to pull BlobClient from DI (#3293) by @eerhardt in #3921
  • [release/8.0] Update Components dependencies to latest stable versions by @eerhardt in #3988
  • [release/8.0] Add multiple keyed services tests by @github-actions in #3919
  • [release/8.0] Remove isReadOnly argument from WithDataVolume and WithDataBindMount by @mitchdenny in #4001
  • [release/8.0] Add missing translations by @github-actions in #4004
  • [release/8.0] Ensure xUnit project is in .sln file & fix hyphen in name by @DamianEdwards in #4023
  • [release/8.0] Support multiple deployments per cognitive service (#3448) by @eerhardt in #4022
  • [release/8.0] Add configureContainer argument to WithPhpMyadmin. (#4030) by @eerhardt in #4032
  • [release/8.0] ServiceEndpoint.ToString() omit zero port by @github-actions in #4033
  • [release/8.0] Use GA Azure.Provisioning.ApplicationInsights package. by @github-actions in #4042
  • [release/8.0] Fix safari column header heights by @github-actions in #4018
  • [release/8.0] Add overload to WithEnvironment for ReferenceExpression by @github-actions in #4044
  • [release/8.0] Improve test coverage for YARP Service Discovery and fix issues found by @github-actions in #4051
  • [release/8.0] Port translations from main by @joperezr in #4053
  • [release/8.0] Service Discovery: Promptly remove invalid watchers by @github-actions in #4039
  • [release/8.0] Move Cancel call outside of lock and add additional error handling by @github-actions in #4055

Full Changelog: v8.0.0-preview.6.24214.1...v8.0.0-preview.7.24251.11

.NET Aspire 8.0 Preview 6

23 Apr 14:55
6596fdc
Compare
Choose a tag to compare
Pre-release

Announcing .NET Aspire Preview 6! The packages are now available on NuGet. Checkout our README in the root of the repo to learn how you can get started with .NET Aspire.

What's Changed

  • Make reading Kubeconfig from DCP resilient by @mitchdenny in #3132
  • Refactor console logs to render on server and use virtualization by @JamesNK in #3075
  • Organize dashboard config to use strongly typed options, support primary/secondary API keys and rotation by @JamesNK in #3119
  • Always use the old protocol by @davidfowl in #3182
  • Ensure RabbitMQ WithDataVolume/WithDataBindMount methods actually enable persistent storage by @DamianEdwards in #3152
  • Make the default launch profile https in templates by @DamianEdwards in #3188
  • [tests] Refactor SqlServer tests to use testcontainers by @radical in #3034
  • Remove dependency from OpenTelemetry.Instrumentation.StackExchangeRedis by @sebastienros in #3104
  • Service Discovery API refactoring by @ReubenBond in #3114
  • Time tooltips show full time precision by @JamesNK in #3202
  • [tests] EndToEnd tests: use a simple lock for writing to output stringBuilder by @radical in #3205
  • Detect conflicting settings when using EnrichEF by @sebastienros in #3159
  • Remove InternalsVisibleTo from Aspire.Hosting to Aspire.Hosting.Testing by @ReubenBond in #3193
  • Allow cert warnings to bubble out. by @mitchdenny in #3212
  • Fix time format missing milliseconds for Finnish culture by @JamesNK in #3215
  • Add support for Azure Event Hubs by @oising in #2870
  • Update docker message in templates by @DamianEdwards in #3219
  • Update templates for ServiceDiscovery API changes by @DamianEdwards in #3222
  • Retry on YamlException when loading Kubernetes client configuration by @ReubenBond in #3229
  • Update container runtime not found exception message by @DamianEdwards in #3224
  • Add loose files as solution items by @drewnoakes in #3204
  • Fix up Hosting.Azure packages after splitting by @eerhardt in #3227
  • Rename config value to use unsecured instead of insecure by @JamesNK in #3233
  • Stop the apphost from running if the application url is http and ASPIRE_ALLOW_UNSECURED_TRANSPORT is not set by @mitchdenny in #3177
  • Add README file for Aspire.Hosting.AWS by @normj in #3234
  • De-duplicate environment variables passed to the dashboard by @JamesNK in #3207
  • Support custom styles for resource style by @davidfowl in #3210
  • Fix trace detail title by @JamesNK in #3244
  • Add WithManagementPlugin() method for RabbitMQ management plugin by @DamianEdwards in #3230
  • Update API key auth to use fixed time comparison by @JamesNK in #3238
  • Suppress 'false positive' credscan violations by @RussKie in #3245
  • Fix broken environment variables in dashboard in dev by @davidfowl in #3253
  • Automatically AddAzureProvisioning when Azure resource type is used. by @mitchdenny in #3251
  • [automated] Merge branch 'release/8.0-preview5' => 'release/8.0' by @dotnet-maestro-bot in #3261
  • [automated] Merge branch 'release/8.0-preview5' => 'release/8.0' by @dotnet-maestro-bot in #3282
  • [release/8.0] Add additional project template string by @github-actions in #3287
  • [release/8.0] Enable source build by @github-actions in #3285
  • [automated] Merge branch 'release/8.0-preview5' => 'release/8.0' by @dotnet-maestro-bot in #3312
  • [release/8.0] Update AspNetCore.HealthChecks.* to latest versions by @github-actions in #3344
  • [release/8.0] Remove obsolete APIs. by @github-actions in #3336
  • [release/8.0] Dashboard should request log streams only when the user gestures to display them by @eerhardt in #3343
  • [release/8.0] Update OpenTelemetry packages to 1.8.0 (#3351) by @eerhardt in #3359
  • [release/8.0] [tests] EndToEnd - add test scenarios (#3113) by @joperezr in #3377
  • [release/8.0] [main] Update dependencies from microsoft/usvc-apiserver by @github-actions in #3404
  • [release/8.0] Add token auth to dashboard frontend by @github-actions in #3350
  • [release/8.0] Fix ConfigurationSchemaGenerator to use correct TimeSpan format by @github-actions in #3342
  • [release/8.0] Fix flaky OTLP client cert integration tests by @github-actions in #3415
  • [release/8.0] Explicitly specify grpc OTLP protocol with env var by @github-actions in #3417
  • [release/8.0] Tweak Bicep string name. by @github-actions in #3352
  • [release/8.0] Re-enables IDE protocol v1 support. by @github-actions in #3411
  • [release/8.0] Added ability to resolve target port by @eerhardt in #3445
  • [release/8.0] Fix dashboard token being written on publish by @github-actions in #3418
  • [release/8.0] Update readme for Azure SignalR hosting by @github-actions in #3463
  • [release/8.0]: Print the URL with the token when we print the dashboard URL by @davidfowl in #3475
  • [release/8.0] Default to browser token auth in dashboard standalone by @JamesNK in #3469
  • [release/8.0] Increase auth cookie expiry by @github-actions in #3470
  • [release/8.0] Initial work for Qdrant resource and component (#3131) by @eerhardt in #3416
  • [release/8.0] Uses new Azure.Provisioning packages which have been split by resource by @github-actions in #3462
  • [release/8.0]: Backport accessibility fixes into 8.0 by @adamint in #3486
  • [release/8.0] [main] Update dependencies from microsoft/usvc-apiserver by @github-actions in #3451
  • [release/8.0] Make sure bind mount paths are relative to the app host directory by @github-actions in #3494
  • increase helix timeouts by @danmoseley in #3509
  • [release/8.0] Change AppInsights to not add parameters more than once by @github-actions in #3506
  • [release/8.0] Enable HSTS middleware when all endpoints are HTTPS by @github-actions in #3504
  • [release/8.0] Add browser security headers to dashboard by @JamesNK in #3511
  • [release/8.0] Distinguish Orleans hosts & clients, parameterize CluserId/ServiceId, improve playground app by @github-actions in #3513
  • [release/8.0] Fully qualify container images by @github-actions in #3510
  • [release/8.0] [tests] Use existing container for tests executed with RemoteExecutor by @github-actions in #3536
  • [release/8.0] Service Discovery: Implement approved API by @github-actions in #3460
  • [release/8.0] Fixed issues around injecting urls by @github-actions in #3535
  • [release/8.0] Introduce WithEnvironment(this, string, IResourceBuilder<IResourceWithConnectionString) by @mitchdenny in #3549
  • [release/8.0] Update ASPIRE002 warning message by @github-actions in #3563
  • [release/8.0] Updating the OTel instrumentation package versions to 1.8.0 by @github-actions in #3497
  • [release/8.0] Implement IResourceWithArgs on ProjectResource by @github-actions in #3559
  • [release/8.0]: Backporting dashboard refactoring by @davidfowl in #3548
  • [release/8.0] Add support for specifying custom container run arguments by @danegsta in #3566
  • [release/8.0] Update login example screenshot and help text by @tlmii in #3537
  • [release/8.0] Add User Profile Menu for OpenID Connect login by @github-actions in #3557
  • [release/8.0] Generate and store random RG name when provisioning by @github-actions in https://github.com/dotnet/aspir...
Read more

.NET Aspire 8.0 Preview 5

10 Apr 21:20
1b627b7
Compare
Choose a tag to compare
Pre-release

Announcing .NET Aspire Preview 5! For the full announcement, see .NET Aspire preview 5 in docs. The packages are now available on NuGet. Checkout our README in the root of the repo to learn how you can get started with .NET Aspire.

What's Changed

Read more

.NET Aspire 8.0 Preview 4

13 Mar 21:42
692dc41
Compare
Choose a tag to compare
Pre-release

Announcing .NET Aspire Preview 4! For the full announcement, see .NET Aspire preview 4 in docs. The packages are now available on NuGet. Checkout our README in the root of the repo to learn how you can get started with .NET Aspire.

What's Changed

Read more

.NET Aspire 8.0 Preview 3

13 Feb 14:53
8840642
Compare
Choose a tag to compare
Pre-release

Announcing .NET Aspire Preview 3! For the full announcement, see .NET Aspire preview 3 in docs. The packages are now available on NuGet. Checkout our README in the root of the repo to learn how you can get started with .NET Aspire.

What's Changed

Read more

.NET Aspire 8.0 Preview 2

20 Dec 17:48
17dd83f
Compare
Choose a tag to compare
Pre-release

The packages are now available on NuGet. Checkout our README in the root of the repo to learn how you can get started with .NET Aspire.

What's Changed

Read more

.NET Aspire 8.0 Preview 1

14 Nov 22:00
Compare
Choose a tag to compare
Pre-release

The packages are now available on NuGet. Checkout our README in the root of the repo to learn how you can get started with .NET Aspire.
 

What's Changed

Read more