Skip to content
This repository was archived by the owner on Nov 1, 2023. It is now read-only.

6.1.0

Choose a tag to compare

@nharper285 nharper285 released this 13 Dec 18:21
· 494 commits to main since this release
fb03bd6

6.1.0

Manual Step

For this release you need to add the resource provider Microsoft.AppConfiguration to the subscription before deploying.

Added

  • Service: Added support for feature flags which allows us to deploy new code in parts and turn it on when it's ready. #2620
  • Service: Added a validation endpoint for the notification template. #2655

Changed

  • Service: Update LLVM from v10 to v12 now that we are supporting Ubuntu 20.04 as our default image. #2617
  • Agent: Remove unused coverage recorder from input-tester. #2681
  • Agent: Rename coverage to coverage-legacy. #2685

Fixed

  • CLI: Return an error when uppercase application names are specified when using deploy.py. #2665
  • Agent: Fix local fuzzing mode. #2669
  • Service: Post the JobCreated event when a job is created. #2677
  • Service: The repro Create command will now fail if insert fails. Also add additional tests. #2678
  • Service: Added support for Contains Words in WIQL #2686