-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
15 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# 0.0.4 | ||
|
||
## Enhancements | ||
|
||
* Add api calls for hapair monitoredinterfaces (read, update) | ||
* Add helper function to get primary device id from hapair | ||
* Add expandable option for get_depoyable_deployable_devices | ||
* Default paging change from 25 to 100 | ||
|
||
## Bugfixes | ||
|
||
* getbyid operations fails due to incorrect limit param | ||
* api calls for ftd ipv4/ipv6 static routing fails due to incorrect URLs | ||
* update ftd sub interface fails due to missing param |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = '0.0.3' | ||
__version__ = '0.0.4' |