|
1 | 1 | # Release History
|
2 | 2 |
|
3 |
| -## 1.1.0-beta.1 (2025-06-04) |
| 3 | +## 1.1.0-beta.1 (2025-07-23) |
4 | 4 | ### Features Added
|
5 | 5 |
|
6 | 6 | - New enum type `AuthenticationMode` with values `AuthenticationModeMicrosoftEntraID`, `AuthenticationModeNativeAuth`
|
7 | 7 | - New enum type `DataAPIMode` with values `DataAPIModeDisabled`, `DataAPIModeEnabled`
|
8 | 8 | - New enum type `EntraPrincipalType` with values `EntraPrincipalTypeServicePrincipal`, `EntraPrincipalTypeUser`
|
9 | 9 | - New enum type `IdentityProviderType` with values `IdentityProviderTypeMicrosoftEntraID`
|
| 10 | +- New enum type `KeyEncryptionKeyIdentityType` with values `KeyEncryptionKeyIdentityTypeUserAssignedIdentity` |
| 11 | +- New enum type `ManagedServiceIdentityType` with values `ManagedServiceIdentityTypeNone`, `ManagedServiceIdentityTypeSystemAssigned`, `ManagedServiceIdentityTypeSystemAssignedUserAssigned`, `ManagedServiceIdentityTypeUserAssigned` |
10 | 12 | - New enum type `StorageType` with values `StorageTypePremiumSSD`, `StorageTypePremiumSSDv2`
|
11 |
| -- New enum type `UserRole` with values `UserRoleDatabaseOwner` |
| 13 | +- New enum type `UserRole` with values `UserRoleRoot` |
12 | 14 | - New function `*ClientFactory.NewUsersClient() *UsersClient`
|
13 | 15 | - New function `*EntraIdentityProvider.GetIdentityProvider() *IdentityProvider`
|
14 | 16 | - New function `*IdentityProvider.GetIdentityProvider() *IdentityProvider`
|
|
18 | 20 | - New function `*UsersClient.Get(context.Context, string, string, string, *UsersClientGetOptions) (UsersClientGetResponse, error)`
|
19 | 21 | - New function `*UsersClient.NewListByMongoClusterPager(string, string, *UsersClientListByMongoClusterOptions) *runtime.Pager[UsersClientListByMongoClusterResponse]`
|
20 | 22 | - New struct `AuthConfigProperties`
|
| 23 | +- New struct `CustomerManagedKeyEncryptionProperties` |
21 | 24 | - New struct `DataAPIProperties`
|
22 | 25 | - New struct `DatabaseRole`
|
| 26 | +- New struct `EncryptionProperties` |
23 | 27 | - New struct `EntraIdentityProvider`
|
24 | 28 | - New struct `EntraIdentityProviderProperties`
|
| 29 | +- New struct `KeyEncryptionKeyIdentity` |
| 30 | +- New struct `ManagedServiceIdentity` |
25 | 31 | - New struct `User`
|
| 32 | +- New struct `UserAssignedIdentity` |
26 | 33 | - New struct `UserListResult`
|
27 | 34 | - New struct `UserProperties`
|
28 |
| -- New field `AuthConfig`, `DataAPI` in struct `Properties` |
| 35 | +- New field `Identity` in struct `MongoCluster` |
| 36 | +- New field `AuthConfig`, `DataAPI`, `Encryption` in struct `Properties` |
29 | 37 | - New field `Iops`, `Throughput`, `Type` in struct `StorageProperties`
|
| 38 | +- New field `Identity` in struct `Update` |
30 | 39 | - New field `AuthConfig`, `DataAPI` in struct `UpdateProperties`
|
31 | 40 |
|
32 | 41 |
|
|
0 commit comments