Releases: Azure/azure-functions-core-tools
2.0.1-beta.8
Update version to 2.0.1-beta.8 and add an uninstall script
1.0.1
RTM Release of Azure Functions Core Tools.
Includes latest runtime 1.0.11075.0
Azure Functions CLI 0.100
Features:
allow for explicit login credentials (#161) thanks @jaredcnance
Update to latest azure functions run time
Azure Functions CLI 0.99
Fix assembly redirection and update version to 1.0.0-beta.99
Azure Functions CLI 0.98
#144 func new returns Running with stdin\stdout redirected error
#62 Add commands to list available templates
#88 Indicate which functions are disabled in the console output
#41 Provide option to publish appsettings as part of function app publish
#99 Port core CLI features to .NET Core (aside from host start)
#137 Authentication error prints stacktrace
#93 Add a --no-interactive switch to func host start and func run to enable integration testing
#143 Remove 'func functionapp' command
#104 Add an option to turn off source control in func init
#108 Publish command sometimes returns a 503
#100 TraceWriter LogLevel "verbose" Ignored
#2 Automatically insert values for CLI version and script host version
#128 ServiceBusQueueTrigger not working with azure-functions-cli
#139 Provide documentation about encrypt/decrypt settings
#10 Set headers to disable browser cache on VFS requests
#63 Port discovery logic in func run
#127 If network connection is interrupted during 'func azure login', get a stacktrace
#107 README typo for functionapp init
#112 func azure command tries to log in to azure
#38 When connection strings are missing, provide a tip on how to fetch app settings
#95 Provide a better error message when failing to decrypt a setting
#138 KeyVault incompatible with Functions
#85 When using func run with http trigger, print a warning
#123 When running func run from within Function directory App setting are not picked up
#140 Change default of func init to IsDecrypted=false
#90 Add a "feedback" option the CLI
#134 CLI will fail if the npm module path contains non-ascii characters
#132 func.exe terminates after error when debugging as a web project
#126 Timer lease is not released when shutting down the CLI
#121 Error calling the functions host: ServiceUnavailable / The host is taking longer than expected to start
#136 Why does "func host start" assume bin?
#122 Rename default appsettings.json file to local.settings.json
#79 Allow specifying a custom port in appsettings.json
#133 Allow specifying CORS settings in local.settings.json
#124 Calling a Manual Trigger function just returns "Error calling the functions host: Unauthorized"
Azure Functions CLI 0.97
Disable auto generation of binding redirects (by @lukecolburn)
Don't try to init Edge on non-Windows (by @mhutch)
Allow specifying http port and cors settings in local.settings.json. #79 #133
Azure Functions CLI 0.96
Update version to 1.0.0.beta.96
Azure Functions CLI 0.95
Update runtime to version 10917 and rename to Azure Functions Core Tools
Azure Functions CLI 0.94
Ensure binding redirects in CLI match those in Script. Closes #106
Azure Functions CLI 0.93
Fix Nuget missing dlls. Closes #83