pfSense API v1.4.3
jaredhendrickson13
released this
29 Jun 03:36
·
1831 commits
to master
since this release
New
- Adds support for pfSense 22.05-RELEASE (AMD64).
- Adds
async
property to /api/v1/interface/apply to apply pending interface changes in the background. (#254) - Adds support for GET requests to /api/v1/interface/apply to read the interface apply status. (#254)
- Adds
async
property to /api/v1/services/unbound/apply to apply pending DNS Resolver (Unbound) changes in the background. (#255) - Adds support for GET requests to /api/v1/services/unbound/apply to read the DNS Resolver (Unbound) apply status. (#255)
- Adds /api/v1/services/wol/send endpoint to send a Wake-on-LAN packet. By @wuarmin. (#237)
Fixes
- Addresses issue that incorrectly allowed a port range to be specified in the
local-port
property of /api/v1/firewall/nat/port_forward. (#253) - Addresses typo in documentation that incorrectly listed the /api/v1/services/openvpn/csc endpoint as /api/v1/openvpn/csc (#251)
- Addresses typo in documentation for /api/v1/system/api that wrongfully displayed the
allowed_interfaces
property asavailable_interfaces
. By @robindbe. (#247, #246)
Removes
- File overrides for pfSense 2.4 as support has been deprecated since pfSense API v1.3.0.
Full Changelog: v1.4.2...v1.4.3