pfSense REST API v2.5.0
·
312 commits
to master
since this release
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
advancedfield to HAProxyBackendServer #682 - Adds
descrfield 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_routefield has been replaced withremove_optionsremove_optionsis 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
passwordfield 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
- @vitspec99 made their first contribution in #698
Full Changelog: v2.4.2...v2.5.0