Releases: Azure/static-web-apps-cli
Releases · Azure/static-web-apps-cli
v1.1.4
v1.1.3
v1.1.2
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
What's Changed
Features
- [Cherrypick] feat: Add support for custom data api location for the deploy command (#664) by @sgollapudi77 in #669
Docs
- docs: add BeardInASuit as a contributor for code by @allcontributors in #674
- docs: add stuartleeks as a contributor for doc by @allcontributors in #673
- docs: add vivekjilla as a contributor for code by @allcontributors in #670
- docs: add thomasgauvin as a contributor for doc by @allcontributors in #671
- docs: add georgeOsdDev as a contributor for doc by @allcontributors in #672
Full Changelog: v1.1.0...v1.1.1
v1.1.0
What's Changed
Features
Fixes
Docs
- docs:Update SWA start to remove mention of run-build (#655) 8680947
- docs: Update troubleshooting doc (#651) 80234a7
- docs: Formatting fix (#644) 43906f4
New Contributors
- @thomasgauvin made their first contribution in #655
- @vivekjilla made their first contribution in #662
Full Changelog: v1.0.6...v1.1.0
v1.0.6
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
- docs: fix swa login example using subscription-id by @georgeOsdDev in #632
- doc: node runtime updates by @Reshmi-Sriram in #638
- docs: added one more domain to firewall section in troubleshoot by @rupareddy5-21 in #636
- docs: Update CONTRIBUTING.md by @sgollapudi77 in #635
New Contributors
- @georgeOsdDev made their first contribution in #632
Full Changelog: v1.0.4...v1.0.6
v1.0.5
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: update vite detection and fix templates by @sinedied in #633
- fix(init): allow to override apiDevserverUrl by @sinedied in https://github.com/Azure/static-web-apps-cli/pull/634
Docs
- docs: fix swa login example using subscription-id by @georgeOsdDev in #632* doc: node runtime updates by @Reshmi-Sriram in #638
- docs: added one more domain to firewall section in troubleshoot by @rupareddy5-21 in #636
- docs: Update CONTRIBUTING.md by @sgollapudi77 in https://github.com/Azure/static-web-apps-cli/pull/635
New Contributors
- @georgeOsdDev made their first contribution in https://github.com/Azure/static-web-apps-cli/pull/632
Full Changelog: v1.0.4...v1.0.5
v1.0.4
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: 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
- @stuartleeks made their first contribution in #606
- @BeardInASuit made their first contribution in #617
Full Changelog: v1.0.3...v1.0.4
v1.0.3
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
- @mathiasi made their first contribution in #539
- @neilmispelaar made their first contribution in #549
- @glaucia86 made their first contribution in #555
- @thsackos made their first contribution in #543
- @rupareddy5-21 made their first contribution in #577
Full Changelog: v1.0.2...v1.0.3
v1.0.2
Documentation
- docs: fix subscription example and add output-location note (#505) ec3d9ee
- docs: fix swa init dead link (#493) 6f055a9
- docs: fix typo in swa-init page (#494) c5b2b38
- docs: fix typos on emulator and api-server pages (#497) 61e7dab
- docs: update Vue command (#501) a6d5b0a
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
- @anfibiacreativa made their first contribution in #493
- @timdeschryver made their first contribution in #497
- @eltociear made their first contribution in #499
- @k-miyake made their first contribution in #501