Newer
Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# Release X.X.X-rc
This release includes next changes:
**New register flow to ensure:**
- isolation between CCF and Register services.
- Improve security, with split resposability between administrator operations and common user.
**Improved Testing with Robot in order to cover:**
- New Register flows.
- Allow different URLs for register, ccf and vault services.
**Improved security on DB:**
- Credentials requested to access mongo databases.
- Credentials requested also by mongo-express.
**Scripts upgraded:**
- docker compose version 2 used on them.
- New cleaning script developed.
**Cleanup of capif repository:**
- Documentation is now on splitted repository [OCF Documentation Repository]
- Test plan was moved to [OCF Documentation Repository]
- Obsolote data is removed.
# Release 0.0
The APIs included in Release 0.0 are:
- JWT Authentication APIs
- CAPIF Invoker Management API
- CAPIF Publish API
- CAPIF Discover API
- CAPIF Security API
- CAPIF Events API
- CAPIF Provider Management API
This Release also includes a Robot Test Suite for all those services and a Postman Test Suite for simple testing.