Skip to content

Commit bbbda46

Browse files
authored
[Extensions] June 2025 Release Prep (#50735)
The focus of these changes is to prepare the Functions extensions packagesfor the June 2025 release.
1 parent e083ac2 commit bbbda46

File tree

6 files changed

+13
-25
lines changed

6 files changed

+13
-25
lines changed

sdk/eventgrid/Microsoft.Azure.WebJobs.Extensions.EventGrid/CHANGELOG.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,11 @@
11
# Release History
22

3-
## 3.5.0-beta.1 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
8-
9-
### Bugs Fixed
3+
## 3.5.0 (2025-06-20)
104

115
### Other Changes
126

7+
- Updating .NET runtime dependencies to the 8.x line, the Azure extensions to 1.12.0, and the latest dependencies for the Functions host.
8+
139
## 3.4.4 (2025-03-14)
1410

1511
### Other Changes

sdk/eventgrid/Microsoft.Azure.WebJobs.Extensions.EventGrid/src/Microsoft.Azure.WebJobs.Extensions.EventGrid.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>
44
<Description>This extension adds bindings for EventGrid</Description>
5-
<Version>3.5.0-beta.1</Version>
5+
<Version>3.5.0</Version>
66
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
77
<ApiCompatVersion>3.4.4</ApiCompatVersion>
88
<NoWarn>$(NoWarn);CS1591</NoWarn>

sdk/servicebus/Microsoft.Azure.WebJobs.Extensions.ServiceBus/CHANGELOG.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,12 @@
11
# Release History
22

3-
## 5.17.0-beta.1 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
8-
9-
### Bugs Fixed
3+
## 5.17.0 (2025-06-20)
104

115
### Other Changes
126

13-
- Updated the `Microsoft.Azure.Amqp` dependency to 2.7.0, which contains several bug fixes and adds support for AOT. _(see: [commits](https://github.com/Azure/azure-amqp/commits/hotfix/))_
7+
- Updating .NET runtime dependencies to the 8.x line, the Azure extensions to 1.12.0, and the latest dependencies for the Functions host.
8+
9+
- Updated the `Microsoft.Azure.Amqp` dependency to 2.7.0, which contains several bug fixes. _(see: [commits](https://github.com/Azure/azure-amqp/commits/hotfix/))_
1410

1511
## 5.16.6 (2025-04-08)
1612

sdk/servicebus/Microsoft.Azure.WebJobs.Extensions.ServiceBus/src/Microsoft.Azure.WebJobs.Extensions.ServiceBus.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFrameworks>netstandard2.0;net8.0</TargetFrameworks>
55
<Description>Microsoft Azure WebJobs SDK ServiceBus Extension</Description>
6-
<Version>5.17.0-beta.1</Version>
6+
<Version>5.17.0</Version>
77
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
88
<ApiCompatVersion>5.16.6</ApiCompatVersion>
99
<NoWarn>$(NoWarn);CS1591;SA1636;AZC0007;AZC0015</NoWarn>

sdk/tables/Microsoft.Azure.WebJobs.Extensions.Tables/CHANGELOG.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,11 @@
11
# Release History
22

3-
## 1.4.0-beta.1 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
8-
9-
### Bugs Fixed
3+
## 1.4.0 (2025-06-20)
104

115
### Other Changes
126

7+
- Updating .NET runtime dependencies to the 8.x line, the Azure extensions to 1.12.0, and the latest dependencies for the Functions host.
8+
139
## 1.3.3 (2025-03-14)
1410

1511
### Other Changes

sdk/tables/Microsoft.Azure.WebJobs.Extensions.Tables/src/Microsoft.Azure.WebJobs.Extensions.Tables.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<Version>1.4.0-beta.1</Version>
4+
<Version>1.4.0</Version>
55
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
66
<ApiCompatVersion>1.3.3</ApiCompatVersion>
77
<Description>This package extends the Microsoft.Azure.WebJobs library with Table triggers using Azure Table service.</Description>

0 commit comments

Comments
 (0)