|
1 | 1 | # Release History |
2 | 2 |
|
3 | | -## 3.1.0-beta.2 (2023-07-19) |
4 | | - |
5 | | -### Bug Fixes |
6 | | - |
7 | | -- Fixed a potential panic in faked paged and long-running operations. |
| 3 | +## 4.0.0 (2023-07-24) |
| 4 | +### Breaking Changes |
8 | 5 |
|
9 | | -## 3.1.0-beta.1 (2023-06-12) |
| 6 | +- `ApplicationGatewayCustomErrorStatusCodeHTTPStatus499` from enum `ApplicationGatewayCustomErrorStatusCode` has been removed |
10 | 7 |
|
11 | 8 | ### Features Added |
12 | 9 |
|
13 | | -- Support for test fakes and OpenTelemetry trace spans. |
| 10 | +- New value `ApplicationGatewaySKUNameBasic` added to enum type `ApplicationGatewaySKUName` |
| 11 | +- New value `ApplicationGatewayTierBasic` added to enum type `ApplicationGatewayTier` |
| 12 | +- New enum type `AdminState` with values `AdminStateDisabled`, `AdminStateEnabled` |
| 13 | +- New enum type `SyncMode` with values `SyncModeAutomatic`, `SyncModeManual` |
| 14 | +- New function `*LoadBalancersClient.MigrateToIPBased(context.Context, string, string, *LoadBalancersClientMigrateToIPBasedOptions) (LoadBalancersClientMigrateToIPBasedResponse, error)` |
| 15 | +- New struct `MigrateLoadBalancerToIPBasedRequest` |
| 16 | +- New struct `MigratedPools` |
| 17 | +- New field `ResourceGUID` in struct `AdminPropertiesFormat` |
| 18 | +- New field `ResourceGUID` in struct `AdminRuleCollectionPropertiesFormat` |
| 19 | +- New field `HTTPListeners` in struct `ApplicationGatewayFrontendIPConfigurationPropertiesFormat` |
| 20 | +- New field `DefaultPredefinedSSLPolicy` in struct `ApplicationGatewayPropertiesFormat` |
| 21 | +- New field `SyncMode` in struct `BackendAddressPoolPropertiesFormat` |
| 22 | +- New field `ResourceGUID` in struct `ConnectivityConfigurationProperties` |
| 23 | +- New field `ResourceGUID` in struct `DefaultAdminPropertiesFormat` |
| 24 | +- New field `ResourceGUID` in struct `GroupProperties` |
| 25 | +- New field `ResourceGUID` in struct `ManagerProperties` |
| 26 | +- New field `ResourceGUID` in struct `SecurityAdminConfigurationPropertiesFormat` |
| 27 | +- New field `AdminState` in struct `VirtualNetworkGatewayPropertiesFormat` |
| 28 | + |
14 | 29 |
|
15 | 30 | ## 3.0.0 (2023-05-26) |
16 | 31 | ### Breaking Changes |
|
0 commit comments