|
1 | 1 | # Release History
|
2 | 2 |
|
3 |
| -## 1.2.0-beta.1 (Unreleased) |
| 3 | +## 1.2.0-beta.1 (2025-05-16) |
4 | 4 |
|
5 |
| -### Features Added |
| 5 | +- Azure Resource Manager PostgreSql client library for Java. This package contains Microsoft Azure SDK for PostgreSql Management SDK. The Microsoft Azure management API provides create, read, update, and delete functionality for Azure PostgreSQL resources including servers, databases, firewall rules, VNET rules, security alert policies, log files and configurations with new business model. Package tag package-flexibleserver-2025-01-01-preview. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt). |
6 | 6 |
|
7 | 7 | ### Breaking Changes
|
8 | 8 |
|
9 |
| -### Bugs Fixed |
| 9 | +#### `models.OperationListResult` was modified |
| 10 | + |
| 11 | +* `innerModel()` was removed |
| 12 | +* `java.lang.String nextLink()` -> `java.lang.String nextLink()` |
| 13 | +* `java.util.List value()` -> `java.util.List value()` |
| 14 | + |
| 15 | +#### `models.Operation` was modified |
| 16 | + |
| 17 | +* `toJson(com.azure.json.JsonWriter)` was removed |
| 18 | +* `withIsDataAction(java.lang.Boolean)` was removed |
| 19 | +* `java.util.Map properties()` -> `java.util.Map properties()` |
| 20 | +* `java.lang.Boolean isDataAction()` -> `java.lang.Boolean isDataAction()` |
| 21 | +* `java.lang.String name()` -> `java.lang.String name()` |
| 22 | +* `models.OperationDisplay display()` -> `models.OperationDisplay display()` |
| 23 | +* `models.OperationOrigin origin()` -> `models.OperationOrigin origin()` |
| 24 | +* `validate()` was removed |
| 25 | +* `fromJson(com.azure.json.JsonReader)` was removed |
| 26 | + |
| 27 | +#### `models.Operations` was modified |
| 28 | + |
| 29 | +* `listWithResponse(com.azure.core.util.Context)` was removed |
| 30 | +* `models.OperationListResult list()` -> `com.azure.core.http.rest.PagedIterable list()` |
| 31 | + |
| 32 | +### Features Added |
| 33 | + |
| 34 | +* `models.SupportedFeatureStatusEnum` was added |
| 35 | + |
| 36 | +* `models.QuotaUsages` was added |
| 37 | + |
| 38 | +* `models.ConfigTuningRequestParameter` was added |
| 39 | + |
| 40 | +* `models.TuningOptionsListResult` was added |
| 41 | + |
| 42 | +* `models.SessionResource` was added |
| 43 | + |
| 44 | +* `models.QuotaUsage` was added |
| 45 | + |
| 46 | +* `models.IndexRecommendationListResult` was added |
| 47 | + |
| 48 | +* `models.ImpactRecord` was added |
| 49 | + |
| 50 | +* `models.SessionDetailsListResult` was added |
| 51 | + |
| 52 | +* `models.QuotaUsagesListResult` was added |
| 53 | + |
| 54 | +* `models.NameProperty` was added |
| 55 | + |
| 56 | +* `models.IndexRecommendationResourcePropertiesAnalyzedWorkload` was added |
| 57 | + |
| 58 | +* `models.TuningOptions` was added |
| 59 | + |
| 60 | +* `models.IndexRecommendationDetails` was added |
| 61 | + |
| 62 | +* `models.IndexRecommendationResource` was added |
| 63 | + |
| 64 | +* `models.RecommendationTypeEnum` was added |
| 65 | + |
| 66 | +* `models.SupportedFeature` was added |
| 67 | + |
| 68 | +* `models.IndexRecommendationResourcePropertiesImplementationDetails` was added |
| 69 | + |
| 70 | +* `models.SessionsListResult` was added |
| 71 | + |
| 72 | +* `models.RecommendationType` was added |
| 73 | + |
| 74 | +* `models.TuningOptionEnum` was added |
| 75 | + |
| 76 | +* `models.TuningConfigurations` was added |
| 77 | + |
| 78 | +* `models.Cluster` was added |
| 79 | + |
| 80 | +* `models.TuningIndexes` was added |
10 | 81 |
|
11 |
| -### Other Changes |
| 82 | +* `models.TuningOptionsResource` was added |
| 83 | + |
| 84 | +* `models.SessionDetailsResource` was added |
| 85 | + |
| 86 | +#### `models.OperationListResult` was modified |
| 87 | + |
| 88 | +* `validate()` was added |
| 89 | +* `toJson(com.azure.json.JsonWriter)` was added |
| 90 | +* `withValue(java.util.List)` was added |
| 91 | +* `fromJson(com.azure.json.JsonReader)` was added |
| 92 | +* `withNextLink(java.lang.String)` was added |
| 93 | + |
| 94 | +#### `models.UserAssignedIdentity` was modified |
| 95 | + |
| 96 | +* `withPrincipalId(java.lang.String)` was added |
| 97 | +* `principalId()` was added |
| 98 | + |
| 99 | +#### `models.ServerForUpdate` was modified |
| 100 | + |
| 101 | +* `withCluster(models.Cluster)` was added |
| 102 | +* `cluster()` was added |
| 103 | + |
| 104 | +#### `models.FlexibleServerCapability` was modified |
| 105 | + |
| 106 | +* `supportedFeatures()` was added |
| 107 | + |
| 108 | +#### `models.ServerVersionCapability` was modified |
| 109 | + |
| 110 | +* `supportedFeatures()` was added |
| 111 | + |
| 112 | +#### `models.ServerSkuCapability` was modified |
| 113 | + |
| 114 | +* `securityProfile()` was added |
| 115 | +* `supportedFeatures()` was added |
| 116 | + |
| 117 | +#### `models.Operation` was modified |
| 118 | + |
| 119 | +* `innerModel()` was added |
| 120 | + |
| 121 | +#### `models.Operations` was modified |
| 122 | + |
| 123 | +* `list(com.azure.core.util.Context)` was added |
| 124 | + |
| 125 | +#### `models.Server$Update` was modified |
| 126 | + |
| 127 | +* `withCluster(models.Cluster)` was added |
| 128 | + |
| 129 | +#### `models.Server` was modified |
| 130 | + |
| 131 | +* `cluster()` was added |
| 132 | + |
| 133 | +#### `models.Server$Definition` was modified |
| 134 | + |
| 135 | +* `withCluster(models.Cluster)` was added |
| 136 | + |
| 137 | +#### `PostgreSqlManager` was modified |
| 138 | + |
| 139 | +* `tuningIndexes()` was added |
| 140 | +* `quotaUsages()` was added |
| 141 | +* `tuningOptions()` was added |
| 142 | +* `tuningConfigurations()` was added |
12 | 143 |
|
13 | 144 | ## 1.1.0 (2025-01-06)
|
14 | 145 |
|
|
0 commit comments