Logo
Explore Help
Register Sign In
mirror/formbricks-formbricks
1
0
Fork 0
You've already forked formbricks-formbricks
mirror of https://github.com/formbricks/formbricks.git synced 2026-05-05 13:21:36 -05:00
Code Issues Packages Projects Releases 100 Wiki Activity

100 Releases 211 Tags

RSS Feed
  • v3.10.3 6616f62da5
    Compare

    Stable

    aronwk released this 2025-05-14 05:34:08 -05:00 | 915 commits to main since this release

    What's Changed

    • fix: reliability issues by @gupta-piyush19 in https://github.com/formbricks/formbricks/pull/5781
    • fix: transaction timeout and max contacts by @pandeymangg in https://github.com/formbricks/formbricks/pull/5415
    • fix: multi choice issues by @Dhruwang in https://github.com/formbricks/formbricks/pull/5802
    • chore: remove dependabot action and return to simple repository setup by @mattinannt in https://github.com/formbricks/formbricks/pull/5806
    • chore(deps): bump borchero/terraform-plan-comment from 2.4.0 to 2.4.1 by @dependabot in https://github.com/formbricks/formbricks/pull/5761
    • chore(deps): bump actions/dependency-review-action from 4.6.0 to 4.7.0 by @dependabot in https://github.com/formbricks/formbricks/pull/5759
    • chore(deps): bump SonarSource/sonarqube-scan-action from 5.1.0 to 5.2.0 by @dependabot in https://github.com/formbricks/formbricks/pull/5758
    • chore(deps): bump aws-actions/configure-aws-credentials from 4.0.2 to 4.2.0 by @dependabot in https://github.com/formbricks/formbricks/pull/5757
    • chore(deps): bump marocchino/sticky-pull-request-comment from 2.9.1 to 2.9.2 by @dependabot in https://github.com/formbricks/formbricks/pull/5760
    • chore: remove unused prisma accelerate extension by @mattinannt in https://github.com/formbricks/formbricks/pull/5682

    Full Changelog: https://github.com/formbricks/formbricks/compare/v3.10.2...v3.10.3

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v3.10.2 42a38a6f47
    Compare

    Stable

    aronwk released this 2025-05-13 06:34:27 -05:00 | 925 commits to main since this release

    What's Changed

    • chore: remove redundant code by @victorvhs017 in https://github.com/formbricks/formbricks/pull/5751
    • fix: duplicate switch cases by @gupta-piyush19 in https://github.com/formbricks/formbricks/pull/5752
    • fix: CTA and consent question breaking the survey editor by @gupta-piyush19 in https://github.com/formbricks/formbricks/pull/5745
    • fix: Vietnamese char interpretation by @Dhruwang in https://github.com/formbricks/formbricks/pull/5747
    • fix: multi select question by @Dhruwang in https://github.com/formbricks/formbricks/pull/5792
    • chore: fix environment surveys filter not working properly by @mattinannt in https://github.com/formbricks/formbricks/pull/5793

    Full Changelog: https://github.com/formbricks/formbricks/compare/v3.10.1...v3.10.2

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v3.10.1 c1a35e2d75
    Compare

    Stable

    aronwk released this 2025-05-12 03:41:53 -05:00 | 931 commits to main since this release

    What's Changed

    • fix: limit number of surveys in environment state by @mattinannt in https://github.com/formbricks/formbricks/pull/5715
    • fix: follow ups ending card by @pandeymangg in https://github.com/formbricks/formbricks/pull/5732
    • docs: update ee feature table by @jobenjada in https://github.com/formbricks/formbricks/pull/5744
    • docs: adds auth-behaviour docs by @gupta-piyush19 in https://github.com/formbricks/formbricks/pull/5743
    • chore: introduce new reliable cache for enterprise license check by @mattinannt in https://github.com/formbricks/formbricks/pull/5740

    Full Changelog: https://github.com/formbricks/formbricks/compare/v3.10.0...v3.10.1

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v3.10.0 35b2356a31
    Compare

    Stable

    aronwk released this 2025-05-09 10:51:57 -05:00 | 936 commits to main since this release

    This release includes further improvements to cache handling. As a result, support for the following two environment variables has been removed:

    • CUSTOM_CACHE_DISABLED: Previously used to disable the custom cache handler when deploying on Vercel, which has its own caching mechanism.
    • REDIS_DEFAULT_TTL: A temporary environment variable introduced to control the TTL of cached items in an attempt to address unpredictable cache behavior. This is no longer necessary with the latest fix.

    What's Changed

    • chore: updated sonar qube and vite config by @victorvhs017 in https://github.com/formbricks/formbricks/pull/5695
    • chore: tests for lib/utils and lib/survey by @pandeymangg in https://github.com/formbricks/formbricks/pull/5676
    • chore: remove unused cache files by @mattinannt in https://github.com/formbricks/formbricks/pull/5700
    • chore: remove unused code by @jobenjada in https://github.com/formbricks/formbricks/pull/5697
    • fix: infinite loop and freeze by @jobenjada in https://github.com/formbricks/formbricks/pull/5622
    • chore: adds unit tests in module/projects by @gupta-piyush19 in https://github.com/formbricks/formbricks/pull/5701
    • chore: add tests to package/surveys/src/components/questions by @victorvhs017 in https://github.com/formbricks/formbricks/pull/5694
    • chore: 576 test coverage apps web modules survey list components by @jakobsitory in https://github.com/formbricks/formbricks/pull/5704
    • chore: 576 test coverage components wrappers by @jakobsitory in https://github.com/formbricks/formbricks/pull/5702
    • chore: 576 test coverage: apps/web/modules/survey/list/lib by @jakobsitory in https://github.com/formbricks/formbricks/pull/5706
    • fix: unauthorized email address change by @Dhruwang in https://github.com/formbricks/formbricks/pull/5709
    • test: Test for UI module (Part 1) by @Dhruwang in https://github.com/formbricks/formbricks/pull/5703
    • chore: modules/survey/lib and modules/ee/contacts/api/v1 by @pandeymangg in https://github.com/formbricks/formbricks/pull/5711
    • fix: rate limiting on login page by @Dhruwang in https://github.com/formbricks/formbricks/pull/5710
    • chore: adds unit tests for ee/contact/lib and modules/organization by @gupta-piyush19 in https://github.com/formbricks/formbricks/pull/5713
    • chore: add tests for package/surveys/src/components/general by @harshsbhat in https://github.com/formbricks/formbricks/pull/5699
    • test: onboarding unit tests by @jobenjada in https://github.com/formbricks/formbricks/pull/5712
    • test: ui module test part 2 by @Dhruwang in https://github.com/formbricks/formbricks/pull/5716
    • chore: add tests to apps/web/modules/survey/components and apps/web/modules/survey/link by @victorvhs017 in https://github.com/formbricks/formbricks/pull/5707
    • chore: adds tests for apps/web/modules/survey/editor/lib by @pandeymangg in https://github.com/formbricks/formbricks/pull/5720
    • chore: adds response utils tests by @gupta-piyush19 in https://github.com/formbricks/formbricks/pull/5721
    • test: add test to multiple files by @jobenjada in https://github.com/formbricks/formbricks/pull/5719
    • chore: fixed included files on surveys package tests by @victorvhs017 in https://github.com/formbricks/formbricks/pull/5723
    • chore: add tests for packages/surveys/lib by @harshsbhat in https://github.com/formbricks/formbricks/pull/5722
    • chore: add tests for apps/web/lib files by @mattinannt in https://github.com/formbricks/formbricks/pull/5725
    • test: unit test for survey.ts by @Dhruwang in https://github.com/formbricks/formbricks/pull/5724
    • chore: add tests for apps/web/lib files (#5725) by @mattinannt in https://github.com/formbricks/formbricks/pull/5726
    • fix: failing authOptions test because of missing mock by @mattinannt in https://github.com/formbricks/formbricks/pull/5727
    • test: backfill variety of test files by @jobenjada in https://github.com/formbricks/formbricks/pull/5729
    • test: last round by @jobenjada in https://github.com/formbricks/formbricks/pull/5731
    • fix: nextjs cache handler for next 15 by @mattinannt in https://github.com/formbricks/formbricks/pull/5717

    Full Changelog: https://github.com/formbricks/formbricks/compare/v3.9.2...v3.10.0

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v3.9.2 b9d62f6af2
    Compare

    Stable

    aronwk released this 2025-05-07 02:45:57 -05:00 | 967 commits to main since this release

    What's Changed

    • chore: simplify vite config for better coverage report by @mattinannt in https://github.com/formbricks/formbricks/pull/5687
    • chore: add tests to environments path - part 2 by @victorvhs017 in https://github.com/formbricks/formbricks/pull/5667
    • fix: moves storage api management endpoint to use payload instead of … by @pandeymangg in https://github.com/formbricks/formbricks/pull/5348
    • fix: infinite redirect issue by @mattinannt in https://github.com/formbricks/formbricks/pull/5693
    • fix: pin version 1 of helmfile actions by @d3vb0ox in https://github.com/formbricks/formbricks/pull/5691

    Full Changelog: https://github.com/formbricks/formbricks/compare/v3.9.1...v3.9.2

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v3.9.1 c270688e8f
    Compare

    Stable

    aronwk released this 2025-05-06 18:15:01 -05:00 | 972 commits to main since this release

    What's Changed

    • chore: add tests to survey editor components - part 3 by @victorvhs017 in https://github.com/formbricks/formbricks/pull/5587
    • chore: add tests to api V1 by @victorvhs017 in https://github.com/formbricks/formbricks/pull/5593
    • chore: add tests to api V1 - part 2 by @victorvhs017 in https://github.com/formbricks/formbricks/pull/5605
    • chore(deps): bump sigstore/cosign-installer from 3.5.0 to 3.8.2 by @dependabot in https://github.com/formbricks/formbricks/pull/5560
    • chore(deps): bump step-security/harden-runner from 2.11.0 to 2.12.0 by @dependabot in https://github.com/formbricks/formbricks/pull/5559
    • chore(deps): bump actions/checkout from 2.7.0 to 4.2.2 by @dependabot in https://github.com/formbricks/formbricks/pull/5273
    • chore(deps): bump actions/dependency-review-action from 4.5.0 to 4.6.0 by @dependabot in https://github.com/formbricks/formbricks/pull/5270
    • docs: add enterprise features listed under a subpaage by @harshsbhat in https://github.com/formbricks/formbricks/pull/5594
    • fix: weak cryptography security hotspot by @Dhruwang in https://github.com/formbricks/formbricks/pull/5600
    • fix: changed unnecessary map to forEach by @jakobsitory in https://github.com/formbricks/formbricks/pull/5490
    • fix: regex DoS issues by @Dhruwang in https://github.com/formbricks/formbricks/pull/5520
    • chore: enforce cookie options for more security by @jobenjada in https://github.com/formbricks/formbricks/pull/5618
    • chore: add char limit to other option by @Dhruwang in https://github.com/formbricks/formbricks/pull/5382
    • chore: upgrade prisma to 6.7.0 by @mattinannt in https://github.com/formbricks/formbricks/pull/5664
    • feat: disable productionbrowsersourcemaps by @jakobsitory in https://github.com/formbricks/formbricks/pull/5663
    • chore: make microsoft login available without tenant by @mattinannt in https://github.com/formbricks/formbricks/pull/5665
    • chore: update outdated dependencies by @mattinannt in https://github.com/formbricks/formbricks/pull/5666
    • fix: adds support for default_team_id env var by @gupta-piyush19 in https://github.com/formbricks/formbricks/pull/5046
    • chore: move js sdk and demo app to its own repository by @mattinannt in https://github.com/formbricks/formbricks/pull/5668
    • chore: upgrade npm dependencies in apps/web by @mattinannt in https://github.com/formbricks/formbricks/pull/5669
    • fix: project list fetching logic in the copy to modal in survey list by @gupta-piyush19 in https://github.com/formbricks/formbricks/pull/5609
    • chore: add tests to environments path by @victorvhs017 in https://github.com/formbricks/formbricks/pull/5617
    • chore(deps): bump actions/labeler from 4.3.0 to 5.0.0 by @dependabot in https://github.com/formbricks/formbricks/pull/5657
    • chore(deps): bump actions/github-script from 5.2.0 to 7.0.1 by @dependabot in https://github.com/formbricks/formbricks/pull/5652
    • chore: add tests to survey editor components - part 4 by @victorvhs017 in https://github.com/formbricks/formbricks/pull/5592
    • chore: updated open telemtry package versions by @Dhruwang in https://github.com/formbricks/formbricks/pull/5672
    • fix: strict recaptcha checks by @gupta-piyush19 in https://github.com/formbricks/formbricks/pull/5674
    • chore: adds unit tests in modules/ee/teams by @gupta-piyush19 in https://github.com/formbricks/formbricks/pull/5620
    • chore: update zod dependency, remove unused labeler action by @mattinannt in https://github.com/formbricks/formbricks/pull/5678
    • fix: increases language button size by @pandeymangg in https://github.com/formbricks/formbricks/pull/5677
    • chore: move dependencies to devDependencies if possible by @mattinannt in https://github.com/formbricks/formbricks/pull/5679
    • fix: sonar security hotspot (permission issue - non-root user in Dockerfile) by @vijayraghav-io in https://github.com/formbricks/formbricks/pull/5411
    • fix: sonar security hotspots (https, --ignore-scripts, api_key, math.random) by @vijayraghav-io in https://github.com/formbricks/formbricks/pull/5538
    • chore: remove config and script files from test coverage by @mattinannt in https://github.com/formbricks/formbricks/pull/5684
    • fix: security issue because of outdated pnpm version by @mattinannt in https://github.com/formbricks/formbricks/pull/5683
    • chore: add tests to environments path - part 3 by @victorvhs017 in https://github.com/formbricks/formbricks/pull/5680
    • chore: update remaining npm dependencies by @mattinannt in https://github.com/formbricks/formbricks/pull/5685

    Full Changelog: https://github.com/formbricks/formbricks/compare/v3.9.0...v3.9.1

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v3.9.0 295a1bf402
    Compare

    Stable

    aronwk released this 2025-05-02 09:01:02 -05:00 | 1009 commits to main since this release

    What's Changed

    • feat: added option 6 to rating by @Dhruwang in https://github.com/formbricks/formbricks/pull/5595
    • feat: add recaptcha v3 support to surveys by @gupta-piyush19 in https://github.com/formbricks/formbricks/pull/5500
    • chore: used ";" instead of "," for multi select response by @Dhruwang in https://github.com/formbricks/formbricks/pull/5596
    • chore: add tests to survey editor components by @victorvhs017 in https://github.com/formbricks/formbricks/pull/5557
    • fix: removed dynamic translation key by @Dhruwang in https://github.com/formbricks/formbricks/pull/5527
    • fix: recaptcha feature bugs by @gupta-piyush19 in https://github.com/formbricks/formbricks/pull/5599
    • chore: add tests to survey editor components - part 2 by @victorvhs017 in https://github.com/formbricks/formbricks/pull/5575

    Full Changelog: https://github.com/formbricks/formbricks/compare/v3.8.7...v3.9.0

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v3.8.7 8bdb818995
    Compare

    Stable

    aronwk released this 2025-04-30 11:24:54 -05:00 | 1016 commits to main since this release

    What's Changed

    • chore: refactored templates file by @Dhruwang in https://github.com/formbricks/formbricks/pull/5492
    • fix: empty headlines; useage of Error as variable and excluded… by @jakobsitory in https://github.com/formbricks/formbricks/pull/5491
    • fix: Enhances ux in input box in login-page by @gulshank0 in https://github.com/formbricks/formbricks/pull/5509
    • fix: surveys package X button hover and modal bg fix by @pandeymangg in https://github.com/formbricks/formbricks/pull/5518
    • docs: add more inbound links by @harshsbhat in https://github.com/formbricks/formbricks/pull/5424
    • docs: add swift sdk docs by @harshsbhat in https://github.com/formbricks/formbricks/pull/5423
    • chore: Added the tests to file upload summary by @victorvhs017 in https://github.com/formbricks/formbricks/pull/5504
    • fix: error should not be thrown if SMTP is unconfigured by @mattinannt in https://github.com/formbricks/formbricks/pull/5524
    • chore(deps): bump docker/login-action from 3.3.0 to 3.4.0 by @dependabot in https://github.com/formbricks/formbricks/pull/5269
    • fix: Editing active surveys by @jakobsitory in https://github.com/formbricks/formbricks/pull/5015
    • chore: remove old AI classification feature by @mattinannt in https://github.com/formbricks/formbricks/pull/5529
    • chore: remove unused langfuse packages by @mattinannt in https://github.com/formbricks/formbricks/pull/5561
    • chore: remove unused changeset action by @mattinannt in https://github.com/formbricks/formbricks/pull/5563
    • chore: relocate locales to apps/web by @mattinannt in https://github.com/formbricks/formbricks/pull/5564
    • feat: advanced matrix question logic by @gupta-piyush19 in https://github.com/formbricks/formbricks/pull/5408
    • chore(staging): add release for staging env in formbricks-stage ns by @d3vb0ox in https://github.com/formbricks/formbricks/pull/5486
    • fix: matrix question logic condition text by @gupta-piyush19 in https://github.com/formbricks/formbricks/pull/5570
    • chore(networking): add vpc CIDR blocks on database and cluster by @d3vb0ox in https://github.com/formbricks/formbricks/pull/5569
    • fix: tolgee config by @Dhruwang in https://github.com/formbricks/formbricks/pull/5567
    • chore: introduced env variable to disable User management UI by @Dhruwang in https://github.com/formbricks/formbricks/pull/5526
    • chore: Added tests to modules/ee/contacts/segment by @victorvhs017 in https://github.com/formbricks/formbricks/pull/5505
    • chore: remove unused dependencies by @mattinannt in https://github.com/formbricks/formbricks/pull/5562
    • chore(infra): update karpenter nodepool and add tailscale by @d3vb0ox in https://github.com/formbricks/formbricks/pull/5582
    • chore: migrate react-native to its own repo by @mattinannt in https://github.com/formbricks/formbricks/pull/5583
    • fix: fixes js-core expiresAt check by @pandeymangg in https://github.com/formbricks/formbricks/pull/5591
    • fix: server side checks for file upload by @Dhruwang in https://github.com/formbricks/formbricks/pull/5566

    New Contributors

    • @gulshank0 made their first contribution in https://github.com/formbricks/formbricks/pull/5509

    Full Changelog: https://github.com/formbricks/formbricks/compare/v3.8.6...v3.8.7

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v3.8.6 40fa7a69c0
    Compare

    Stable

    aronwk released this 2025-04-25 03:13:15 -05:00 | 1042 commits to main since this release

    What's Changed

    • fix: iOS sonarqube issues by @pandeymangg in https://github.com/formbricks/formbricks/pull/5494
    • fix: stop timers on logout by @pandeymangg in https://github.com/formbricks/formbricks/pull/5498
    • fix: SAML flow jose package import by @gupta-piyush19 in https://github.com/formbricks/formbricks/pull/5497
    • fix: android sonarqube issues by @pandeymangg in https://github.com/formbricks/formbricks/pull/5503
    • fix: refactor clickable divs into buttons by @victorvhs017 in https://github.com/formbricks/formbricks/pull/5489

    Full Changelog: https://github.com/formbricks/formbricks/compare/v3.8.5...v3.8.6

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v3.8.5 3f16291137
    Compare

    Stable

    aronwk released this 2025-04-24 02:47:22 -05:00 | 1047 commits to main since this release

    What's Changed

    • chore: updates prisma to latest version by @gupta-piyush19 in https://github.com/formbricks/formbricks/pull/5395
    • chore: Enable Sentry integration by @victorvhs017 in https://github.com/formbricks/formbricks/pull/5337
    • chore: move package lib to web/lib by @victorvhs017 in https://github.com/formbricks/formbricks/pull/5425
    • chore: update alpine version by @Dhruwang in https://github.com/formbricks/formbricks/pull/5465
    • fix: x button not visible when close on click outside is not allowed by @Dhruwang in https://github.com/formbricks/formbricks/pull/5464
    • fix: setLanguage and icon issue for the iOS SDK by @pandeymangg in https://github.com/formbricks/formbricks/pull/5470
    • fix: cleanup issue in iOS package by @pandeymangg in https://github.com/formbricks/formbricks/pull/5473
    • fix: Some DoS (usage of regex) Sonar Security Hotspots by @vijayraghav-io in https://github.com/formbricks/formbricks/pull/5334
    • chore(terraform): add valkey and rds for staging env by @d3vb0ox in https://github.com/formbricks/formbricks/pull/5471
    • chore: fix buckets and iam for staging env by @d3vb0ox in https://github.com/formbricks/formbricks/pull/5475
    • fix: billing by @Dhruwang in https://github.com/formbricks/formbricks/pull/5483
    • fix: android sdk callbacks, tweaks and fixes by @pandeymangg in https://github.com/formbricks/formbricks/pull/5487
    • feat: Implement v2 management api endpoint for contact attribute keys by @gupta-piyush19 in https://github.com/formbricks/formbricks/pull/5316
    • chore: add js-core to SonarQube check by @victorvhs017 in https://github.com/formbricks/formbricks/pull/5466
    • chore: update sonar properties file by @victorvhs017 in https://github.com/formbricks/formbricks/pull/5472
    • fix: updated encryption algorithm and added sort function by @victorvhs017 in https://github.com/formbricks/formbricks/pull/5485

    Full Changelog: https://github.com/formbricks/formbricks/compare/v3.8.4...v3.8.5

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
First Previous 1 2 3 4 5 ... Next Last
Powered by Gitea Version: 1.26.1 Page: 1415ms Template: 11ms
unavailable
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API