Releases: Azure/azure-functions-sql-extension
v3.0.341-preview
https://www.nuget.org/packages/Microsoft.Azure.WebJobs.Extensions.Sql/3.0.341-preview
What's Changed
- Added optional LeasesTableName property to SqlTriggerAttribute #893
 
v3.0.323-preview
https://www.nuget.org/packages/Microsoft.Azure.WebJobs.Extensions.Sql/3.0.323-preview
What's Changed
- Fix 'Schema parse error' by @MaddyDev #881
 - Add troubleshooting information to docs by @MaddyDev #871
 - Bump Version of Grpc.Net.Client @chlafreniere inhttps://github.com//pull/879
 
Full Changelog: v3.0.253-preview...v3.0.323-preview
v3.0.253-preview
https://www.nuget.org/packages/Microsoft.Azure.WebJobs.Extensions.Sql/3.0.253-preview
What's Changed
- Cleanup logging by @Charles-Gagnon in #802
 - Cleanup trigger logging by @Charles-Gagnon in #808
 - Add additional check for closed/broken connection errors by @Charles-Gagnon in #862
 - add timestamp to global state table for lease table cleanup by @MaddyDev in #861
 
Full Changelog: v3.0.181-preview...v3.0.253-preview
v3.0.181-preview
https://www.nuget.org/packages/Microsoft.Azure.WebJobs.Extensions.Sql/3.0.181-preview
https://www.nuget.org/packages/Microsoft.Azure.Functions.Worker.Extensions.Sql/3.0.181-preview
What's Changed
- Added SQL Trigger support for all languages (CSharp Out Of Proc, Java, JavaScript, PowerShell, Python)
 
Full Changelog: v1.0.122-preview...v3.0.181-preview
v1.0.122-preview
https://www.nuget.org/packages/Microsoft.Azure.WebJobs.Extensions.Sql/1.0.122-preview
https://www.nuget.org/packages/Microsoft.Azure.Functions.Worker.Extensions.Sql/1.0.122-preview
What's Changed
- Fix column name order issue in insert query #693
 
Full Changelog: v1.0.114-preview...v1.0.122-preview
Load Apps Trigger Preview 1.0.119-lapreview
Add GetProducts and AddProduct sample in python v2 model (#688) * add python v2 samples * add v2 samples link to python setup guide * Update docs/SetupGuide_Python.md Co-authored-by: Maddy <12754347+MaddyDev@users.noreply.github.com> --------- Co-authored-by: Maddy <12754347+MaddyDev@users.noreply.github.com>
v1.0.114-preview
https://www.nuget.org/packages/Microsoft.Azure.WebJobs.Extensions.Sql/1.0.114-preview
What's Changed
Full Changelog: v1.0.112-preview...v1.0.114-preview
v1.0.112-preview
Logic Apps Trigger Preview 1.0.98-lapreview
- Check database compat level on startup and throw if not supported #514
 - Reduce number of queries executed for trigger functionality #522
 - Trigger bindings will now retry failed/broken connections #593 (docs)
 - Trigger bindings will now handle errors that occur while processing changes to avoid possible duplicate function invocations #600
 
v1.0.84-preview
https://www.nuget.org/packages/Microsoft.Azure.WebJobs.Extensions.Sql/1.0.84-preview
- Breaking Change: Field names must match the casing of the column names in the target table exactly #411
 - Trigger bindings will now retry failed/broken connections #593 (docs)
 - Trigger bindings will now handle errors that occur while processing changes to avoid possible duplicate function invocations #600