This repository has been archived by the owner on Jul 15, 2022. It is now read-only.
Releases: NCCloud/pystackpath
Releases · NCCloud/pystackpath
Version 0.1.3
Major Features and Improvements
- created pk() method to set pkey's value without call related api
Bug fixes and other changes
- clean dummy functions & fix site search
Deprecations
- None
Version 0.1.2
Major Features and Improvements
- waf policy groups and policies handling
Bug fixes and other changes
- None
Deprecations
- None
Version 0.1.1
Major Features and Improvements
- error handling with request hooks
Bug fixes and other changes
- None
Deprecations
- None
Version 0.1.0
Major Features and Improvements
- None
Bug fixes and other changes
- fixed rules retrieval
Deprecations
- None
Version 0.0.14
Major Features and Improvements
- waf rules handling
- ddos settings handling
Bug fixes and other changes
- None
Deprecations
- None
Release 0.0.13
Major Features and Improvements
Retrieval and creation of CDN Site-scoped Origin
Bug fixes and other changes
None
Deprecations
None
Version 0.0.12
Major Features and Improvements
Ability to assign a Certificate resource to a given Site
Bug fixes and other changes
None
Deprecations
None
Version 0.0.11
Major Features and Improvements
- cdn scopes and configurations
Bug fixes and other changes
- None
Deprecations
- None
Version 0.0.10
Major Features and Improvements
-
delivery apis interaction
-
added apis to enable services
-
first level inheritance
-
added DeliverySites retrieve to stacks
-
handled url construction during inheritance
-
refactoring of parent path and api url construction
-
handled delivery domains
-
removed format for python3 string formatting
Bug fixes and other changes
- None
Deprecations
- None
Version 0.0.9
Major Features and Improvements
None
Bug fixes and other changes
Certificate resources were following standards as we were doing with other kinds.
Deprecations
Previously, a Certificate could be deleted or updated without the need of retrieval first.
sp.stacks().get(stack_id).certificate().delete(certificate_id)
Certificate deletion and update must be executed before with retrieval.
sp.stacks().get(stack_id).certificate().get(certificate_id).delete()