Skip to content

Releases: pfrest/pfSense-pkg-RESTAPI

pfSense REST API v2.6.7-dev-6c4370c

Pre-release

Choose a tag to compare

@jaredhendrickson13 jaredhendrickson13 released this 03 Dec 22:46
6c4370c

Fixes

  • Implements basic fix for #798

Full Changelog: v2.6.6...v2.6.7-dev-6c4370c

pfSense REST API v2.6.6

Choose a tag to compare

@jaredhendrickson13 jaredhendrickson13 released this 26 Nov 15:04
92a85b7

Changes

  • Switches DHCPServerApplyDispatcher to use new pfSense 2.8.0+ dhcp_apply_changes() function

Fixes

  • Addresses a potential crash when applying DHCPServers with certain static interfaces due to under-initialized objects #787

Full Changelog: v2.6.5...v2.6.6

pfSense REST API v2.6.5

Choose a tag to compare

@jaredhendrickson13 jaredhendrickson13 released this 18 Nov 04:49
75e73d2

New

Fixes

  • Fixes an issue where the DHCPServer model could unintentionally initialize a DHCP server configuration for non-static interfaces. #781

Full Changelog: v2.6.4...v2.6.5

pfSense REST API v2.6.4

Choose a tag to compare

@jaredhendrickson13 jaredhendrickson13 released this 13 Nov 06:10
c1bb0ac

Fixes

  • Fixes an issue where the GraphQL schema considered conditionally required fields to be always required #778

Changes

  • Bumps webonyx/graphql-php from 15.24.0 to 15.25.2 #770

Full Changelog: v2.6.3...v2.6.4

pfSense REST API v2.6.3

Choose a tag to compare

@jaredhendrickson13 jaredhendrickson13 released this 07 Oct 14:53
07d5751

New

  • IPsecPhase1's interface field now supports CARP interface values #758

Fixes

  • Fixes an issue that prevented CARP interface references from working as intended on InterfaceFields
  • Fixes an issue where OpenVPNClientExport could not correctly locate user certificates with certain OpenVPNServer instances #756
  • Fixes an issue where loading the REST API settings UI page could result in a crash due to unnecessary initialization of certain models #764

Full Changelog: v2.6.2...v2.6.3

pfSense REST API v2.6.2

Choose a tag to compare

@jaredhendrickson13 jaredhendrickson13 released this 23 Sep 23:01
510fb47

Fixes

  • Relaxes unique constraint of VirtualIP's vhid field to be unique per interface instance of globally unique. Fixes #754.
  • Prevents unnecessary lookups of related objects on Models with ForeignModelFields. Fixes #749.

Full Changelog: v2.6.1...v2.6.2

pfSense REST API v2.6.2-dev-ce760dd

Pre-release

Choose a tag to compare

@jaredhendrickson13 jaredhendrickson13 released this 21 Sep 18:43
ce760dd

Important

This is a development build to test performance improvements and bug fixes. This build may be unstable, do not use on a production or other critical instances.

Full Changelog: v2.6.1...v2.6.2-dev-ce760dd

pfSense REST API v2.6.1

Choose a tag to compare

@jaredhendrickson13 jaredhendrickson13 released this 13 Sep 20:09
19a0922

Fixes

  • Addresses an issue that could cause timeouts when reading PortForwards #749.

Full Changelog: v2.6.0...v2.6.1

pfSense REST API v2.6.1-dev-3f9696a

Pre-release

Choose a tag to compare

@jaredhendrickson13 jaredhendrickson13 released this 12 Sep 20:39
3f9696a

Important

This is a development build to test performance improvements and bug fixes. This build may be unstable, do not use on a production or other critical instances.

Full Changelog: v2.6.0...v2.6.1-dev-3f9696a

pfSense REST API v2.6.0

Choose a tag to compare

@jaredhendrickson13 jaredhendrickson13 released this 07 Sep 04:11
b1293cc

New

  • Adds support for pfSense Plus 25.07
  • Adds support for pfSense Plus 25.07.1
  • Adds support for pfSense CE 2.8.1 #748
  • Adds models, endpoints and tests for FreeRADIUS Interfaces #431
  • Adds models, endpoints and tests for FreeRADIUS Clients #431
  • Adds models, endpoints and tests for OpenVPN Client Exports #368
  • Adds models, endpoints and tests for System Timezone #711
  • Adds models, endpoints and tests for System Tables
  • Adds NativeSchema at /api/v2/schema/native to expose more endpoint, model and field attributes for custom integrations #725

Changes

  • Makes InterfaceVLAN's vlanif field read-only #725

Full Changelog: v2.5.4...v2.6.0