Release Notes
[modeling/etsicatalog.git] / docs / release-notes.rst
1 .. This work is licensed under a Creative
2 .. Commons Attribution 4.0 International License.
3 .. http://creativecommons.org/licenses/by/4.0
4
5
6 Release Notes
7 ==============
8
9 etsicatalog provides package management service and parser service as Micro
10 Service.
11
12 Version: 1.0.5
13 --------------
14
15 :Release Date: 2020-03-03
16
17 **New Features**
18
19 - VNF subscription and notification support
20 - Support ONBOARDING_PACKAGE directory to get original vendor package
21 - Unify API endpoint
22 - Add API to read VNFD
23
24 Released components:
25  - etsicatalog 1.0.5
26
27 **Bug Fixes**
28
29 None
30
31 **Known Issues**
32
33 By now etsicatalog has not supported HTTPS directly. But all of APIs have registered to MSB and client can call etsicatalog APIs through MSB HTTPS request, such as: curl -X GET 'https://msb_ip:msb_port/api/vnfpkgm/v1/subscriptions'.
34
35 **Security Issues**
36
37 None
38
39 **Upgrade Notes**
40
41 Update API endpoint:
42
43 - Chang "api/parser/v1/service_packages" -> "api/catalog/v1/service_packages"
44 - Unify parser API as "api/parser/V1/..."
45
46 **Deprecation Notes**
47
48 None
49
50 **Other**
51
52 Version: 1.0.4
53 --------------
54
55 :Release Date: 2019-09-17
56
57 **New Features**
58
59 - Update to python3
60 - Optimize the process of service package distribution
61 - Merge with vfc/catalog
62
63
64 Released components:
65  - etsicatalog 1.0.4
66
67 **Bug Fixes**
68
69 None
70
71 **Known Issues**
72
73 None
74
75 **Security Issues**
76
77 - `El Alto Vulnerability Report <https://wiki.onap.org/pages/viewpage.action?pageId=68541425>`_
78
79 **Upgrade Notes**
80
81 None
82
83 **Deprecation Notes**
84
85 None
86
87 **Other**
88
89 ===========
90
91 Version: 1.0.2
92 --------------
93
94 :Release Date: 2019-06-06
95
96 **New Features**
97
98 - Package management service.
99 - Parser service.
100
101
102 Released components:
103  - etsicatalog 1.0.2
104
105 **Bug Fixes**
106
107 This is the initial release
108
109 **Known Issues**
110
111 None
112
113 **Security Issues**
114
115 None
116
117 **Upgrade Notes**
118
119 This is the initial release
120
121 **Deprecation Notes**
122
123 This is the initial release
124
125 **Other**
126
127 ===========
128
129 End of Release Notes