pfSense REST API v2.0.1
jaredhendrickson13
released this
11 Jul 03:21
·
407 commits
to master
since this release
Important
This release contains an important change that prevents the package from installing on 32-bit architectures, which may result in a webConfigurator crash. This effectively restricts the package to only installing on amd64
and aarch64
architectures. This change should only affect Netgate 3100 users. It is recommended affected users remain on v1.
Fixes
- Fixes an issue where FloatField values would throw a typing error if their internal values utilized a comma-separated decimal value instead of a point decimal value. #501
- Fixes an issue where the logic of certain Model classes could prevent certain endpoints from building correctly. #501
- Fixes an issue where a Field's with a
many_minimum
of 0 still requiredallow_empty
to be enabled. - Fixes a typing error that could occur if the initial state of various config objects is an empty string instead of an array. #505
Changes
- Prevents package from being installed on 32-bit builds of pfSense. #502
Full Changelog: v2.0.0...v2.0.1