Skip to content

Latest commit

 

History

History
270 lines (158 loc) · 7.01 KB

CHANGELOG.md

File metadata and controls

270 lines (158 loc) · 7.01 KB

aspire-plugin Changelog

1.6.0 - 2024-10-24

Changed

  • Support for Rider 2024.3

1.5.2 - 2024-10-23

Added

  • Setting to disable browser launch for child projects

1.5.1 - 2024-10-21

Fixed

  • #263 Opening invalid project url

1.5.0 - 2024-10-01

Added

  • #129 Support for Blazor Wasm projects
  • #247 Ability to debug Aspire host projects

1.4.1 - 2024-08-08

Fixed

  • #226: Cannot restart .NET project services

1.4.0 - 2024-07-24

Added

  • Unit testing support
  • Target framework, arguments, working directory and podman runtime parameters to the run configuration
  • Automatic introspection for the created database

1.3.1 - 2024-07-17

Changed

  • Plugin repository and vendor

1.3.0 - 2024-07-10

Changed

  • Support for Rider 2024.2

Removed

  • Experimental OpenTelemetry support

1.2.0 - 2024-06-06

Added

  • #177: Support commandLineArgs for the host projects from launchSettings.json
  • New actions to the dashboard to run, debug and stop the host project

1.0.1 - 2024-05-27

Fixed

  • #168: Aspire plugin does not boot dashboard

1.0.0 - 2024-05-24

Changed

  • Support for .NET Aspire 8.0.1

Fixed

  • #140: Console output is incorrectly formatted when debugging code

0.7.1 - 2024-05-14

Added

  • Stop and Restart Resource actions to the dashboard
  • Hot reload while running

0.7.0 - 2024-05-08

Changed

  • Support for .NET Aspire preview 7

0.6.1 - 2024-04-30

Added

  • Selector for launch profile in the run configuration
  • Generate Aspire Host run configuration for each launchSettings profile

Fixed

  • #125: Start session request handling

0.6.0 - 2024-04-25

Changed

  • Support for .NET Aspire preview 6

0.5.0 - 2024-04-12

Changed

  • #109: Support for .NET Aspire preview 5

Fixed

  • 111: After starting the Aspire configuration, nothing happens

0.4.3 - 2024-04-09

Changed

  • Support for Rider 2024.1

Fixed

  • Manifest generation action
  • #102: Timeout from DCP

0.4.2 - 2024-04-02

Changed

  • Run configurations are no longer used to launch child projects
  • Aspire host logs are displayed in the services tree node

0.4.1 - 2024-03-18

Added

  • Automatic connection to the database

0.4.0 - 2024-03-13

Changed

  • Support for .NET Aspire preview 4

0.3.0 - 2024-02-29

Changed

  • Update Aspire dashboard
  • Support for Rider 2024.1

Removed

  • Setting to show services

0.2.4 - 2024-02-13

Added

  • Generate Aspire manifest action
  • Update Aspire version to 8.0.0-preview.3.24105.21

0.2.3 - 2024-01-22

Fixed

  • #39: Trace diagram can be broken because of the deprecated span attributes
  • Fixed show Aspire dashboard action.
  • #24: Substitute environment variables for all Aspire projects

Changed

  • Improve traces for gRPC and PostgreSQL

0.2.2 - 2024-01-16

Added

  • #37: Action to show a diagram based on distributed traces
  • Added project urls to the Services view

Changed

  • #24: Improved handling of environment variables from Aspire host launchSettings file

0.2.1 - 2024-01-05

Fixed

  • A possible NullReferenceException when calling API by Aspire host

0.2.0 - 2024-01-02

Added

  • Dashboard in the Services tool window
  • Metrics table and chart
  • Troubleshooting page in the docs

Fixed

  • #23: Aspire workload update on macOS and Linux

0.1.2 - 2023-12-21

Added

Fixed

  • Fix an issue when the Aspire host can exceed the execution time of the run configuration

0.1.1 - 2023-12-12

Changed

  • Require restart after installing

Added

  • Plugin icon and run configuration icon

0.1.0 - 2023-12-08

Added

  • Support for running and debugging of Aspire projects