You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updates to the Verify and Credentials modules (#471)
* Updates to the Verify module
* update verify changelog
* updates to the credentials module
* changelogs
* Add `Aadhaar` to the `GovernmentIdConfiguration` object
* correct typo from docs
* config
***Feature** Add support for the Credential Type Versions API. [#471](https://github.com/patrickcping/pingone-go-sdk-v2/pull/471)
6
+
***Enhancement** Added `Expiration` and `Version` fields to the `CredentialType` object model. [#471](https://github.com/patrickcping/pingone-go-sdk-v2/pull/471)
***Enhancement** Added `IdentityRecordMatching` to the `VerifyPolicy` object. [#471](https://github.com/patrickcping/pingone-go-sdk-v2/pull/471)
9
+
***Enhancement** Added `VerifyAamva` and `Aadhaar` to the `GovernmentIdConfiguration` object. [#471](https://github.com/patrickcping/pingone-go-sdk-v2/pull/471)
***Enhancement** Added support for the `GROUPS_INTERSECTION` composite condition type. [#483](https://github.com/patrickcping/pingone-go-sdk-v2/pull/483)
Copy file name to clipboardExpand all lines: credentials/CHANGELOG.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,8 @@
1
+
# v0.12.0 (Unreleased)
2
+
3
+
***Feature** Add support for the Credential Type Versions API. [#471](https://github.com/patrickcping/pingone-go-sdk-v2/pull/471)
4
+
***Enhancement** Added `Expiration` and `Version` fields to the `CredentialType` object model. [#471](https://github.com/patrickcping/pingone-go-sdk-v2/pull/471)
5
+
1
6
# v0.11.2 (2025-09-19)
2
7
3
8
***Note** Upgraded go version to 1.24 to align with the go [release policy](https://go.dev/doc/devel/release#policy). [#479](https://github.com/patrickcping/pingone-go-sdk-v2/pull/479)
Copy file name to clipboardExpand all lines: credentials/README.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ The PingOne Platform API covering the PingOne Credentials service
6
6
This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [OpenAPI-spec](https://www.openapis.org/) from a remote server, you can easily generate an API client.
*CredentialTypesApi* | [**ReadOneCredentialType**](docs/CredentialTypesApi.md#readonecredentialtype) | **Get** /environments/{environmentID}/credentialTypes/{credentialTypeID} | Read One Credential Type
97
+
*CredentialTypesApi* | [**ReadOneCredentialTypeVersion**](docs/CredentialTypesApi.md#readonecredentialtypeversion) | **Get** /environments/{environmentID}/credentialTypes/{credentialTypeID}/versions/{credentialTypeVersionID} | Read One Credential Type Version
96
98
*CredentialTypesApi* | [**UpdateCredentialType**](docs/CredentialTypesApi.md#updatecredentialtype) | **Put** /environments/{environmentID}/credentialTypes/{credentialTypeID} | Update a Credential Type
0 commit comments