Skip to content

Commit

Permalink
Update tags for 2.1 release (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
bretterer authored Oct 26, 2020
1 parent b15481c commit d3d2def
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 2 deletions.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,37 @@
# Changelog
Running changelog of releases since `2.0.0-rc.4`

## v2.1.0
### New Structs
- `AcsEndpoint`
- `CatalogApplication`
- `CatalogApplicationStatus`
- `CustomHotpUserFactor`
- `CustomHotpUserFactorProfile`
- `InlineHookStatus`
- `InlineHookType`
- `WebAuthnUserFactor`
- `WebAuthnUserFactorProfile`

### Bug Fixes
- Updates `okta/config.go` to use `github.com/okta/okta-sdk-golang/v2/okta/cache` (#167, Resolves #149)
- Updates `okta/config.go` to use `int64` for `ConnectionTimeout` and `RequestTimeout` (#166)
- `ListApplicationTargetsForApplicationAdministratorRoleForGroup` now returns correct `[]CatalogApplication`
- `ListApplicationTargetsForApplicationAdministratorRoleForUser` now returns correct `[]CatalogApplication`
- `JsonWebKey.ExpiresAt` changed to correctly use `*time.Time`
- `verifyUserFactorResponse.ExpiresAt` changed to correctly use `*time.Time`
- Correctly reads `.okta.yaml` from project root directory
- Updated typo in `PasswordCredentialHash` struct and changed `WorkerFactor` to the correct `WorkFactor`

### Updates
- Updates to @okta/openapi 2.1.1 (And associated Generator Updates)
- Added `UserId` to `OAuth2ScopeConsentGrant` struct
- **Now Returns error instead of panic from config in `okta.go`** (Resolves #122)
- `RequestExecutor` returns error if `privPem` is null when using PrivateKey authentication
- Added `AcsEndpoints` and `AllowMultipleAcsEndpoints` properties to `SamlApplicationSettingsSignOn`
- Added `FilterType` and `FilterValue` to `SamlAttributeStatement` (Resolves #76)
- Generated file header in line with Go standard (Resolves #118)

## v2.0.0
- Official Release of v2 Okta Golang SDK (June 4, 2020)
- `CSR` Model has been renamed to `Csr`
Expand Down
2 changes: 1 addition & 1 deletion okta/okta.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion openapi/generator/templates/okta.go.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (
"github.com/kelseyhightower/envconfig"
)

const Version = "2.0.0"
const Version = "2.1.0"

type Client struct {
config *config
Expand Down

0 comments on commit d3d2def

Please sign in to comment.