Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Public Release for Fall24 meta-release #139

Merged
merged 31 commits into from
Sep 6, 2024
Merged
Show file tree
Hide file tree
Changes from 6 commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
86aa49f
Update number_verification.yaml
bigludo7 Aug 26, 2024
0d3eef6
Update NumberVerification-Readiness-Checklist.md
bigludo7 Aug 26, 2024
dc2f6b3
Update README.md
bigludo7 Aug 26, 2024
06176c9
Update CHANGELOG.md
bigludo7 Aug 26, 2024
41d7cc8
Update CHANGELOG.md
bigludo7 Aug 26, 2024
f212048
Update CHANGELOG.md
bigludo7 Aug 26, 2024
9362093
Update NumberVerification-Readiness-Checklist.md
bigludo7 Aug 27, 2024
516ce18
Update CHANGELOG.md
bigludo7 Aug 27, 2024
9bef3bd
Merge pull request #140 from camaraproject/main
bigludo7 Aug 27, 2024
d63676d
Update NumberVerification-Readiness-Checklist.md
bigludo7 Aug 27, 2024
b640c9a
Update README.md
bigludo7 Aug 28, 2024
e3eb206
Rename number_verification.yaml to number-verification.yaml
bigludo7 Aug 28, 2024
d5a475b
Update NumberVerification_device_phone_number_share.feature
bigludo7 Aug 28, 2024
bbf0b6e
Update NumberVerification_verify.feature
bigludo7 Aug 28, 2024
75eb40a
Update README.md
bigludo7 Aug 28, 2024
c7194aa
Update CHANGELOG.md
bigludo7 Aug 28, 2024
de14df7
Update NumberVerification-Readiness-Checklist.md
bigludo7 Aug 28, 2024
3498a3d
Update NumberVerification_device_phone_number_share.feature
bigludo7 Aug 29, 2024
fc93ac2
Update NumberVerification_verify.feature
bigludo7 Aug 29, 2024
91d35e0
Update NumberVerification_verify.feature
bigludo7 Aug 29, 2024
23777bd
Rename NumberVerification_verify.feature to number-verification-verif…
bigludo7 Aug 29, 2024
2d1e541
Update and rename NumberVerification_device_phone_number_share.featur…
bigludo7 Aug 29, 2024
f5e1a01
Update documentation/API_documentation/NumberVerification-Readiness-C…
bigludo7 Aug 29, 2024
c19dbec
Update number-verification.yaml
bigludo7 Aug 30, 2024
85161c3
Update documentation/API_documentation/NumberVerification-Readiness-C…
bigludo7 Sep 3, 2024
b988d0c
Update number-verification-device-phone-number-share.feature
bigludo7 Sep 3, 2024
d5dc23e
Update number-verification-verify.feature
bigludo7 Sep 3, 2024
2733d6f
Update number-verification.yaml
bigludo7 Sep 5, 2024
a758096
Update CHANGELOG.md
bigludo7 Sep 5, 2024
4453998
Update code/API_definitions/number-verification.yaml
bigludo7 Sep 5, 2024
b3d5043
Update NumberVerification-Readiness-Checklist.md
bigludo7 Sep 5, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
55 changes: 53 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,66 @@

## Table of contents

