|
1 | 1 | # Changelog |
2 | 2 | Running changelog of releases since `2.0.0-rc.4` |
3 | 3 |
|
| 4 | +## v2.9.0 |
| 5 | + |
| 6 | +### New Types / Models |
| 7 | +- `AccessPolicy` |
| 8 | +- `AccessPolicyConstraint` |
| 9 | +- `AccessPolicyConstraints` |
| 10 | +- `AccessPolicyRule` |
| 11 | +- `AccessPolicyRuleActions` |
| 12 | +- `AccessPolicyRuleApplicationSignOn` |
| 13 | +- `AccessPolicyRuleConditions` |
| 14 | +- `AccessPolicyRuleCustomCondition` |
| 15 | +- `AuthenticatorProvider` |
| 16 | +- `AuthenticatorProviderConfiguration` |
| 17 | +- `AuthenticatorProviderConfigurationUserNamePlate` |
| 18 | +- `BrandResource` |
| 19 | +- `Brand` |
| 20 | +- `ChannelBinding` |
| 21 | +- `Compliance` |
| 22 | +- `DeviceAccessPolicyRuleCondition` |
| 23 | +- `EmailTemplateTouchPointVariant` |
| 24 | +- `EndUserDashboardTouchPointVariant` |
| 25 | +- `ErrorPageTouchPointVariant` |
| 26 | +- `FipsEnum` |
| 27 | +- `ImageUploadResponse` |
| 28 | +- `KnowledgeConstraint` |
| 29 | +- `PossessionConstraint` |
| 30 | +- `PreRegistrationInlineHook` |
| 31 | +- `ProfileEnrollmentPolicy` |
| 32 | +- `ProfileEnrollmentPolicyRule` |
| 33 | +- `ProfileEnrollmentPolicyRuleAction` |
| 34 | +- `ProfileEnrollmentPolicyRuleActions` |
| 35 | +- `ProfileEnrollmentPolicyRuleActivationRequirement` |
| 36 | +- `ProfileEnrollmentPolicyRuleProfileAttribute` |
| 37 | +- `RequiredEnum` |
| 38 | +- `SignInPageTouchPointVariant` |
| 39 | +- `ThemeResource` |
| 40 | +- `Theme` |
| 41 | +- `ThemeResponse` |
| 42 | +- `UserTypeCondition` |
| 43 | +- `UserVerificationEnum` |
| 44 | +- `VerificationMethod` |
| 45 | + |
| 46 | +### New Methods |
| 47 | +- `AuthenticatorResource` |
| 48 | + - `GetAuthenticator` |
| 49 | + - `UpdateAuthenticator` |
| 50 | + - `ListAuthenticators` |
| 51 | +- `BrandResource` |
| 52 | + - `GetBrand` |
| 53 | + - `UpdateBrand` |
| 54 | + - `ListBrands` |
| 55 | + - `ListBrandThemes` |
| 56 | + - `GetBrandTheme` |
| 57 | + - `UpdateBrandTheme` |
| 58 | + - `DeleteBrandThemeBackgroundImage` |
| 59 | + - `UploadBrandThemeBackgroundImage` |
| 60 | + - `DeleteBrandThemeFavicon` |
| 61 | + - `UploadBrandThemeFavicon` |
| 62 | + - `DeleteBrandThemeLogo` |
| 63 | + - `UploadBrandThemeLogo` |
| 64 | +- `OrgSettingResource` |
| 65 | + - `UpdateOrgLogo` |
| 66 | + - `GetOrgPreferences` |
| 67 | + - `HideOktaUIFooter` |
| 68 | + - `ShowOktaUIFooter` |
| 69 | + - `OptInUsersToOktaCommunicationEmails` |
| 70 | + - `OptOutUsersFromOktaCommunicationEmails` |
| 71 | + - `GetOrgOktaSupportSettings` |
| 72 | + - `ExtendOktaSupport` |
| 73 | + - `GrantOktaSupport` |
| 74 | + - `RevokeOktaSupport` |
| 75 | +- `ThemeResource` |
| 76 | + - `GetBrandTheme` |
| 77 | + - `UpdateBrandTheme` |
| 78 | + |
| 79 | +### Updates |
| 80 | +- Updated Authenticators integration tests |
| 81 | +- Integration tests on `IdentityProviderResource` |
| 82 | + |
4 | 83 | ## v2.8.0 |
5 | 84 |
|
6 | 85 | ### Updates |
|
0 commit comments