Skip to content

v0.8.3

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 22 Mar 03:54
3b44b14

New

  • install Azure Functions Core Tools automatically based on user's platform and OS (closes #353) (#391) 5e98cba
  • include claims in client principal data retrieved via direct-access endpoint (#381) 6a656e9
  • add --open option (closes #357) (#358) 8838002
  • Remove --output-location from swa start 6cbe500

Fixes

  • improve glob expressions matching 971ef47
  • Allow --api-location to bind to external hostnames (#374) c7e76a8
  • upgrade serve-static from 1.14.1 to 1.14.2 (#366) f78abc5
  • upgrade concurrently from 6.3.0 to 6.4.0 (#362) f2ec90a
  • ignore Invalid JSON in staticwebapp.config.json d7f4b66
  • use --app-location to scan for workflow files 5da58d2
  • support query strings on static content da6e132
  • ignore invalid workflow files 8332062
  • support percent-encoded symbols in static files request url (#404) 540b4ff
  • avoid CLI crashes when func crashes d1b83d5
  • passe verbosity level via config file 98fd34b
  • fix issues where --app-location and --output-location couldn't serving content from specified directories c431661
  • catch invalid JSON user claims in UI 774c14c

Docs