- **[r1.2](#r12)**
- **[r1.1](#r11)**
- [v0.3.1](#v031)
- **[v0.3.1](#v031)**


**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.**

# r1.2

## Release Notes

This release contains the definition and documentation of
* number_verification 1.0.0

The API definition(s) are based on
* Commonalities v0.4.0
* Identity and Consent Management v0.2.0

## number_verification 1.0.0

**number_verification 1.0.0 is the public release for v1.0.0 of the NumberVerification API.**
bigludo7 marked this conversation as resolved.
Show resolved Hide resolved

- API definition **with inline documentation**:
- [View it on ReDoc](https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/camaraproject/NumberVerification/r1.2/code/API_definitions/number_verification.yaml&nocors)
- [View it on Swagger Editor](https://editor.swagger.io/?url=https://raw.githubusercontent.com/camaraproject/NumberVerification/r1.2/code/API_definitions/number_verification.yaml)
- OpenAPI [YAML spec file](https://github.com/camaraproject/NumberVerification/blob/r1.2/code/API_definitions/number_verification.yaml)

**Main Changes**

* API and test definitions updated to conform to the Commonalities v0.4.0 and Identity and Consent Management v0.2.0 guidelines included in the CAMARA Fall24 meta-release
* Additional documentation & test cases added.


### Added

* User Story in documentation/API_documentation directory by @bigludo7 [PR118](https://github.com/camaraproject/NumberVerification/pull/118)
* Test Definition in Test_Definitions directory by @AxelNennker [PR124](https://github.com/camaraproject/NumberVerification/pull/124)

### Changed

* Aligned with CAMARA design guidelines & Identity Consent management by @AxelNennker
* Make the '+' mandatory for the phone number by @fernandopradocabrillo [PR90](https://github.com/camaraproject/NumberVerification/pull/90)
* Cosmetic change following megalinter integration by @bigludo7 [PR103](https://github.com/camaraproject/NumberVerification/pull/103)
* Update Authorization and authentication part accordingly to ICM by @fernandopradocabrillo [PR88](https://github.com/camaraproject/NumberVerification/issues/88)
* Adding a pattern for PhoneNumber in /verify by @maxl2287 [PR68](https://github.com/camaraproject/NumberVerification/issues/76)
* Clarify use of 'user' and 'subscriber' wording by @AxelNennker [PR102](https://github.com/camaraproject/NumberVerification/pull/102)

### Fixed

* Replaced OAuth2 auth code flow by OIDC auth code flow by @AxelNennker [PR109](https://github.com/camaraproject/NumberVerification/pull/109)

### Removed

* Removed documentation (replaced by doc in the yaml) by @AxelNennker [PR137](https://github.com/camaraproject/NumberVerification/pull/1379)

## New Contributors
* N/A


# r1.1 - rc
# r1.1

## Release Notes

Expand Down
18 changes: 7 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,19 +27,15 @@ Repository to describe, develop, document and test the NumberVerification API fa
## Status and released versions

* Note: 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 a new release is created. For example, changes may be reverted before a release is created. **For best results, use the latest available release**.
* **The latest pre-release of CAMARA Number Verification API is 1.0.0-rc.1 This is the release candidate of the first stable version of the API**. It is suitable for implementors.
* The Release Tag is [r1.1](https://github.com/camaraproject/NumberVerification/releases/tag/r1.1).
- API definition **with inline documentation**:
- OpenAPI [YAML spec file](https://github.com/camaraproject/NumberVerification/blob/r1.1/code/API_definitions/number_verification.yaml)
- [View it on ReDoc](https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/camaraproject/NumberVerification/r1.1/code/API_definitions/number_verification.yaml&nocors)
- [View it on Swagger Editor](https://editor.swagger.io/?url=https://raw.githubusercontent.com/camaraproject/NumberVerification/r1.1/code/API_definitions/number_verification.yaml)


* The previous version 0.3.1 is available within the [release-0.3.1 branch](https://github.com/camaraproject/NumberVerification/tree/release-0.3.1):
* `NEW`: Release r1.2 with version 1.0.0 of the API number_verification is available [here](https://github.com/camaraproject/NumberVerification/tree/r1.2)
- API definition **with inline documentation**:
- OpenAPI [YAML spec file](https://github.com/camaraproject/NumberVerification/blob/release-0.3.1/code/API_definitions/CAMARA/number_verification.yaml)
- [View it on ReDoc](https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/camaraproject/NumberVerification/release-0.3.1/code/API_definitions/CAMARA/number_verification.yaml&nocors)
- [View it on Swagger Editor](https://editor.swagger.io/?url=https://raw.githubusercontent.com/camaraproject/NumberVerification/release-0.3.1/code/API_definitions/CAMARA/number_verification.yaml)
- OpenAPI [YAML spec file](https://github.com/camaraproject/NumberVerification/blob/r1.2/code/API_definitions/number_verification.yaml)
- [View it on ReDoc](https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/camaraproject/NumberVerification/r1.2/code/API_definitions/number_verification.yaml&nocors)
- [View it on Swagger Editor](https://editor.swagger.io/?url=https://raw.githubusercontent.com/camaraproject/NumberVerification/r1.2/code/API_definitions/number_verification.yaml)

* Previous releases and pre-releases of the repository are available in https://github.com/camaraproject/NumberVerification/releases
* For changes see [CHANGELOG.md](https://github.com/camaraproject/NumberVerification/blob/main/CHANGELOG.md)


## Contributorship and mailing list
Expand Down
4 changes: 2 additions & 2 deletions code/API_definitions/number_verification.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,13 @@ info:

# Further info and support
[GSMA Mobile Connect Verified MSISDN specification](https://www.gsma.com/identity/wp-content/uploads/2022/12/IDY.54-Mobile-Connect-Verified-MSISDN-Definition-and-Technical-Requirements-1.0.pdf) was used as source of input for this API. For more about Mobile Connect, please see [Mobile Connect website](https://mobileconnect.io/).
version: wip
version: 1.0.0
x-camara-commonalities: 0.4.0
license:
name: Apache 2.0
url: https://www.apache.org/licenses/LICENSE-2.0.html
servers:
- url: '{apiRoot}/number-verification/v1rc1'
- url: '{apiRoot}/number-verification/v1'
variables:
apiRoot:
default: http://localhost:9091
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# API Readiness Checklist

Checklist for number_verification 1.0.0-rc.1 in release r1.1
Checklist for number_verification 1.0.0 in release r1.2

| Nr | API release assets | alpha | release-candidate | public-release<br>initial | public-release<br> stable | Status | Comments |
|----|----------------------------------------------|:-----:|:-----------------:|:-------:|:------:|:----:|:----:|
Expand All @@ -9,14 +9,13 @@ Checklist for number_verification 1.0.0-rc.1 in release r1.1
| 3 | Guidelines from ICM applied | O | M | M | M | Y | |
| 4 | API versioning convention applied | M | M | M | M | Y | |
| 5 | API documentation | M | M | M | M | Y | Embed documentation into API spec - [link](/code/API_definitions/number_verification.yaml) |
| 6 | User stories | O | O | O | M | tbd | [PR #129](https://github.com/camaraproject/NumberVerification/pull/129/files) |
| 7 | Basic API test cases & documentation | O | M | M | M | tbd | [PR #124](https://github.com/camaraproject/NumberVerification/pull/124/files) |
| 8 | Enhanced API test cases & documentation | O | O | O | M | tbd | [PR #124](https://github.com/camaraproject/NumberVerification/pull/124/files) |
| 9 | Test result statement | O | O | O | M | tbd | link |

| 6 | User stories | O | O | O | M | Y | [get](/documentation/API_documentation/NumberVerification_device_phone_number_User_Story.md) [verify](/documentation/API_documentation/NumberVerification_verify_User_Story.md) |
| 7 | Basic API test cases & documentation | O | M | M | M | Y | [PR #124](https://github.com/camaraproject/NumberVerification/pull/124/files) |
| 8 | Enhanced API test cases & documentation | O | O | O | M | Y | [PR #124](https://github.com/camaraproject/NumberVerification/pull/124/files) |
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The status is either "tbd" with the PR, or you consider that PR 124 must be merged before the release PR, than you can already link here the coming .feature file.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have just merged the Test Definition.
I've updated the rc1.2 branch accordingly.

| 9 | Test result statement | O | O | O | M | N | link |
| 10 | API release numbering convention applied | M | M | M | M | Y | |
| 11 | Change log updated | M | M | M | M | N | [link](/CHANGELOG.md) |
| 12 | Previous public-release was certified | O | O | O | M | Y | |
| 11 | Change log updated | M | M | M | M | Y | [link](/CHANGELOG.md) |
| 12 | Previous public-release was certified | O | O | O | M | Y | [link](https://www.open-gateway.com/operators-map) |

To fill the checklist:
- in the line above the table, replace the api-name, api-version and the rx.y by their actual values for the current API version and release.
Expand Down