Skip to content

Commit 88b8daa

Browse files
docs: 📝 version update and release notes for 0.15.1
1 parent a3ddf9c commit 88b8daa

5 files changed

Lines changed: 58 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ To install a specific branch use the @branch syntax
7272
$ pip install git+https://github.com/SPOpenSource/edgeconnect-python@<branch_name>
7373
...
7474
# Install the Development branch
75-
$ pip install git+https://github.com/SPOpenSource/edgeconnect-python@Development
75+
$ pip install git+https://github.com/SPOpenSource/edgeconnect-python@development
7676
...
7777
```
7878

_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = "0.15.0a2.dev0"
1+
version = "0.15.1a1.dev0"

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# Main version number
1717
version = "0.15"
1818
# The full version, including alpha/beta/rc tags
19-
release = "0.15.0-a1"
19+
release = "0.15.1-a1"
2020

2121

2222
# -- General configuration ---------------------------------------------------
Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
0.15.1-a1 -- 2022-06-23
2+
-----------------------
3+
4+
5+
🚀 Features
6+
~~~~~~~~~~~~~
7+
8+
**Backwards compatability**: Introduced support back to Python 3.7
9+
10+
11+
Added the following EdgeConnect functions from Swagger:
12+
13+
from .ecos._disk_usage
14+
- :func:`~pyedgeconnect.EdgeConnect.get_appliance_disk_usage`
15+
16+
from .ecos._dns
17+
- :func:`~pyedgeconnect.EdgeConnect.get_appliance_dns_config`
18+
- :func:`~pyedgeconnect.EdgeConnect.set_appliance_dns_config`
19+
20+
from .ecos._memory
21+
- :func:`~pyedgeconnect.EdgeConnect.get_appliance_memory`
22+
23+
from .ecos._statistics
24+
- :func:`~pyedgeconnect.EdgeConnect.get_appliance_stats_minute_range`
25+
- :func:`~pyedgeconnect.EdgeConnect.get_appliance_stats_minute_file`
26+
27+
from .ecos._time
28+
- :func:`~pyedgeconnect.EdgeConnect.get_appliance_time`
29+
30+
31+
🐛 Bug Fixes
32+
~~~~~~~~~~~~~~
33+
34+
- `#4 <https://github.com/SPOpenSource/edgeconnect-python/issues/4>`_ -
35+
:func:`~pyedgeconnect.Orchestrator.get_all_users` was using POST
36+
instead of GET
37+
- `#6 <https://github.com/SPOpenSource/edgeconnect-python/issues/6>`_ -
38+
:func:`~pyedgeconnect.Orchestrator.update_appliance_access_group`
39+
remove default values for appliance_groups and appliance_regions
40+
- `#7 <https://github.com/SPOpenSource/edgeconnect-python/issues/7>`_ -
41+
:func:`~pyedgeconnect.Orchestrator.get_timeseries_stats_tunnel_single_appliance`
42+
update tunnel_name query in URL to tunnelName
43+
44+
45+
🐛 Known Issues
46+
~~~~~~~~~~~~~~~
47+
48+
.. warning::
49+
50+
The following two functions for the _ip_objects submodule exprience
51+
errors at this time. These function do work in the Orchestrator UI:
52+
53+
- :func:`~pyedgeconnect.Orchestrator.bulk_upload_address_group`
54+
- :func:`~pyedgeconnect.Orchestrator.bulk_upload_service_group`

docs/source/release-notes/index.rst

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

1010
.. toctree::
11+
0.15.1-a1
1112
0.15.0-a1
1213
0.14.0-a2
1314
0.14.0-a1

0 commit comments

Comments
 (0)