Releases: Azure/azure-functions-core-tools
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
Azure Functions CLI 0.92
This is a new release of the Azure Functions CLI to align with the new Functions Runtime 1.0.10774.
Bug fixes:
- Fix command
func settings add-storage-account
. Closes #74 - Fix help for func create. Closes #65
- Traverse parent directories if no host.json is found in current directory for host start and publish. Closes #53
- Add a default providerName for connectionStrings in ConfigurationManager. Closes #46
- Filter http functions when displaying list of urls. Closes #58
- Update build to prefer 32bit, to match the functions host
Azure Functions CLI 0.91
We have a lot of great new features and bug fixes in this release!
Features
- Publish contents of a folder to Azure via
func azure functionapp publish
- Update System.Configuration.ConfigurationManager.Appsettings property to read appsettings.json
- Support specifying Connection Strings in appsettings.json
- Support HTTPS
Improvements
- func init should create placeholder entry for AzureWebJobsStorage
- func init should take a folder as argument
- Create VS Code launch.json during scaffolding of func init
- Provide help on command arguments