Skip to content

Latest commit

 

History

History
115 lines (102 loc) · 21.8 KB

CHANGELOG.md

File metadata and controls

115 lines (102 loc) · 21.8 KB

Features

Bug Fixes

  • Run install before generating changelog (#335) (7ea9d18)
  • Update generate changelog script to reference local node module (#334) (d0e23cf)
  • Default operation names no longer cause collisions (#332) (374925e)
  • Create default .azure directory if not present (#318) (d5fd387)
  • Fix failing invoke with data path (#321) (7adf5d6), closes #320
  • Throw original error if no previous deployments (#324) (6787f59)
  • Exclude ARM params with null values (#325) (1068a4b)
  • Invoke offline without requiring global install (#322) (6d99369)
  • Fix regression of skipping identical ARM deployment (#314) (dbdb084)
  • add resource group name hash to resource names (#310) (5ba9508), closes #311
  • Updates default http output binding (#308) (72bc900), closes Azure/azure-functions-nodejs-worker#228
  • Move service initialization outside of plugins (#301) (e857be8)
  • Add backwards compatibility for location/region keys in config (#305) (12e1235), closes #280
  • Log correct function app name in deployment (#304) (09615ee)
  • Combine rollback log statement into one string (#290) (5806757)
  • Don't throw error if subscription ID already specified (#295) (ea7678d)
  • Clean up downloaded artifact after rollback (#289) (b55b637), closes #287
  • Fix appServicePlan name and functionApp name (#293) (dc67996), closes #292
  • Fix compiler errors and remove logs plugin (#286) (90f71a9)
  • Clean up .serverless folder before packaging new artifact (#275) (225a905)
  • Remove dead, outdated AzureProvider code (#276) (6778eb8)
  • Use stage, region, resourceGroup and prefix from CLI options (#284) (506ebc6), closes #280 #282 #281
  • Throw error if user tries to specify package.individually (#263) (d107a72), closes #254
  • Don't remove local.settings.json in offline cleanup (#267) (9cc06b5)
  • set up npm auth (#272) (401e74c)
  • Move InvokeService variable initialization outside of the constructor header (#270) (a47e1f8)
  • Append 6-char resource group hash to storage account name (#256) (44185c5), closes AB#846
  • Check for valid entries in token cache remove and find (#244) (660f8b7)
  • Crash deployment if function app zip file doesn't exist (#242) (c79e27f)
  • Don't require login during packaging. (c313683), closes AB#801
  • Don't skip deploy if previous equivalent deployment failed (#247) (b916e25), closes AB#852
  • exclude test files (#246) (1b35a5d), closes AB#804
  • Fix bug with invalid token file for interactive login (#243) (9e3fcac), closes AB#838
  • Let Serverless Framework handle thrown error (#238) (de798b6)
  • Register missing dependency (#237) (1361dc9)
  • Throw error if user tries to specify function for deployment (#262) (9b2257d), closes #258
  • issue fixed to generate the correct function.json for event hub and service bus queue and topic triggers (#228) (4e46a03)
  • Removed service name from storage account name generator (#232) (2157db1)
  • Add retry support when listing deployed functions (#215) (15ca299)
  • Inject current environment variables to spawn process (#218) (eda7b64)
  • api uses shortened region names (#211) (9f69f24)
  • Add sequence diagram png files (#184) (e183ae4)
  • Exit process when error logging into Azure (#192) (11c80b3)
  • Remove await statement from Promise.all (#194) (c51a865)
  • Update storage account naming convention (#190) (74fdbe6), closes AB#420
  • Ensures the correct SCM domain is found for uploading zip package (#178) (d8cdbcf)
  • Fix misnamed variable in test (#179) (83cf9e4)
  • Added access modifiers to shared services (9dd8144)
  • Resolves issues running plugin (#141) (e839a84)

Performance Improvements

  • Short-circuit deployment if ARM template hasn't changed (#239) (327511c), closes AB#789
  • Skip upload to function app if configured to run from blob (#241) (20f1579)