|
1 | 1 | # Changelog |
2 | 2 | Running changelog of releases since `2.0.0-rc.4` |
3 | 3 |
|
| 4 | +## v2.1.0 |
| 5 | +### New Structs |
| 6 | +- `AcsEndpoint` |
| 7 | +- `CatalogApplication` |
| 8 | +- `CatalogApplicationStatus` |
| 9 | +- `CustomHotpUserFactor` |
| 10 | +- `CustomHotpUserFactorProfile` |
| 11 | +- `InlineHookStatus` |
| 12 | +- `InlineHookType` |
| 13 | +- `WebAuthnUserFactor` |
| 14 | +- `WebAuthnUserFactorProfile` |
| 15 | + |
| 16 | +### Bug Fixes |
| 17 | +- Updates `okta/config.go` to use `github.com/okta/okta-sdk-golang/v2/okta/cache` (#167, Resolves #149) |
| 18 | +- Updates `okta/config.go` to use `int64` for `ConnectionTimeout` and `RequestTimeout` (#166) |
| 19 | +- `ListApplicationTargetsForApplicationAdministratorRoleForGroup` now returns correct `[]CatalogApplication` |
| 20 | +- `ListApplicationTargetsForApplicationAdministratorRoleForUser` now returns correct `[]CatalogApplication` |
| 21 | +- `JsonWebKey.ExpiresAt` changed to correctly use `*time.Time` |
| 22 | +- `verifyUserFactorResponse.ExpiresAt` changed to correctly use `*time.Time` |
| 23 | +- Correctly reads `.okta.yaml` from project root directory |
| 24 | +- Updated typo in `PasswordCredentialHash` struct and changed `WorkerFactor` to the correct `WorkFactor` |
| 25 | + |
| 26 | +### Updates |
| 27 | +- Updates to @okta/openapi 2.1.1 (And associated Generator Updates) |
| 28 | +- Added `UserId` to `OAuth2ScopeConsentGrant` struct |
| 29 | +- **Now Returns error instead of panic from config in `okta.go`** (Resolves #122) |
| 30 | +- `RequestExecutor` returns error if `privPem` is null when using PrivateKey authentication |
| 31 | +- Added `AcsEndpoints` and `AllowMultipleAcsEndpoints` properties to `SamlApplicationSettingsSignOn` |
| 32 | +- Added `FilterType` and `FilterValue` to `SamlAttributeStatement` (Resolves #76) |
| 33 | +- Generated file header in line with Go standard (Resolves #118) |
| 34 | + |
4 | 35 | ## v2.0.0 |
5 | 36 | - Official Release of v2 Okta Golang SDK (June 4, 2020) |
6 | 37 | - `CSR` Model has been renamed to `Csr` |
|
0 commit comments