Skip to content

v1.0.84-preview

Choose a tag to compare

@Charles-Gagnon Charles-Gagnon released this 12 Jan 17:51
· 257 commits to main since this release

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