Releases: Azure/azure-functions-sql-extension
v3.1.376
https://www.nuget.org/packages/Microsoft.Azure.WebJobs.Extensions.Sql/3.1.376
https://www.nuget.org/packages/Microsoft.Azure.Functions.Worker.Extensions.Sql/3.1.376
What's Changed
- Bump Microsoft.NET.Sdk.Functions from 4.4.1 to 4.5.0 by @dependabot in #1128
- Bump Microsoft.Azure.Functions.Worker.Sdk from 1.17.4 to 1.18.1 by @dependabot in #1129
- Bump Moq from 4.20.70 to 4.20.72 by @dependabot in #1127
- Bump Grpc.Net.Client from 2.65.0 to 2.66.0 by @dependabot in #1125
- Bump xunit from 2.9.1 to 2.9.2 by @dependabot in #1139
- Bump Microsoft.NET.Sdk.Functions by @dependabot in #1143
- Bump Microsoft.Extensions.DependencyInjection from 6.0.1 to 6.0.2 by @dependabot in #1145
- Bump System.Runtime.Caching from 6.0.0 to 6.0.1 by @dependabot in #1144
- Bump Grpc.Net.Client and Microsoft.Azure.Functions.Worker by @dependabot in #1157
- Bump xunit from 2.9.2 to 2.9.3 by @dependabot in #1162
- Bump undici from 5.28.4 to 5.28.5 in /samples/samples-js-v4 in the npm_and_yarn group across 1 directory by @dependabot in #1164
- Bump Microsoft.Data.SqlClient, Azure.Core, Azure.Identity and *.Storage packages by @Charles-Gagnon in #1160
Full Changelog: v3.1.284...v3.1.376
v3.1.284
https://www.nuget.org/packages/Microsoft.Azure.WebJobs.Extensions.Sql/3.1.284
https://www.nuget.org/packages/Microsoft.Azure.Functions.Worker.Extensions.Sql/3.1.284
What's Changed
Consumption plan support #963
UserFunctionId updates #1071
Add additional trigger debug logging #1103
Full Changelog: v3.0.444-preview...v3.1.284
v3.1.169-preview
https://www.nuget.org/packages/Microsoft.Azure.Functions.Worker.Extensions.Sql/3.1.169-preview
What's Changed
Consumption plan support #963
UserFunctionId updates #1071
Add additional trigger debug logging #1103
Full Changelog: v3.0.444-preview...v3.1.169-preview
v3.0.534
v3.0.461
https://www.nuget.org/packages/Microsoft.Azure.WebJobs.Extensions.Sql/3.0.461
https://www.nuget.org/packages/Microsoft.Azure.Functions.Worker.Extensions.Sql/3.0.461
What's Changed
- #960 : Added
SqlOptions
to read our optional config values for Sql Trigger from host.json to follow the pattern suggested here.
Full Changelog: v3.0.443...v3.0.461
3.0.444-preview
https://www.nuget.org/packages/Microsoft.Azure.WebJobs.Extensions.Sql/3.0.444-preview
https://www.nuget.org/packages/Microsoft.Azure.Functions.Worker.Extensions.Sql/3.0.444-preview
What's Changed
- Revert all the major package bumps to follow semver. by @MaddyDev
- add SqlClientListener for diagnostic logging by @MaddyDev in #914
- Add Output binding column requirements to known issues by @Charles-Gagnon in #907
- Add back command logging on some methods by @MaddyDev in #918
- GetLeaseLockedRows for debug logging by @MaddyDev in #900
- Update java sample and test project to use 2.1.0-preview library by @lucyzhang929 in #899
- Add note about viewing logs in Azure by @lucyzhang929
- Align the worker package to Sql package by @MaddyDev
Full Changelog: v3.0.341-preview...v3.0.444-preview
v3.0.443
https://www.nuget.org/packages/Microsoft.Azure.WebJobs.Extensions.Sql/3.0.443
https://www.nuget.org/packages/Microsoft.Azure.Functions.Worker.Extensions.Sql/3.0.443
What's Changed
- GA of SQL Trigger support for all languages (CSharp Out Of Proc, Java, JavaScript, PowerShell, Python)
See General Setup for setup instructions.
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