pfSense API v1.3.1
jaredhendrickson13
released this
06 Oct 06:19
·
2039 commits
to master
since this release
New
- Adds ability to create and update dynamic gateways via /api/v1/routing/gateway endpoint. (#157)
Changes
- Updates /api/v1/interface and /api/v1/interface/apply to only apply interface configurations that have changed, greatly improving reliability and efficiency of the endpoint. (#162)
- Updates /api/v1/firewall/alias and /api/v1/firewall/alias/entry endpoints to allow clients to bypass automatic filter reloads after calls using the
apply
field.
Fixes
- Addresses bug that sometimes prevented the routing system changed status from be cleared after applying changes.
- Addresses issue that prevented /api/v1/interface/apply from applying bridge configurations in a timely manner. (#162)
- Addresses bug that sometimes prevented
alias-subnet
field from being validated correctly on /api/v1/interface endpoint. - Addresses bug that prevented the package menu item from be removed upon deinstallation when other packages were present. (#155)
- Addresses bug that left empty /usr/local/www/api/v1/ directory upon deinstallation.