Skip to content

Latest commit

 

History

History
137 lines (87 loc) · 7.46 KB

File metadata and controls

137 lines (87 loc) · 7.46 KB

Starting with release automation, new release changelogs are maintained in the CHANGELOG/ directory with per-cycle files.

Changelog Know Your Customer Fill-in

Table of Contents

Please be aware that the project will have frequent updates to the main branch. There are no compatibility guarantees associated with code in any branch, including main, until it has been released. For example, changes may be reverted before a release is published. For the best results, use the latest published release.

The below sections record the changes for each API version in each release as follows:

  • for an alpha release, the delta with respect to the previous release
  • for the first release-candidate, all changes since the last public release
  • for subsequent release-candidate(s), only the delta to the previous release-candidate
  • for a public release, the consolidated changes since the previous public release

r1.3

Release Notes

This maintenance release contains the definition and documentation of

  • kyc-fill-in v0.4.1

The API definition(s) are based on

  • Commonalities v0.6.1 r3.4

  • Identity and Consent Management v0.4.0 r3.3

kyc-fill-in v0.4.1

Added

  • Include success scenarios with scopes and 403 PERMISSION_DENIED scenarios in test plan by @fernandopradocabrillo in #37

Fixed

  • Set body as required by @fernandopradocabrillo in #32

New Contributors

  • @fernandopradocabrillo made their first contribution in #31

Full Changelog: https://github.com/camaraproject/KnowYourCustomerFill-in/compare/r1.2...r1.3

r1.2

Release Notes

NEW: this public release contains the definition and documentation of

  • kyc-fill-in v0.4.0

The API definition(s) are based on

  • Commonalities v0.6.0 r3.3
  • Identity and Consent Management v0.4.0 r3.3

kyc-fill-in v0.4.0

Added

  • Some attributes of the end user information added by the following two PRs:

    • [kyc-fill-in] Birth & Citizenship Information by @ToshiWakayama-KDDI in #11
    • [kyc-fill-in] Extended "ID Document" Attribute by @ToshiWakayama-KDDI in #18
  • [kyc-fill-in] Add text on undocumented errors to OAS definition by @ToshiWakayama-KDDI in #15

Changed

  • [kyc-fill-in] Update x-correlator format by @ToshiWakayama-KDDI in #13

Fixed

  • A typo correction, adding code markdown to kyc-fill-in:set-all in the yaml by @ToshiWakayama-KDDI in #27 (M4 Release PR)
  • Alignment with Commonalities r3.3 by @ToshiWakayama-KDDI in #26
  • [KYC Fill-in] Correction of example for gender attribute by @ToshiWakayama-KDDI in #6

Removed

  • [kyc-fill-in] Remove AUTHENTICATION_REQUIRED error cod by @ToshiWakayama-KDDI in #8

Full Changelog: https://github.com/camaraproject/KnowYourCustomerFill-in/compare/r1.1...r1.2

r1.1

Release Notes

This pre-release contains the definition and documentation of

  • kyc-fill-in v0.4.0-rc.1

The API definition(s) are based on

  • Commonalities v0.6.0-rc.1 (r3.2)
  • Identity and Consent Management v0.4.0-rc.1 (r3.2)

kyc-fill-in v0.4.0-rc.1

kyc-fill-in v0.4.0-rc.1 is the first release-candidate version for v0.4.0 of the CAMARA KnowYourCustomer Fill-in API

Added

  • Some attributes of the end user information added by the following two PRs:

    • [kyc-fill-in] Birth & Citizenship Information by @ToshiWakayama-KDDI in #11
    • [kyc-fill-in] Extended "ID Document" Attribute by @ToshiWakayama-KDDI in #18
  • [kyc-fill-in] Add text on undocumented errors to OAS definition by @ToshiWakayama-KDDI in #15

Changed

  • [kyc-fill-in] Update x-correlator format by @ToshiWakayama-KDDI in #13

Fixed

  • [KYC Fill-in] Correction of example for gender attribute by @ToshiWakayama-KDDI in #6

Removed

  • [kyc-fill-in] Remove AUTHENTICATION_REQUIRED error cod by @ToshiWakayama-KDDI in #8

History of Changelog Know Your Customer Fill-in

The repository KnowYourCustomerFill-in was created for kyc-fill-in v0.4.0 and the previous versions of the kyc-fill-in API were stored in the previous repository 'KnowYourCustomer'. Below is the link to CHANGELOG.md in the previous repository. which includes the kyc-match API and the kyc-age-verification API in addition to the kyc-fill-in API.