We are excited to announce the release of Formbricks 2.3.2 🔥
This patch release includes improvements to the Formbricks survey editor validation as well as many smaller bug fixes and security fixes 🚀
The release also introduces a new environment variable SMTP_REJECT_UNAUTHORIZED_TLS
that can be set to 0
to support SMTP servers without a valid SSL certificate, making it easier to use Formbricks in different self-hosting environments 💪.
Thanks to all the contributors who help make Formbricks more robust and performant. 💪🙏
Important
We are taking the first steps to deprecate advanced targeting (enterprise targeting for app surveys) with actions (e.g. only target users that triggered action x 3 times in the last month).
This means that actions can still be used as triggers, but will no longer be stored on the server in order to improve the overall performance of the Formbricks system.
This release is the first step in the deprecation process and will no longer allow you to add new advanced targeting rules based on actions.
What's Changed
- fix: 404 on js integration connect page by @Dhruwang in #2901
- fix: Added type to ResetProgressButton by @Dhruwang in #2889
- fix: CTA button URL fix by @pandeymangg in #2881
- fix: airtable UX by @Dhruwang in #2865
- fix: js package linting by @pandeymangg in #2868
- fix: notion integration by @Dhruwang in #2888
- fix: reintroduce NEXTAUTH_URL to fix logout redirect by @mattinannt in #2905
- fix: restart functionality by @smritidoneria in #2885
- fix: survey validation thank you card by @pandeymangg in #2875
- chore: add hidden field to response finished email by @Dhruwang in #2872
- chore: add react cache to improve render performance by @mattinannt in #2867
- chore: added SMTP_REJECT_UNAUTHORIZED_TLS env variable by @Dhruwang in #2876
- chore: deprecate action filtering in advanced targeting by @mattinannt in #2877
- chore: only store actions on the server when enabled in environment by @mattinannt in #2871
- chore: simplify person detail page by removing activity timeline by @mattinannt in #2878
- chore: update local setup links in README.md by @gupta-piyush19 in #2866
- feat: adds vercel style guide eslint rules to types package by @gupta-piyush19 in #2869
New Contributors
- @smritidoneria made their first contribution in #2885
Full Changelog: v2.3.1...v2.3.2