Skip to content

pfSense API v1.4.1

Compare
Choose a tag to compare
@jaredhendrickson13 jaredhendrickson13 released this 06 May 07:14
· 1866 commits to master since this release
04947b1

New

  • Adds /api/v1/interface/available endpoint to read details on all interfaces available to the system. (#216)
  • Adds /api/v1/services/unbound/host_override/flush endpoint to delete all existing host overrides from the DNS Resolver.

Fixes

  • Fixes favicons within API documentation to correctly display pfSense native icons.
  • Fixes bug that prevented API package from being updated on pfSense Plus.
  • Fixes bug that prevented menu items from being installed for packages installed via /api/v1/system/package.
  • Fixes bug that allowed certificates to be updated without specifying a refid value on PUT requests to /api/v1/system/certificate.
  • Fixes bug that prevented updated certificates from being stored in the required Base64 format on PUT requests to /api/v1/system/certificate (#218, #219)

Removes

  • Removes ability to install packages via external URLs using /api/v1/system/package. Use the /api/v1/diagnostics/command_prompt endpoint to do this going forward.

Full Changelog: v1.4.0...v1.4.1