Skip to content

Commit a70f0b1

Browse files
Merge pull request camaraproject#75 from FabrizioMoggio/Fall24-Review-Docs
Fall24 review docs update
2 parents 33f21b2 + 10a4d62 commit a70f0b1

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ Repository to describe, develop, document and test the Call Forwarding Signal AP
2626
## Status and released versions
2727

2828
* 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**.
29-
* **The latest available release and version of CAMARA CallForwardingSignal API is v0.2.0-rc.1. This is the first (pre) relese candidate version of the API.** There are bug fixes to be expected and incompatible changes in upcoming releases. It is suitable for implementors, but it is not recommended to use the API with customers in productive environments.
30-
* The Release Tag is [r1.1](https://github.com/camaraproject/CallForwardingSignal/releases/tag/r1.1).
29+
* **The latest available release and version of CAMARA CallForwardingSignal API is v0.2.0-rc.2. This is the first (pre) relese candidate version of the API.** There are bug fixes to be expected and incompatible changes in upcoming releases. It is suitable for implementors, but it is not recommended to use the API with customers in productive environments.
30+
* The Release Tag is [r1.2](https://github.com/camaraproject/CallForwardingSignal/releases/tag/r1.2).
3131
- API definition **with inline documentation**:
32-
- OpenAPI [YAML spec file](https://github.com/camaraproject/CallForwardingSignal/blob/r1.1/code/API_definitions/Call_Forwarding_Signal.yaml)
33-
- [View it on ReDoc](https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/camaraproject/CallForwardingSignal/r1.1/code/API_definitions/Call_Forwarding_Signal.yaml&nocors)
34-
- [View it on Swagger Editor](https://editor.swagger.io/?url=https://raw.githubusercontent.com/camaraproject/CallForwardingSignal/r1.1/code/API_definitions/Call_Forwarding_Signal.yaml)
32+
- OpenAPI [YAML spec file](https://github.com/camaraproject/CallForwardingSignal/blob/r1.2/code/API_definitions/Call_Forwarding_Signal.yaml)
33+
- [View it on ReDoc](https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/camaraproject/CallForwardingSignal/r1.2/code/API_definitions/Call_Forwarding_Signal.yaml&nocors)
34+
- [View it on Swagger Editor](https://editor.swagger.io/?url=https://raw.githubusercontent.com/camaraproject/CallForwardingSignal/r1.2/code/API_definitions/Call_Forwarding_Signal.yaml)
3535
## Contributorship and mailing list
3636
* To subscribe / unsubscribe to the mailing list of this Sub Project and thus be / resign as Contributor please visit <https://lists.camaraproject.org/g/sp-cfs>.
3737
* A message to all Contributors of this Sub Project can be sent using <[email protected]>.
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11

22
# API Readiness Checklist
33

4-
Checklist for API call-forwarding-signal v0.2.0-rc.1 in r1.1
4+
Checklist for API call-forwarding-signal v0.2.0-rc.2 in r1.2
55

66

77
| Nr | API release assets | alpha | release-candidate | public-release<br>initial | public-release<br> stable | Status | Comments |
88
|----|----------------------------------------------|:-----:|:-----------------:|:-------:|:------:|:----:|:----:|
99
| 1 | API definition | M | M | M | M | Y | /code/API_definitions/Call_Forwarding_Signal.yaml |
1010
| 2 | Design guidelines from Commonalities applied | O | M | M | M | Y | |
1111
| 3 | Guidelines from ICM applied | O | M | M | M | Y | |
12-
| 4 | API versioning convention applied | M | M | M | M | Y | v0.2.0-rc.1 |
12+
| 4 | API versioning convention applied | M | M | M | M | Y | v0.2.0-rc.2 |
1313
| 5 | API documentation | M | M | M | M | Y | inline in YAML |
1414
| 6 | User stories | O | O | O | M | Y | /documentation/API_documentation/CFS_UserStory_UseCase-1.md |
1515
| 7 | Basic API test cases & documentation | O | M | M | M | N | /code/Test_definitions/call-forwarding-signal-every-forwarding.feature, /code/Test_definitions/call-forwarding-signal-unconditional.feature |
1616
| 8 | Enhanced API test cases & documentation | O | O | O | M | N | |
1717
| 9 | Test result statement | O | O | O | M | N | |
18-
| 10 | API release numbering convention applied | M | M | M | M | Y | r1.1 |
18+
| 10 | API release numbering convention applied | M | M | M | M | Y | r1.2 |
1919
| 11 | Change log updated | M | M | M | M | Y | /CHANGELOG.md |
2020
| 12 | Previous public-release was certified | O | O | O | M | N | |
2121

0 commit comments

Comments
 (0)