Skip to content

Releases: Azure/azure-functions-sql-extension

v1.0.44-preview

07 Dec 18:44

Choose a tag to compare

https://www.nuget.org/packages/Microsoft.Azure.WebJobs.Extensions.Sql/1.0.44-preview

  • Check database compat level on startup and throw if not supported #514
  • Add additional info for SSL connection errors #557
  • Update to Newtonsoft 13.0.2 #556
  • [Trigger] Use single query when releasing leases #522

v1.0.21-preview

14 Nov 19:29

Choose a tag to compare

v1.0.15-preview

10 Nov 23:20

Choose a tag to compare

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

18 Oct 18:32

Choose a tag to compare

  • Fix issue with batch size configuration using wrong value

v0.1.483-preview

13 Oct 22:22

Choose a tag to compare

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

27 Sep 21:01

Choose a tag to compare

v0.1.457-preview

20 Sep 22:42

Choose a tag to compare

https://www.nuget.org/packages/Microsoft.Azure.WebJobs.Extensions.Sql/0.1.457-preview

Logic Apps Trigger Preview 0.1.438-lapreview

01 Sep 17:22

Choose a tag to compare

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

08 Jun 22:18

Choose a tag to compare

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

13 May 18:35

Choose a tag to compare

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