Skip to content

Releases: Azure/static-web-apps-cli

v0.8.1

16 Nov 10:57
012cca7

Choose a tag to compare

v0.8.1 Pre-release
Pre-release

Fixes

  • Correctly set x-ms-original-url to the full original request URL (#286) (#314) 0ea7146
  • Appended Query params to the URL (#336) bb85935

Docs

  • put the web frameworks in alpha order (#340) d82bbd4

  • move list of ports closer to corresponding step (#321) 0895d8d

v0.8.0

08 Oct 06:46
3f4fef9

Choose a tag to compare

v0.8.0 Pre-release
Pre-release

New Features

Fixes

v0.7.2

21 Sep 11:05
025f0dd

Choose a tag to compare

v0.7.2 Pre-release
Pre-release

Fixes

  • wait on API using tcp (#281) 3e59a96
  • redirect property in responseOverride doesn't behave as expected (#284) 4a34a08
  • typo in --devserver-timeout f07d1f5

Features

  • Add option to pass arguments to func start command (#290) eda8e41

Docs

v0.7.1

20 Aug 08:20

Choose a tag to compare

v0.7.1 Pre-release
Pre-release

0.7.1

Fix

  • remove Azure Functions Core Tools dependency

0.7.0

New Features

  • configure await timeout before connecting to a dev server (#255) e6cbf08
swa start ./app --api ./api --devserver-timeout=60000

Bug Fixes

Documentation

v0.7.0

24 Aug 19:18

Choose a tag to compare

v0.7.0 Pre-release
Pre-release

New

  • Configure await timeout before connecting to a dev server (#255) e6cbf08
swa start ./app --api ./api --devserver-timeout=60000

Bug Fixes

Documentation

v0.6.1

15 Jun 18:41
272f101

Choose a tag to compare

v0.6.1 Pre-release
Pre-release

New

Fixes

  • always include anonymous & authenticated roles (#238) 31f9839
  • parse query strings when userconfig isnt used (#236) bedc06d
  • handle status codes for /api and /.auth reqs (#235) 09eb722
  • add missing 403 default error page (#233) 2dcf9e5

Docs

  • add port instructions in the issue template (#240) 4e8e6a4
  • Add instruction to check CLI version before filing bug 6b757b4

v0.6.0

04 Jun 18:25
f755559

Choose a tag to compare

v0.6.0 Pre-release
Pre-release

New

Fixes

  • serve 4xx pages when using dev server (#225) 0abec93
  • force use GET method if serving static files (#221) 0d759fe
  • allow routes config property to be undefined (#223) bf4fbcb
  • display error when cli port is in use (#220) f7bea25

Documentation

  • update log message 450c980
  • add clarification text around the mock auth UI 198980d

v0.5.0

02 Jun 02:08
dd88419

Choose a tag to compare

v0.5.0 Pre-release
Pre-release

New

  • reimplement the routes engine (#208) 16990e8
    • more closely matches routing engine in Azure
    • apply config when running dev server #176
  • handle x-forwarded-host/proto headers on logging out (#203) a9dc3f1
  • warn if function app has non-http triggers (#201) d53ec4c

Fixes

  • redirect to https after log out when using --ssl (#195) c31403e

Docs

v0.4.0

05 May 18:03
d8d9f78

Choose a tag to compare

v0.4.0 Pre-release
Pre-release

Added

Changed

Fixed

  • avoid blocking URL ending with routes.json (#185) 16c4f35
  • ignore fallback routes if no exclude list 2369932
  • move port validation and waiting logic into proxy server (#182) 4674b70
  • allow users to set custom error pages (#179) 39fbb9c
  • chmod +x bin.js d12f719
  • preserve auth provider and post login url on rewrites (#167) 0934043
  • avoid npm link permission issues (#172) 8798aca
  • cors not working (#171) 69821b8

v0.3.0

06 Apr 20:59
ca735ab

Choose a tag to compare

v0.3.0 Pre-release
Pre-release

Added

  • set staticwebapp.config.json location w/ flag (#149) 3070920
  • wait for dev servers to be ready at startup (#148) 5866a93
  • support running external commands on startup (#145) 3c88860
  • support serving web and api over https locally (#140) 56896dd

Changed

Fixed

  • update route rules engine to match specs 2e6a3b9
  • upgrade yaml from 1.10.0 to 1.10.2 (#155) 8a458ef
  • use opts() to get options in commander 7 (#159) cfb658a
  • exit on Ctrl-C (#156) 1bb4a2c
  • force exit on SIGINT/SIGTERM (#151) 41fadea
  • allow editing of user ID in auth screen, small updates (#152) 7b67cf8
  • rename appArtifactLocation to outputLocation d59a7de
  • better dotnet project detection a6e0971
  • set verbosity level before starting 465bd6d
  • remove extra console.log f26ac47