Skip to content

Latest commit

 

History

History
49 lines (30 loc) · 2.39 KB

CHANGELOG.md

File metadata and controls

49 lines (30 loc) · 2.39 KB

Changelog

v0.7.0-alpha

New

  • Added dt.GetScaleMetric SQL function for use with the MSSQL KEDA Scaler.
  • Added dt.GetScaleRecommendation SQL function and IScaleProvider implementation for VNET scaling in Azure Functions.
  • Added versioning support for task activities (#14) - contributed by @usemam

Updates

Breaking changes

  • Changed SqlDurabilityProviderFactory and SqlDurabilityOptions classes from public to internal.

v0.6.0-alpha

New

  • Support for sub-orchestrations (#7) - contributed by @usemam
  • Support for explicit task hub name configuration (#10)
  • Added dt.GlobalSettings table and dt.SetGlobalSetting stored procedure (#10)
  • Added new permissions.sql setup script for setting up databaes permissions (#10)
  • Added task hub documentation page (#10)

Breaking changes

  • Renamed SqlProviderOptions to SqlOrchestrationServiceSettings and added required constructor parameters (#10)
  • User-based multitenancy is now disabled by default (#10)
  • The dt_runtime role is now granted access to only specific stored procedures rather than all of them (#10)

v0.5.0-alpha

New

  • Added support for .NET Standard 2.0 (DTFx only) (#6)
  • Made batch size configurable (#5) - contributed by @usemam

Improved

  • Fixes required for Azure Functions extension bundle compatibility

Breaking changes

None