Skip to content

Commit ab099ea

Browse files
docs: 📝 update documentation for 0.14.0-a1 release
1 parent b325586 commit ab099ea

3 files changed

Lines changed: 42 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Edge Connect web interfaces under "Support > Rest API"
1010
Many, but not all API functions have been implemented yet. Development
1111
is underway to continue to add further functions.
1212

13-
As of 0.13.0+ ~62% of non-deprecated Swagger functions are covered.
13+
As of 0.14.0+ 64% of non-deprecated Swagger functions are covered.
1414

1515

1616
## Install
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
0.14.0-a1 -- 2021-07-13
2+
-----------------------
3+
4+
5+
🚀 Features
6+
~~~~~~~~~~~~~
7+
8+
Added the following Orchestrator functions from Swagger
9+
10+
from .orch._license
11+
- get_nx_licensed_appliances
12+
- get_vx_licensed_appliances
13+
- get_portal_licensed_summary
14+
- get_portal_licensed_appliances
15+
- change_appliance_license
16+
- grant_appliance_base_license
17+
- revoke_appliance_base_license
18+
- delete_appliance_license_token
19+
20+
from .orch._wan_next_hop_health
21+
- get_wan_next_hop_health_config
22+
23+
24+
# Custom certs introduced in Orchestrator 9.0.4+ and Edge Connect 9+
25+
26+
from .orch._custom_certs
27+
- get_custom_certs
28+
- update_custom_certs
29+
- delete_custom_cert
30+
- get_custom_certs_enabled
31+
- set_custom_certs_enabled
32+
- check_custom_certs_orchestrator_to_portal
33+
- check_custom_certs_appliances_to_portal
34+
- verify_custom_cert
35+
36+
37+
📚 Documentation
38+
~~~~~~~~~~~~~~~~~~
39+
40+
- Updated README with Swagger coverage %

docs/source/release-notes/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ All of the release notes for pyedgeconnect are organized below
88
==================
99

1010
.. toctree::
11+
0.14.0-a1
1112
0.13.0-a1

0 commit comments

Comments
 (0)