v2.2.0 Development Builds Now Available: Introducing GraphQL Support! #563
jaredhendrickson13
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm excited to share that development builds for v2.2.0 are now available. The biggest highlight in this release is the introduction of a brand-new GraphQL API, offering a flexible and powerful new way to interact with your pfSense instances. This new interface works alongside the existing REST API, giving users more options for querying and interacting with their data.
Before the full release, expected in late September or early October, I’d really appreciate some feedback from the community—especially from those familiar with GraphQL. Your input will be instrumental in fine-tuning the GraphQL API. Documentation is still in progress, but you can find some helpful resources here, and the full GraphQL schema is available at
/api/v2/schema/graphql
after installation.Warning
v2.2.0 is still in active development and may not be fully stable. It is not recommended to use in production environments.
What’s New in the Current v2.2.0 Development Build?
/api/v2/graphql
/api/v2/system/certificate
endpoints, now with full feature parity with their v1 counterparts./api/v2/system/certificate_authority
endpoints, also reaching full parity with v1./api/v2/system/certificate/pkcs12/export
./api/v2/system/certificate/renew
./api/v2/system/certificate_authority/renew
.Coming Soon in v2.2.0
The following features are in progress and will be added in upcoming development builds:
/api/v2/system/crl
endpoints.If you're up for testing the development builds—especially the GraphQL API—I’d greatly appreciate it.
Thanks in advance for your help!
Beta Was this translation helpful? Give feedback.
All reactions