6.5.0 (2025-04-08)
Features Added
-
Support for the Event Hubs geographic data replication feature has been enabled. As part of this feature, the type of offset-related data has been changed from
long
tostring
to align with changes to the Event Hubs service API. To preserve backwards compatibility, the existing offset-related members have not been changed, and new members with names similar toOffsetString
and string-based parameters for method overloads have been introduced.The long-based offset members will continue to work for Event Hubs namespaces that do not have GeoDR replication enabled, but are discouraged for use and have been marked as obsolete.
Bugs Fixed
- Fixed a misspelling of "PartitionId" in the trigger input data passed to the function executor. This caused function logs and metrics reported by AppInsights and the portal to reflect the wrong label. To ensure that applications that rely on the misspelling are not impacted, a new member with the correct spelling was added.
Other Changes
- Updating .NET runtime dependencies to the 6.x line, the Azure extensions to 1.8.0, and the latest dependencies for the Functions host.