Skip to content

Releases: Azure/azure-functions-sql-extension

v3.0.253-preview

30 May 22:42
Compare
Choose a tag to compare
v3.0.253-preview Pre-release
Pre-release

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

What's Changed

Full Changelog: v3.0.181-preview...v3.0.253-preview

v3.0.181-preview

13 Apr 21:30
Compare
Choose a tag to compare
v3.0.181-preview Pre-release
Pre-release

v1.0.122-preview

23 Feb 19:27
Compare
Choose a tag to compare

Load Apps Trigger Preview 1.0.119-lapreview

21 Feb 21:49
Compare
Choose a tag to compare
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 <[email protected]>

---------

Co-authored-by: Maddy <[email protected]>

v1.0.114-preview

16 Feb 01:51
Compare
Choose a tag to compare

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

What's Changed

  • Fix the casting error and EngineEdition error #684
  • Make attribute properties readonly #682

Full Changelog: v1.0.112-preview...v1.0.114-preview

v1.0.112-preview

14 Feb 22:25
Compare
Choose a tag to compare

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

  • Breaking Change: Require connection string in attribute #663
  • Fix issue with cached merge and insert query #628
  • Improvements in error messages and logging

Logic Apps Trigger Preview 1.0.98-lapreview

25 Jan 20:33
Compare
Choose a tag to compare
  • 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

12 Jan 17:51
Compare
Choose a tag to compare

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

v1.0.44-preview

07 Dec 18:44
Compare
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
Compare
Choose a tag to compare