Skip to content

Release 0.15.1-a1#9

Merged
zachcamara-hpe merged 17 commits intomainfrom
release/0.15.1-a1
Jun 23, 2022
Merged

Release 0.15.1-a1#9
zachcamara-hpe merged 17 commits intomainfrom
release/0.15.1-a1

Conversation

@zachcamara-hpe
Copy link
Copy Markdown
Collaborator

@zachcamara-hpe zachcamara-hpe commented Jun 23, 2022

0.15.1-a1 -- 2022-06-23

🚀 Features


**Backwards compatability**: Introduced support back to Python 3.7


Added the following EdgeConnect functions from Swagger:

from .ecos._disk_usage
  - :func:`~pyedgeconnect.EdgeConnect.get_appliance_disk_usage`

from .ecos._dns
  - :func:`~pyedgeconnect.EdgeConnect.get_appliance_dns_config`
  - :func:`~pyedgeconnect.EdgeConnect.set_appliance_dns_config`

from .ecos._memory
  - :func:`~pyedgeconnect.EdgeConnect.get_appliance_memory`

from .ecos._statistics
  - :func:`~pyedgeconnect.EdgeConnect.get_appliance_stats_minute_range`
  - :func:`~pyedgeconnect.EdgeConnect.get_appliance_stats_minute_file`

from .ecos._time
  - :func:`~pyedgeconnect.EdgeConnect.get_appliance_time`

🐛 Bug Fixes


- `#4 <https://github.com/SPOpenSource/edgeconnect-python/issues/4>`_ -
  :func:`~pyedgeconnect.Orchestrator.get_all_users` was using POST
  instead of GET
- `#6 <https://github.com/SPOpenSource/edgeconnect-python/issues/6>`_ -
  :func:`~pyedgeconnect.Orchestrator.update_appliance_access_group`
  remove default values for appliance_groups and appliance_regions
- `#7 <https://github.com/SPOpenSource/edgeconnect-python/issues/7>`_ -
  :func:`~pyedgeconnect.Orchestrator.get_timeseries_stats_tunnel_single_appliance`
  update tunnel_name query in URL to tunnelName

🐛 Known Issues


.. warning::

  The following two functions for the _ip_objects submodule exprience
  errors at this time. These function do work in the Orchestrator UI:

  - :func:`~pyedgeconnect.Orchestrator.bulk_upload_address_group`
  - :func:`~pyedgeconnect.Orchestrator.bulk_upload_service_group`

@zachcamara-hpe zachcamara-hpe merged commit c8e4670 into main Jun 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant