Skip to content

Releases: Azure/static-web-apps-cli

v1.1.4

18 Jul 05:49
72edc5a
Compare
Choose a tag to compare

What's Changed

Fixes

Docs

  • docs: add cjk7989 as a contributor for code (#730) 6c9dc1a

Full Changelog: v1.1.3...v1.1.4

v1.1.3

14 Jun 14:13
8640eb0
Compare
Choose a tag to compare

What's Changed

Fixes

  • fix: incorrect npm package latest version (#707) a331ebd
  • fix: waitOn and fetch IPv4&v6 instead of localhost (#704) 863fa3b

v1.1.2

09 May 05:19
20c8be9
Compare
Choose a tag to compare

What's Changed

  • feat: Add new flags for Function runtime and Function version (#562) 8a601fd
  • fix: fix Syntaxerror while parsing docs. (#680) 5522614
  • fix: copyright displays in footer (#690) 262b57d
  • tests: add unit tests for dab-integration changes (#682)[97da365] (97da365)

New Contributors

Full Changelog: v1.1.1...v1.1.2

v1.1.1

16 Mar 13:48
fe22711
Compare
Choose a tag to compare

What's Changed

Features

  • [Cherrypick] feat: Add support for custom data api location for the deploy command (#664) by @sgollapudi77 in #669

Docs

Full Changelog: v1.1.0...v1.1.1

v1.1.0

14 Mar 12:38
c242066
Compare
Choose a tag to compare

What's Changed

Features

Fixes

Docs

New Contributors

Full Changelog: v1.0.6...v1.1.0

v1.0.6

21 Jan 02:32
61dfd01
Compare
Choose a tag to compare

What's Changed

Fixes

  • fix: update @azure/identity (fix #541) by @sinedied in #627
  • fix: token scope used when using cliendId/clientSecret auth (fix #541) by @sinedied in #629
  • fix: providing separate agents for HTTP and HTTPS proxy servers by @rupareddy5-21 in #628
  • fix: empty spaces uncorrectly detected as positional argument by @sinedied in #626
  • fix: incorrect path when starting server by @sinedied in #641
  • fix: update vite detection and fix templates by @sinedied in #633
  • fix(init): allow to override apiDevserverUrl by @sinedied in #634

Docs

New Contributors

Full Changelog: v1.0.4...v1.0.6

v1.0.5

20 Jan 12:43
1cd9979
Compare
Choose a tag to compare

Fixes 

Docs

New Contributors

Full Changelog: v1.0.4...v1.0.5

v1.0.4

20 Dec 14:33
f48726d
Compare
Choose a tag to compare

Fixes

  • fix(start): FuncBinary path with space in user home directories (#621) affe1a5

  • fix: --api-devserver-url not working if --api-location not set (#523, #579) (#620) 02fdb90

  • fix: handle new provider name when deploying (#617) eee1263

  • Fix typo (#605) 27ec687

  • fix: to fix the inability to create a SWA in user-mentioned resource group, changed all the resourceGroupName references to resourceGroup in the code to match with --resource-group flag. 6d1ad19

  • fix(login): fixed short-form of --clear-credentials flag ac6909a

  • fix: create SWA in user-provided Resource Group ca856be

Docs

New Contributors

Full Changelog: v1.0.3...v1.0.4

v1.0.3

07 Oct 08:18
b4fbf3a
Compare
Choose a tag to compare

Docs

  • docs: update troubleshooting with explainer #576 (#581) 4af9624
  • docs: Adding swa deploy updates to Troubleshoot b5feddb
  • docs: add valid azure regions for SWA (#582) 70c126e
  • docs: add libsecret-1.so.0 troubleshooting (#530) 6acd1f3
  • docs: add default port for vite-based frameworks (#571) 19c619b
  • docs: Update swa-start.md (#539) 0b973bc
  • docs: Update 99-troubleshooting.md (#549) 2e19e20

Fixes

  • fix(core): match * glob in routes (#574) 6004141
  • fix(api): bumping the node support to 18 for v4 functions (#564) d24df7a
  • fix(deploy): Updating Deployment provider 2771906
  • fix(cli): implement missing response override referrer behavior (#543) 8b7d725
  • fix(start): keep connection open with http-proxy 7e021c7
  • fix(command:init): dev command for Next.Js projects (#555) ea62a4f
  • fix(core): identify correct default port for http and https urls (#524) df171a1

Enhancements

  • enh: swa-start-perf-boost 47823b0

New Contributors

Full Changelog: v1.0.2...v1.0.3

v1.0.2

24 Jun 07:25
9c02b5d
Compare
Choose a tag to compare

Documentation

Features

  • feat: add support for running CLI from a Docker container e8d5009
  • feat: use default host 0.0.0.0 when running in docker 5f1c724

Fixes

  • fix: Case-insensitive checking environment value (#521) 5b4eacb
  • fix: disable interactive browser login when running in Docker 8a05819
  • fix: Server should start at localhost outside docker (#526) d6d7b05

New Contributors