Releases: Azure/azure-functions-sql-extension
Releases · Azure/azure-functions-sql-extension
v1.0.44-preview
v1.0.21-preview
https://www.nuget.org/packages/Microsoft.Azure.WebJobs.Extensions.Sql/1.0.21-preview
- Fix automatic scaling (#488)
v1.0.15-preview
https://www.nuget.org/packages/Microsoft.Azure.WebJobs.Extensions.Sql/1.0.15-preview
- BREAKING CHANGE: Microsoft.Data.SqlClient driver updated from v3 to 5.0.1, including a breaking change to Encrypt being defaulted to true. See the blog post for more details
- SQL Trigger supported added for C# (Read More). Huge thanks to @JatinSanghvi and @AmeyaRele for all their hard work on this!
- Support added for Java and Powershell
- Removed support for Azure Functions runtime v3. See the Azure Function Docs for more information
Logic Apps Trigger Preview 0.1.489-lapreview
- Fix issue with batch size configuration using wrong value
v0.1.483-preview
https://www.nuget.org/packages/Microsoft.Azure.WebJobs.Extensions.Sql/0.1.483-preview
- Added additional debug logging
- Allow columns with default values to be excluded from the POCO #388
Logic Apps Trigger Preview 0.1.466-lapreview
- Changes default batch size to 100 and default polling delay to 1000ms for trigger processing loop
- Adds Sql_Trigger_BatchSize and Sql_Trigger_PollingIntervalMs configuration values to override defaults
v0.1.457-preview
https://www.nuget.org/packages/Microsoft.Azure.WebJobs.Extensions.Sql/0.1.457-preview
- Update to Newtonsoft 13.0.1
- Strongname sign assembly
- Added additional debug logging
- Fix localization/serialization issues - thanks to @Whivel for the original submission!
Logic Apps Trigger Preview 0.1.438-lapreview
Initial preview support for SQL trigger binding.
See README for setup instructions.
This nuget package is not published to nuget.org, it is only available as a direct download here.
v0.1.346-preview
https://www.nuget.org/packages/Microsoft.Azure.WebJobs.Extensions.Sql/0.1.346-preview
- Fixes errors when using Output bindings with Microsoft.NET.Sdk.Functions >=4.1.0/>=3.1.0 #263
v0.1.319-preview
https://www.nuget.org/packages/Microsoft.Azure.WebJobs.Extensions.Sql/0.1.319-preview
- Fixes output bindings on tables with identity columns only inserting one row #240