Skip to content

pfSense API v1.4.3

Compare
Choose a tag to compare
@jaredhendrickson13 jaredhendrickson13 released this 29 Jun 03:36
· 1831 commits to master since this release
74e9c96

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 as available_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