Skip to content

Releases: SaifAqqad/AspireRunner

1.3.0

06 Sep 06:45
Compare
Choose a tag to compare

Full Changelog: 1.2.0...1.3.0

Caution

There's an issue in the latest dashboard version 8.2.0, where using unsecured auth mode renders the dashboard unusable dotnet/aspire#5490
image

As a temporary workaround, either use browser-token auth mode or use the new PreferredVersion option to force the runner to use 8.1.0

1.2.0

27 Jul 06:57
Compare
Choose a tag to compare
  • Features

    • Add support for the OTLP/HTTP endpoint (requires dashboard v8.1.0+) 815df9b
    • Add overload for AddAspireDashboard that takes an AspireDashboardOptions instance 9f4b92e
    • Add OtlpEndpointReady event 815df9b
  • Bug fixes

    • Fix GeneratedRegex not used on .NET 7 6734702
  • Changes

    • Remove RuntimeVersion option, since it didn't actually affect which runtime is used when running the dashboard and only affected the downloader, it might be added later as a downloader option instead. 7caaf41
    • Remove short names in the dotnet tool for OTLP arguments 71dbf54
    • Add separate arguments in the dotnet tool for enabling https on dashboard and OTLP endpoints 71dbf54

Full Changelog: 1.1.7...1.2.0

1.1.7

17 Jul 18:21
0bcbcda
Compare
Choose a tag to compare
  • Changes

    • Update dependencies (this includes a vulnerable STJ package for .NET 6/7) 424ba38
    • Remove CliWrap dependency b02f76e
    • Update regular expressions to use source-generated regex (GeneratedRegex) on .NET 8 78f9b29

Full Changelog: 1.1.6...1.1.7

1.1.6

06 Jul 08:28
Compare
Choose a tag to compare
  • Bug fixes

    • Fix flag arguments cannot be unset ef68de3
    • Skip versions that are not parseble #4 7c84571
    • Handle orphaned dashboard instances 8d91186
  • Features

    • Read Nuget repo URL from NUGET_REPO_URL environment variable 8ab969f
  • New Contributors

    • @PRCV1 made their first contribution in #4

Full Changelog: 1.1.5...1.1.6

1.1.5

21 Jun 08:11
Compare
Choose a tag to compare
  • Bug fixes

    • Fix manager bugs when downloading the dashboard 1b4e9f0

Full Changelog: 1.1.4...1.1.5

1.1.4

19 Jun 07:16
Compare
Choose a tag to compare
  • Bug fixes

    • Fix bugs when launching the default browser on Linux 7c5b128
    • Remove architecture identifier from package's RIDs 579e0ab
    • Handle POSIX signals in dotnet tool 2b41905
    • Use a lockfile during startup to ensure SingleInstanceHandling works as expected 032afa4

Full Changelog: 1.1.3...1.1.4

1.1.3

31 May 19:01
Compare
Choose a tag to compare
  • Bug fixes

    • Change PipeOutput option to be disabled by default 9a00272
    • Refactor the AspireDashboardService into an IHostedService 5f160a0
    • Remove console events usage in AspireRunner.Core db021ac
    • Exclude preview dashboard versions from the downloader 8176978

Full Changelog: 1.1.2...1.1.3

1.1.2

25 May 16:07
Compare
Choose a tag to compare

Full Changelog: 1.1.1...1.1.2

1.1.1

25 May 09:32
Compare
Choose a tag to compare
  • Bug fixes

    • Fix Invalid RID used on linux f963011

1.1.0

25 May 09:16
Compare
Choose a tag to compare
  • Features

    • Automatically download dashboard through nuget
    • Target .NET 6 and later

Full Changelog: 1.0.2...1.1.0