Skip to content

Releases: aws/aws-dotnet-deploy

Release 0.30.5

09 Nov 22:45
6c508ac
Compare
Choose a tag to compare

0.30.5

Features

  • Improve telemetry and error visibility in server mode

Build System or External Dependencies

  • Version bump to 0.30

Chore

  • Add build suppression for ASP0000 (Multiple IServiceProviders)
  • Update user agent to include CLI command

Bug Fixes

  • Issue with docker detection due to extra whitepace added to container type field
  • Search path for apply file should be relative to the project-path setting it it exists

Release 0.29.4

27 Oct 06:08
Compare
Choose a tag to compare

0.29.4

Chore

  • Update user agent to include CLI command

Bug Fixes

  • Issue with docker detection due to extra whitepace added to container type field
  • Search path for apply file should be relative to the project-path setting it it exists

Build System or External Dependencies

  • Version bump to 0.29

Release 0.28.10

22 Oct 22:12
Compare
Choose a tag to compare

0.28.10

Chore

  • Add build suppression for ASP0000 (Multiple IServiceProviders)

Features

  • Add DynamoDB, S3, SQS and SNS type hints
  • Update Docker template to use Node.js 14 instead of 10 which is deprecated
  • Update all CDK references to version 128
  • Add API to get config setting resources

Bug Fixes

  • Fixed issue where existing applications deployed from a deployment project can't be redeployed to.
  • Last deployed stack local file is overwritten when different apps are used
  • Update CDKInstaller to read CDK version using cdk --version

Build System or External Dependencies

  • Version bump to 0.28

Release 0.27.2

19 Oct 02:48
Compare
Choose a tag to compare

0.27.2

Bug Fixes

  • Remove Swagger UI from ServerMode
  • Last deployed stack local file is overwritten when different apps are used

Build System or External Dependencies

  • Version bump to 0.27

Release 0.26.4

15 Oct 02:55
935f319
Compare
Choose a tag to compare

0.26.4

Bug Fixes

  • Lock access around the AES object for creating the IV and encryption.

Build System or External Dependencies

  • Version bump to 0.26

Release 0.25.3

14 Oct 02:37
fcbdfc0
Compare
Choose a tag to compare

0.25.3

Bug Fixes

  • Skip ports that are in use to make sure availability check only checks the unused port

Build System or External Dependencies

  • Version bump to 0.25

Release 0.24.5

14 Oct 00:45
b1baf24
Compare
Choose a tag to compare

0.24.5

Features

  • Add more metadata to the ServerMode APIs GetRecommendations and GetExistingDeployments so that VS doesn't have to make individual calls for each item returned.
  • Add SummaryDisplayable field for Option Item Summary

Bug Fixes

  • Fix incorrectly checking if parent pid has been passed into ServerMode
  • Fixed typo "Additional Deployments Options"

Build System or External Dependencies

  • Version bump to 0.24

Release 0.23.7

12 Oct 22:51
6281946
Compare
Choose a tag to compare

0.23.7

Bug Fixes

  • Fixed incorrectly checking nullable int parent pid field when starting server mode
  • Fixed performance issue determining if a directory is under source control
  • Regen server mode client for missing changes in last release
  • Publish continues after a Docker failure

Testing

  • Add logging on cdk installation and moved semaphore to CDKManager

Documentation

  • Reword server mode description

Build System or External Dependencies

  • Version bump to 0.23

Release 0.22.8

09 Oct 00:00
2ae77eb
Compare
Choose a tag to compare

0.22.8

Bug Fixes

  • Fix IAM role update status on all container recipes to be updatable
  • Fix description of Blazor WebAssembly recipe to reflect the change of using CloudFront
  • Set HTTP origin for backend rest api to the protocol of the url passed set for BackendApi.Uri
  • Option setting updatable flag causes issues in toolkit

CI Configuration Changes

  • Remove on push trigger for checks

Build System or External Dependencies

  • Version bump to 0.22

Release 0.21.10

07 Oct 20:28
9a4d9d2
Compare
Choose a tag to compare

0.21.10

Bug Fixes

  • Fix sourceName for template config to the correct value
  • Install nodejs in publish image to support SPA app publish
  • Update StartDeploymentSession to return default stack name
  • Update recipe descriptions to be more informative

Features

  • Add ability to add backend rest api to Blazor Wasm application
  • Change default saved deployment-project suffix from "CDK to ".Deployment"
  • Enable re-deployment using a compatible CDK deployment project.
  • Add AllowedValues and ValueMapping to GetConfigSettings

Build System or External Dependencies

  • Version bump to 0.21