|
1 | 1 | # Release History
|
2 | 2 |
|
| 3 | +## 0.9.0 (2022-11-03) |
| 4 | +### Breaking Changes |
| 5 | + |
| 6 | +- Type of `ContactProperties.AlertNotifications` has been changed from `*AlertNotifications` to `*ContactPropertiesAlertNotifications` |
| 7 | +- Type of `DefenderForServersAwsOfferingVMScannersConfiguration.ExclusionTags` has been changed from `interface{}` to `map[string]*string` |
| 8 | +- Const `AlertsToAdminsOn` has been removed |
| 9 | +- Const `AlertNotificationsOn` has been removed |
| 10 | +- Const `AlertsToAdminsOff` has been removed |
| 11 | +- Const `AlertNotificationsOff` has been removed |
| 12 | +- Type alias `AlertNotifications` has been removed |
| 13 | +- Type alias `AlertsToAdmins` has been removed |
| 14 | +- Function `PossibleAlertNotificationsValues` has been removed |
| 15 | +- Function `*AWSEnvironmentData.GetEnvironmentData` has been removed |
| 16 | +- Function `PossibleAlertsToAdminsValues` has been removed |
| 17 | +- Function `*ContactsClient.Update` has been removed |
| 18 | +- Struct `AWSEnvironmentData` has been removed |
| 19 | +- Struct `ContactsClientUpdateOptions` has been removed |
| 20 | +- Struct `ContactsClientUpdateResponse` has been removed |
| 21 | +- Struct `DefenderFoDatabasesAwsOfferingArcAutoProvisioningServicePrincipalSecretMetadata` has been removed |
| 22 | +- Struct `DefenderForDatabasesGcpOfferingArcAutoProvisioningConfiguration` has been removed |
| 23 | +- Struct `DefenderForServersAwsOfferingArcAutoProvisioningServicePrincipalSecretMetadata` has been removed |
| 24 | +- Struct `DefenderForServersGcpOfferingArcAutoProvisioningConfiguration` has been removed |
| 25 | +- Field `Email` of struct `ContactProperties` has been removed |
| 26 | +- Field `AlertsToAdmins` of struct `ContactProperties` has been removed |
| 27 | +- Field `ServicePrincipalSecretMetadata` of struct `DefenderFoDatabasesAwsOfferingArcAutoProvisioning` has been removed |
| 28 | +- Field `Configuration` of struct `DefenderForServersGcpOfferingArcAutoProvisioning` has been removed |
| 29 | +- Field `ServicePrincipalSecretMetadata` of struct `DefenderForServersAwsOfferingArcAutoProvisioning` has been removed |
| 30 | +- Field `Configuration` of struct `DefenderForDatabasesGcpOfferingArcAutoProvisioning` has been removed |
| 31 | + |
| 32 | +### Features Added |
| 33 | + |
| 34 | +- New const `RolesContributor` |
| 35 | +- New const `ApplicationConditionOperatorEquals` |
| 36 | +- New const `OfferingTypeDefenderForDevOpsAzureDevOps` |
| 37 | +- New const `MinimalSeverityMedium` |
| 38 | +- New const `OfferingTypeDefenderCspmGcp` |
| 39 | +- New const `RolesServiceAdmin` |
| 40 | +- New const `MinimalSeverityLow` |
| 41 | +- New const `RolesOwner` |
| 42 | +- New const `MinimalSeverityHigh` |
| 43 | +- New const `RolesAccountAdmin` |
| 44 | +- New const `OfferingTypeDefenderCspmAws` |
| 45 | +- New const `OfferingTypeDefenderForDevOpsGithub` |
| 46 | +- New type alias `Roles` |
| 47 | +- New type alias `MinimalSeverity` |
| 48 | +- New function `*DefenderForDevOpsAzureDevOpsOffering.GetCloudOffering() *CloudOffering` |
| 49 | +- New function `*AwsEnvironmentData.GetEnvironmentData() *EnvironmentData` |
| 50 | +- New function `*DefenderCspmAwsOffering.GetCloudOffering() *CloudOffering` |
| 51 | +- New function `*DefenderForDevOpsGithubOffering.GetCloudOffering() *CloudOffering` |
| 52 | +- New function `PossibleRolesValues() []Roles` |
| 53 | +- New function `PossibleMinimalSeverityValues() []MinimalSeverity` |
| 54 | +- New function `*DefenderCspmGcpOffering.GetCloudOffering() *CloudOffering` |
| 55 | +- New struct `AwsEnvironmentData` |
| 56 | +- New struct `ContactPropertiesAlertNotifications` |
| 57 | +- New struct `ContactPropertiesNotificationsByRole` |
| 58 | +- New struct `DefenderCspmAwsOffering` |
| 59 | +- New struct `DefenderCspmAwsOfferingVMScanners` |
| 60 | +- New struct `DefenderCspmAwsOfferingVMScannersConfiguration` |
| 61 | +- New struct `DefenderCspmGcpOffering` |
| 62 | +- New struct `DefenderFoDatabasesAwsOfferingRds` |
| 63 | +- New struct `DefenderForDevOpsAzureDevOpsOffering` |
| 64 | +- New struct `DefenderForDevOpsGithubOffering` |
| 65 | +- New field `Rds` in struct `DefenderFoDatabasesAwsOffering` |
| 66 | +- New field `NotificationsByRole` in struct `ContactProperties` |
| 67 | +- New field `Emails` in struct `ContactProperties` |
| 68 | + |
| 69 | + |
3 | 70 | ## 0.8.0 (2022-09-13)
|
4 | 71 | ### Breaking Changes
|
5 | 72 |
|
|
0 commit comments