Skip to content

pfSense REST API v2.5.0

Choose a tag to compare

@jaredhendrickson13 jaredhendrickson13 released this 01 Jun 04:39
· 312 commits to master since this release
10c9a16

New

  • Adds full support for pfSense CE 2.8.0-RELEASE
  • Adds new /api/v2/status/logs/auth endpoint
  • Adds new /api/v2/status/logs/openvpn endpoint
  • Adds new /api/v2/services/freeradius/user endpoints #701 #21 (Thanks @vitspec99 !)
  • Adds advanced field to HAProxyBackendServer #682
  • Adds descr field to WireGuardTunnel #705
  • Improved file cleanup process when package is deleted

Changes

  • Removes support for pfSense CE 2.7.2 and pfSense Plus 24.03
  • Potential breaking change: OpenVPNServer remove_route field has been replaced with remove_options
    • remove_options is an array of strings and must match redefined choices. Refer to the API documentation for more info.

Fixes

  • Fixes button icons in UI form pages #620
  • Fixes incompatibilities with new pfSense cert* function schemas
  • Fixes an issue where ConfigHistoryRevision contained invalid file sizes
  • Adds additional normalization to config paths to prevent unexpected read/writes
  • Fixes an issue where the User password field could fail to create a hash on pfSense Plus
  • Adjusts schedule for AvailablePackageCache to help prevent conflicts with other repo tasks #700
  • Various other fixes and improvements for pfSense Plus 24.11

New Contributors

Full Changelog: v2.4.2...v2.5.0