Changelog for the formsg adaptor
@openfn/language-formsg
1.0.2 - 04 November 2025
Patch Changes
- Updated dependencies
- @openfn/language-common@3.1.2
1.0.1
Patch Changes
- Updated dependencies [408a3a2]
- @openfn/language-common@3.1.1
1.0.0
Initial release.
Features
decryptSubmission()- Decrypt FormSG end-to-end encrypted submissionsverifyWebhook()- Verify FormSG webhook signaturesprocessWebhook()- Verify and decrypt in one step- Support for
production,staging, anddevelopmentmodes - TypeScript implementation with full type safety
- Integration with @opengovsg/formsg-sdk v0.15.0
Known Limitations
- Webhook signature verification only works with official FormSG deployments or dev/test mode (the FormSG SDK uses hardcoded signing keys for verification)
- Form decryption works with any FormSG deployment (uses form-specific secret keys)