Skip to content

pfSense REST API v2.0.0-dev-cbc8ea0

Pre-release
Pre-release

Choose a tag to compare

@jaredhendrickson13 jaredhendrickson13 released this 04 Jan 06:51
· 616 commits to next_major since this release

Please refer to the announcement for more details regarding v2.

New

  • Adds IPsecPhase1 model, endpoints and tests.
  • Adds IPsecPhase1Encryption model, endpoints and tests.
  • Adds IPsecPhase2 model, endpoints and tests.
  • Adds IPsecPhsse2Encryption model, endpoints and tests.
  • Adds WakeOnLANSend model, endpoint and tests.
  • Form classes now automatically generate pfSense privileges for their respective web pages.

Fixes

  • Fixes an issue where endpoints would throw a server error if pagination parameters limit and offset were not provided
  • Fixes an issue where Models with parent_id's could not be constructed outside of the data parameter.
  • Addresses minor bugs and optimizations.