Skip to content

pfSense REST API v2.3.0

Latest
Compare
Choose a tag to compare
@jaredhendrickson13 jaredhendrickson13 released this 18 Dec 23:36
591b571

Note

This release brings basic support for pfSense Plus 24.11, some new features and other bug fixes. While testing suggests this build is stable on pfSense Plus 24.11, it is still recommended you take a ZFS snapshot before upgrading to pfSense Plus 24.11 and installing the package. Unlike pfSense CE, compatibility between this package and pfSense Plus greatly depends on the community. If you experience any compatibility issues with this package on pfSense Plus 24.11, please open an issue.

New

  • Adds support for pfSense Plus 24.11 (#610, #611)
  • Adds new endpoints and model for managing LAGG interfaces (#615)
  • Adds new endpoints and model for managing GRE tunnel interfaces (#156)
  • Adds support for the CARP unicast mode on pfSense Plus (#424)

Fixes

  • Fixes an issue that prevented the packaged from determining a user's assigned privileges on pfSense Plus 24.11 (#610, #611)
  • Fixes minor build issues on FreeBSD 15
  • Fixes numerous issues with invalid configuration accessors on pfSense 24.11 (#610, #611)
  • Fixes an issue that caused all NetworkInterface objects to be reloaded during each DHCPServer object construction
  • Fixes an issue that could result in the PHP memory limit being exceeded when Model objects were serialized (#616, #617)
  • Removes the required attribute from the CertificateAuthrority's prv field (#605)
  • Fixes an issue that prevented Certificates from being relinked to their CertificateAuthority during import (#605)
  • Fixes an issue in the GatewayGroup model that could result in a error being raised if a gateway was assigned that is not actively in config (#603)
  • Fixes an issue that prevented nested aliases from being used as address values in PUT /api/v2/firewall/aliases (#619)

New Contributors

Full Changelog: v2.2.2...v2.3.0