Skip to content

Releases: pfrest/pfSense-pkg-RESTAPI

pfSense REST API v2.9.0

Choose a tag to compare

@jaredhendrickson13 jaredhendrickson13 released this 29 Jul 03:48
d040fa6

Important

This release contains a fix for a potential high severity vulnerability found in the /api/v2/system/restapi/settings/sync endpoint. For more information, please refer to GHSA-8q8g-9f77-8g8g.

New

  • Adds /api/v2/system/hasync endpoint to configure XMLRPC configuration sync #843
  • Adds /api/v2/status/wireguard/tunnels endpoint to view status of current WireGuard tunnels #790
  • Adds /api/v2/status/wireguard/peers endpoint to view status of current WireGuard peers #790

Breaking changes

  • RESTAPISettings hasync_username now must hold page-all privileges to successfully sync on HA peers
  • RESTAPISettings hasync must now be enabled on remote HA peers before settings sync can occur

Fixes

  • Addresses a potential privilege escalation issue in /api/v2/system/restapi/settings/sync
  • Fixes a weak deserialization pattern in /api/v2/system/restapi/settings/sync

New Contributors

Full Changelog: v2.8.4...v2.9.0

pfSense API v1.9.0

Choose a tag to compare

@jaredhendrickson13 jaredhendrickson13 released this 29 Jul 03:58
198426a

Breaking Changes

  • Removes page-system-api privilege from /api/v1/system/api/sync

Full Changelog: v1.8.1...v1.9.0

pfSense REST API v2.8.4

Choose a tag to compare

@jaredhendrickson13 jaredhendrickson13 released this 26 Jul 23:45
561f612

New

  • Adds dscp field to FirewallRule #918

Fixes

  • Optimizes parameter ordering
  • Uses sane maximum value for LogSetting's logfilesize parameter #917

New Contributors

Full Changelog: v2.8.3...v2.8.4

pfSense REST API v2.8.3

Choose a tag to compare

@jaredhendrickson13 jaredhendrickson13 released this 13 Jul 00:49
6b9375c

Fixes

  • Increases the maximum length of FreeRADIUSUser motp_pin to 8 #915
  • Fixes an issue that prevented nested aliases from being used when replacing all firewall aliases

Full Changelog: v2.8.2...v2.8.3

pfSense REST API v2.8.2

Choose a tag to compare

@jaredhendrickson13 jaredhendrickson13 released this 09 Jun 06:00
83ad58e

Fixes

  • Adjusts timing and placement of WireGuardTunnel 'addresses' update validation pre-conditions #902

Full Changelog: v2.8.1...v2.8.2

pfSense REST API v2.8.1

Choose a tag to compare

@jaredhendrickson13 jaredhendrickson13 released this 07 Jun 17:40
4190c8c

New

  • Adds build for pfSense Plus 26.03.1

Fixes

  • Adds additional error handling when refreshing releases cache #900.
  • Fixes an issue where WireGuardTunnel addresses could be unnecessarily validated #902
  • Addresses an issue where devel variant packages were still being rejected by dispatchers #905

Full Changelog: v2.8.0...v2.8.1

pfSense REST API v2.8.0

Choose a tag to compare

@jaredhendrickson13 jaredhendrickson13 released this 16 May 19:00
408e206

New

  • New releases now trigger Ansible Collection builds to sync changes between the REST API and Ansible modules
  • Adds the /api/v2/system/enum endpoint to allow clients to obtain a definitive list of options for a given model field, including dynamic options
  • Adds validity information for /api/v2/system/certificate endpoints #834
  • Adds the name field to /api/v2/system/table endpoints
  • Adds more available fields for /api/v2/services/freeradius/user* to be more comprehensive #431, #21
  • Adds /api/v2/services/freeradius/mac endpoint to add FreeRADIUS MAC entries #431, #21
  • Adds /api/v2/services/freeradius/ldap endpoint to configure FreeRADIUS LDAP settings #431, #21
  • Adds /api/v2/services/freeradius/eap endpoint to configure FreeRADIUS EAP settings #431, #21
  • Adds /api/v2/system/update endpoint to trigger a pfSense upgrade process
  • Adds new allow_development_packages REST API settings to allow development package to be used by Models/Endpoints #877
  • Implements new dry_run common control parameter to allow clients check requests without actually making any changes

Fixes

  • Fixes an issue that allowed /api/v2/status/system to return a CPU usage percentage over 100%
  • Fixes an issue where a Model class with no Fields could result in an invalid OpenAPI schema
  • Implements safe fallbacks for certificate status info

Changes

  • Adds Ansible specific argument names to reserved-field names to prevent conflicts with module auto-generation
  • Deprecates support for pfSense Plus < 25.11.1 and pfSense CE 2.8.0.
  • Removes default sorting attribute for PortForwards

Enhancements

  • Replaces various dynamic choices definitions with a choices_callable to prevent inconsistent schema choices
  • Models with internal callables can now leverage pagination parameters directly #860, #806
  • Improves the verbose names of models and fields throughout the entire project
  • Pagination for log file endpoints has been better optimized to lower memory utilization when using pagination #860, #806
  • Releases now include include schema files as release assets

New Contributors

Full Changelog: v2.7.7...v2.8.0

pfSense REST API v2.8.0-dev-784d1f7

Pre-release

Choose a tag to compare

@jaredhendrickson13 jaredhendrickson13 released this 16 May 03:27
784d1f7
ci: correct typo in ansible collection repo name

pfSense REST API v2.7.7

Choose a tag to compare

@jaredhendrickson13 jaredhendrickson13 released this 10 May 18:44
92e692d

New

  • /api/v2/vpn/ipsec/phase2/encryption keylen field now accepts 0 as representation for auto #880

Changes

  • The default maximum number of items for many (array) fields have increased from 128 to 65535 #879
  • Bumps webonyx/graphql-php from 15.31.3 to 15.32.3 #875, #882
  • Bumps firebase/php-jwt from 7.0.4 to 7.0.5 #881

Full Changelog: v2.7.6...v2.7.7

pfSense REST API v2.7.6

Choose a tag to compare

@jaredhendrickson13 jaredhendrickson13 released this 03 Apr 23:20
d1caec2

New

  • Adds build for pfSense Plus 26.03

Changes

  • All CI/CD Actions modules are now SHA-pinned
  • Intermediate CAs are no longer deleted after the root CA is deleted
  • Bumps webonyx/graphql-php from 15.30.2 to 15.31.3 #866
  • Bumps firebase/php-jwt from 7.0.3 to 7.0.4 #867

Fixes

  • Prevents multiple CAs from being unexpectedly deleted when one CA is deleted #873.

Full Changelog: v2.7.5...v2.7.6